Skip to content

Commit 16ae49c

Browse files
fixed csproj
1 parent acb69a6 commit 16ae49c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

NanoXLSX/NanoXLSX.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
<PackageIcon>NanoXLSX.png</PackageIcon>
2222
<PackageReadmeFile>README.md</PackageReadmeFile>
2323
<RepositoryUrl>https://github.com/rabanti-github/NanoXLSX.git</RepositoryUrl>
24+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2425
<RepositoryType>git</RepositoryType>
2526
<PackageTags>Excel Office XLSX</PackageTags>
2627
<PackageReleaseNotes>Please see https://github.com/rabanti-github/NanoXLSX/blob/master/Changelog.md for the release notes</PackageReleaseNotes>
2728
<AssemblyVersion>3.0.0.0</AssemblyVersion>
2829
<FileVersion>3.0.0.0</FileVersion>
2930
<Version>3.0.0-rc.8</Version>
3031
<PackageLicenseExpression>MIT</PackageLicenseExpression>
31-
<IncludeSymbols>false</IncludeSymbols>
32+
<IncludeSymbols>False</IncludeSymbols>
3233
<EnableNETAnalyzers>True</EnableNETAnalyzers>
3334
<AnalysisLevel>latest-recommended</AnalysisLevel>
3435
</PropertyGroup>

0 commit comments

Comments
 (0)