11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net45;netstandard2.0;net5.0</TargetFrameworks >
4- <Version >1.26.7 </Version >
4+ <Version >1.27.0 </Version >
55 </PropertyGroup >
66 <PropertyGroup >
77 <AssemblyName >MiniExcel</AssemblyName >
88 <Title >MiniExcel</Title >
99 <Product >MiniExcel</Product >
1010 <PackageTags >excel;xlsx;csv;micro-helper;mini;openxml;helper;</PackageTags >
11- <Description >Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet
11+ <Description >
12+ Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet
1213
13- Github : https://github.com/shps951023 /MiniExcel
14- Gitee : https://gitee.com/dotnetchina/MiniExcel
15- Issues : https://github.com/shps951023 /MiniExcel/issues
16- Todo : https://github.com/shps951023 /MiniExcel/projects/1?fullscreen=true
17- </Description >
14+ Github : https://github.com/MiniExcel /MiniExcel
15+ Gitee : https://gitee.com/dotnetchina/MiniExcel
16+ Issues : https://github.com/MiniExcel /MiniExcel/issues
17+ Todo : https://github.com/MiniExcel /MiniExcel/projects/1?fullscreen=true
18+ </Description >
1819 <Authors >LIN,WEI-HAN</Authors >
1920 <PackageId >MiniExcel</PackageId >
2021 <Copyright >LIN,WEI-HAN, 2021 onwards</Copyright >
2122 <NeutralLanguage >en</NeutralLanguage >
22- <license >https://raw.githubusercontent.com/shps951023 /MiniExcel/master/LICENSE</license >
23+ <license >https://raw.githubusercontent.com/MiniExcel /MiniExcel/master/LICENSE</license >
2324 <RootNamespace >MiniExcelLibs</RootNamespace >
2425 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
25- <PackageProjectUrl >https://github.com/shps951023 /MiniExcel</PackageProjectUrl >
26- <RepositoryUrl >https://github.com/shps951023 /MiniExcel</RepositoryUrl >
26+ <PackageProjectUrl >https://github.com/MiniExcel /MiniExcel</PackageProjectUrl >
27+ <RepositoryUrl >https://github.com/MiniExcel /MiniExcel</RepositoryUrl >
2728 <PackageIcon >icon.png</PackageIcon >
28- <PackageReleaseNotes >Please Check [Release Notes](https://github.com/shps951023 /MiniExcel/tree/master/docs)</PackageReleaseNotes >
29+ <PackageReleaseNotes >Please Check [Release Notes](https://github.com/MiniExcel /MiniExcel/tree/master/docs)</PackageReleaseNotes >
2930 <RepositoryType >Github</RepositoryType >
3031 </PropertyGroup >
3132 <ItemGroup Condition =" '$(TargetFramework)' == 'net461'" >
@@ -35,14 +36,14 @@ Todo : https://github.com/shps951023/MiniExcel/projects/1?fullscreen=true
3536 <Reference Include =" System.IO.Compression" />
3637 </ItemGroup >
3738 <ItemGroup >
38- <None Update =" icon.png" >
39- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
40- </None >
39+ <None Update =" icon.png" >
40+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
41+ </None >
42+ </ItemGroup >
43+ <ItemGroup >
44+ <None Include =" icon.png" Pack =" true" PackagePath =" \" />
45+ </ItemGroup >
46+ <ItemGroup Condition =" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'netstandard2.0'" >
47+ <PackageReference Include =" System.Memory" Version =" 4.5.5" />
4148 </ItemGroup >
42- <ItemGroup >
43- <None Include =" icon.png" Pack =" true" PackagePath =" \" />
44- </ItemGroup >
45- <ItemGroup Condition =" '$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'netstandard2.0'" >
46- <PackageReference Include =" System.Memory" Version =" 4.5.5" />
47- </ItemGroup >
4849</Project >
0 commit comments