|
5 | 5 | <PackageId>NanoXLSX.Reader</PackageId> |
6 | 6 | <OutputType>Library</OutputType> |
7 | 7 | <TargetFrameworks>netstandard2.0;net45</TargetFrameworks> |
8 | | - <Title>NanoXLSX.Writer</Title> |
| 8 | + <Title>NanoXLSX.Reader</Title> |
9 | 9 | <Product>NanoXLSX</Product> |
10 | 10 | <Company>Raphael Stoeckli</Company> |
11 | 11 | <Authors>Raphael Stoeckli</Authors> |
|
20 | 20 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
21 | 21 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
22 | 22 | <PackageTags>Excel Office XLSX Reader</PackageTags> |
23 | | - <Version>3.0.0-rc.6</Version> |
24 | | - <AssemblyVersion>3.0.0-rc.6</AssemblyVersion> |
25 | | - <FileVersion>3.0.0-rc.6</FileVersion> |
| 23 | + <Version>3.0.0</Version> |
| 24 | + <AssemblyVersion>3.0.0.0</AssemblyVersion> |
| 25 | + <FileVersion>3.0.0.0</FileVersion> |
26 | 26 | <RepositoryType>git</RepositoryType> |
27 | 27 | <PackageReadmeFile>README.md</PackageReadmeFile> |
28 | 28 | <GenerateAssemblyInfo>false</GenerateAssemblyInfo> |
|
48 | 48 | <Reference Include="System.Xml" /> |
49 | 49 | <Reference Include="WindowsBase" /> |
50 | 50 | </ItemGroup> |
51 | | - <ItemGroup Condition="'$(Configuration)' == 'Debug'"> |
52 | | - <ProjectReference Include="..\NanoXLSX.Core\NanoXLSX.Core.csproj" /> |
53 | | - </ItemGroup> |
54 | 51 | <Target Name="PreBuild" BeforeTargets="PreBuildEvent"> |
55 | 52 | <Exec Command="@echo off
echo PROJECT_NUMBER = $(Version) > "$(ProjectDir)Documentation\projectNumber.doxygen"
echo PROJECT_NAME = $(ProjectName) > "$(ProjectDir)Documentation\projectName.doxygen"
echo HTML_OUTPUT = ../../docs/$(ProjectName) > "$(ProjectDir)Documentation\outputDirectory.doxygen"
echo HTML_OUTPUT = ../../docs/$(ProjectName) > "$(ProjectDir)Documentation\htmlOutput.doxygen"" /> |
56 | 53 | </Target> |
|
62 | 59 | <ProjectReference Include="..\NanoXLSX.Core\NanoXLSX.Core.csproj" /> |
63 | 60 | </ItemGroup> |
64 | 61 | <ItemGroup Condition="'$(Configuration)' == 'Release'"> |
65 | | - <!--<PackageReference Include="NanoXLSX.Core" Version="3.0.*" /> --> |
66 | | - <PackageReference Include="NanoXLSX.Core" Version="3.0.0-rc.6" /> |
| 62 | + <PackageReference Include="NanoXLSX.Core" Version="[3.0.0, 4.0.0)" /> |
67 | 63 | </ItemGroup> |
68 | 64 | </Project> |
0 commit comments