Skip to content

Commit d6da62a

Browse files
committed
support IncludeSymbols
1 parent e311044 commit d6da62a

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

src/MiniExcel/MiniExcelLibs.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net45;netstandard2.0;net5.0</TargetFrameworks>
4-
<Version>1.28.2</Version>
4+
<Version>1.28.5</Version>
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyName>MiniExcel</AssemblyName>
8+
<Company>Mini-Software</Company>
89
<Title>MiniExcel</Title>
910
<Product>MiniExcel</Product>
1011
<PackageTags>excel;xlsx;csv;micro-helper;mini;openxml;helper;</PackageTags>
@@ -13,7 +14,7 @@ Github : https://github.com/mini-software/MiniExcel
1314
Gitee : https://gitee.com/dotnetchina/MiniExcel
1415
Issues : https://github.com/mini-software/MiniExcel/issues
1516
Todo : https://github.com/mini-software/MiniExcel/projects/1?fullscreen=true</Description>
16-
<Authors>LIN,WEI-HAN</Authors>
17+
<Authors>LIN,WEI-HAN, Mini-Software team</Authors>
1718
<PackageId>MiniExcel</PackageId>
1819
<Copyright>LIN,WEI-HAN, 2021 onwards</Copyright>
1920
<NeutralLanguage>en</NeutralLanguage>
@@ -22,10 +23,16 @@ Todo : https://github.com/mini-software/MiniExcel/projects/1?fullscreen=true</De
2223
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2324
<PackageProjectUrl>https://github.com/mini-software/MiniExcel</PackageProjectUrl>
2425
<RepositoryUrl>https://github.com/mini-software/MiniExcel</RepositoryUrl>
26+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2527
<PackageIcon>icon.png</PackageIcon>
2628
<PackageReleaseNotes>Please Check [Release Notes](https://github.com/mini-software/MiniExcel/tree/master/docs)</PackageReleaseNotes>
2729
<RepositoryType>Github</RepositoryType>
2830
<AssemblyOriginatorKeyFile>miniexcel.snk</AssemblyOriginatorKeyFile>
31+
<SignAssembly>True</SignAssembly>
32+
<ProjectGuid>{70FA8638-157A-4380-A4F6-8E2C3EE92CAE}</ProjectGuid>
33+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
34+
<IncludeSymbols>true</IncludeSymbols>
35+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2936
</PropertyGroup>
3037
<ItemGroup Condition=" '$(TargetFramework)' == 'net461'">
3138
<Reference Include="System.IO.Compression" />
@@ -37,6 +44,9 @@ Todo : https://github.com/mini-software/MiniExcel/projects/1?fullscreen=true</De
3744
<None Update="icon.png">
3845
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3946
</None>
47+
<None Update="miniexcel.snk">
48+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
49+
</None>
4050
</ItemGroup>
4151
<ItemGroup>
4252
<None Include="icon.png" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)