Skip to content

Commit 8ce86e4

Browse files
committed
升级标准化nuget包信息
1 parent 53db3b6 commit 8ce86e4

File tree

10 files changed

+113
-86
lines changed

10 files changed

+113
-86
lines changed

src/Senparc.CO2NET.APM/Senparc.CO2NET.APM.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net451;netstandard2.0</TargetFrameworks>
4-
<Version>1.1</Version>
4+
<Version>1.1.1</Version>
55
<AssemblyName>Senparc.CO2NET.APM</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.APM</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -12,12 +12,12 @@
1212
<PackageTags>APM,.NET Core,.NET Framework,公共,基础库,CO2NET</PackageTags>
1313
<Authors>Senparc</Authors>
1414
<Owners>Senparc</Owners>
15-
<PackageLicenseUrl>https://github.com/Senparc/Senparc.CO2NET/blob/master/license.md</PackageLicenseUrl>
15+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1616
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
1717
<Title>Senparc.CO2NET.APM.dll</Title>
1818
<Summary>Senparc.CO2NET.APM</Summary>
1919
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
20-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
20+
<PackageIcon>icon.jpg</PackageIcon>
2121
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
2222
<Configurations>Debug;Release;Test</Configurations>
2323
<PackageReleaseNotes>
@@ -35,7 +35,7 @@
3535
v0.5.102 支持新版本 CO2NET
3636
v0.6.102 支持新版本 CO2NET
3737
v1.1 默认停用 APM(EnableAPM = false)
38-
</PackageReleaseNotes>
38+
</PackageReleaseNotes>
3939
</PropertyGroup>
4040
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
4141
<OutputPath>..\BuildOutPut</OutputPath>
@@ -58,6 +58,9 @@
5858
<OutputPath>..\BuildOutPut\</OutputPath>
5959
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.APM.xml</DocumentationFile>
6060
</PropertyGroup>
61+
<ItemGroup>
62+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
63+
</ItemGroup>
6164
<ItemGroup>
6265
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
6366
</ItemGroup>
Lines changed: 68 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,78 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<TargetFrameworks>net451;netstandard2.0;netstandard2.1</TargetFrameworks>
4-
<Version>1.0.1</Version>
5-
<AssemblyName>Senparc.CO2NET.AspNet</AssemblyName>
6-
<RootNamespace>Senparc.CO2NET.AspNet</RootNamespace>
7-
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
8-
<Description>
2+
<PropertyGroup>
3+
<TargetFrameworks>net451;netstandard2.0;netstandard2.1</TargetFrameworks>
4+
<Version>1.0.2</Version>
5+
<AssemblyName>Senparc.CO2NET.AspNet</AssemblyName>
6+
<RootNamespace>Senparc.CO2NET.AspNet</RootNamespace>
7+
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
8+
<Description>
99
Senparc.CO2NET.AspNet 库
1010

1111
Senparc.CO2NET 开源项目:
1212
https://github.com/Senparc/Senparc.CO2NET
1313
</Description>
14-
<Copyright>Senparc Copyright © 2004~2022</Copyright>
15-
<PackageTags>.NET Core,.NET Framework,公共,基础库,CO2NET,ASP.NET</PackageTags>
16-
<Authors>Senparc</Authors>
17-
<Owners>Senparc</Owners>
18-
<PackageLicenseUrl>https://github.com/Senparc/Senparc.CO2NET/blob/master/license.md</PackageLicenseUrl>
19-
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
20-
<Title>Senparc.CO2NET.dll</Title>
21-
<Summary>Senparc.CO2NET.AspNet 库</Summary>
22-
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
23-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
24-
<PackageReleaseNotes>
14+
<Copyright>Senparc Copyright © 2004~2022</Copyright>
15+
<PackageTags>.NET Core,.NET Framework,公共,基础库,CO2NET,ASP.NET</PackageTags>
16+
<Authors>Senparc</Authors>
17+
<Owners>Senparc</Owners>
18+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
19+
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
20+
<Title>Senparc.CO2NET.dll</Title>
21+
<Summary>Senparc.CO2NET.AspNet 库</Summary>
22+
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
23+
<PackageIcon>icon.jpg</PackageIcon>
24+
<PackageReleaseNotes>
2525
v0.1.0 构建基础代码,从 Senparc.CO2NET 分离 ASP.NET (以及 ASP.NET Core)代码
2626
v0.4.300.4 提供 GetRequestMemoryStreamAsync() 异步方法
2727
v1.0.1 更新 UseSenparcGlobal 参数输入方式
28-
</PackageReleaseNotes>
29-
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
30-
<Configurations>Debug;Release;Test</Configurations>
31-
</PropertyGroup>
32-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
33-
<OutputPath>..\BuildOutPut</OutputPath>
34-
<DefineConstants>TRACE;RELEASE</DefineConstants>
35-
</PropertyGroup>
36-
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
37-
<OutputPath>..\BuildOutPut</OutputPath>
38-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
39-
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile>
40-
<Optimize>true</Optimize>
41-
<DebugType>pdbonly</DebugType>
42-
<ErrorReport>prompt</ErrorReport>
43-
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44-
</PropertyGroup>
45-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net451|AnyCPU'">
46-
<OutputPath>..\BuildOutPut\</OutputPath>
47-
<DocumentationFile>..\BuildOutPut\net451\Senparc.CO2NET.AspNet..xml</DocumentationFile>
48-
</PropertyGroup>
49-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
50-
<OutputPath>..\BuildOutPut\</OutputPath>
51-
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
52-
</PropertyGroup>
53-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
54-
<OutputPath>..\BuildOutPut\</OutputPath>
55-
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile>
56-
</PropertyGroup>
57-
<ItemGroup>
58-
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
59-
</ItemGroup>
60-
<ItemGroup Condition="'$(TargetFramework)' == 'net451'">
61-
<Reference Include="System.Web" />
62-
<Reference Include="System.Web.Extensions" />
63-
</ItemGroup>
64-
<ItemGroup Condition="'$(TargetFramework)' != 'net451'">
65-
<PackageReference Include="Microsoft.Extensions.Hosting">
66-
<Version>6.0.0</Version>
67-
</PackageReference>
68-
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
69-
<Version>2.2.0</Version>
70-
</PackageReference>
71-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
72-
<Version>2.2.0</Version>
73-
</PackageReference>
74-
</ItemGroup>
28+
</PackageReleaseNotes>
29+
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
30+
<Configurations>Debug;Release;Test</Configurations>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
33+
<OutputPath>..\BuildOutPut</OutputPath>
34+
<DefineConstants>TRACE;RELEASE</DefineConstants>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
37+
<OutputPath>..\BuildOutPut</OutputPath>
38+
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
39+
<DocumentationFile>..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile>
40+
<Optimize>true</Optimize>
41+
<DebugType>pdbonly</DebugType>
42+
<ErrorReport>prompt</ErrorReport>
43+
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
44+
</PropertyGroup>
45+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net451|AnyCPU'">
46+
<OutputPath>..\BuildOutPut\</OutputPath>
47+
<DocumentationFile>..\BuildOutPut\net451\Senparc.CO2NET.AspNet..xml</DocumentationFile>
48+
</PropertyGroup>
49+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
50+
<OutputPath>..\BuildOutPut\</OutputPath>
51+
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile>
52+
</PropertyGroup>
53+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'">
54+
<OutputPath>..\BuildOutPut\</OutputPath>
55+
<DocumentationFile>..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile>
56+
</PropertyGroup>
57+
<ItemGroup>
58+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
59+
</ItemGroup>
60+
<ItemGroup>
61+
<ProjectReference Include="..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
62+
</ItemGroup>
63+
<ItemGroup Condition="'$(TargetFramework)' == 'net451'">
64+
<Reference Include="System.Web" />
65+
<Reference Include="System.Web.Extensions" />
66+
</ItemGroup>
67+
<ItemGroup Condition="'$(TargetFramework)' != 'net451'">
68+
<PackageReference Include="Microsoft.Extensions.Hosting">
69+
<Version>6.0.0</Version>
70+
</PackageReference>
71+
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions">
72+
<Version>2.2.0</Version>
73+
</PackageReference>
74+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions">
75+
<Version>2.2.0</Version>
76+
</PackageReference>
77+
</ItemGroup>
7578
</Project>

src/Senparc.CO2NET.Cache.CsRedis.RedLock/redlock-cs/src/Senparc.CO2NET.Cache.CsRedis.RedLock.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net451;net461;netstandard2.0</TargetFrameworks>
4-
<Version>1.0</Version>
4+
<Version>1.0.1</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.CsRedis.RedLock</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.CsRedis.RedLock</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -22,7 +22,7 @@
2222
<Title>Senparc.CO2NET.Cache.CsRedis.RedLock.dll</Title>
2323
<Summary>CsRedis Cache RedLock for CO2NET C#</Summary>
2424
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
25-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
25+
<PackageIcon>icon.jpg</PackageIcon>
2626
<PackageReleaseNotes>
2727
v0.1.0
2828
创世
@@ -55,6 +55,9 @@
5555
<OutputPath>..\..\..\BuildOutPut\</OutputPath>
5656
<DocumentationFile>..\..\..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.CsRedis.RedLock.xml</DocumentationFile>
5757
</PropertyGroup>
58+
<ItemGroup>
59+
<None Include="..\..\..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
60+
</ItemGroup>
5861
<ItemGroup>
5962
<PackageReference Include="CSRedisCore" Version="3.6.6" />
6063
</ItemGroup>

src/Senparc.CO2NET.Cache.CsRedis/Senparc.CO2NET.Cache.CsRedis.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net451;net461;netstandard2.0</TargetFrameworks>
4-
<Version>1.0</Version>
4+
<Version>1.0.1</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.CsRedis</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.CsRedis</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -20,7 +20,7 @@
2020
<Title>Senparc.CO2NET.Cache.CsRedis.dll</Title>
2121
<Summary>CsRedis Cache for CO2NET C#</Summary>
2222
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
23-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
23+
<PackageIcon>icon.jpg</PackageIcon>
2424
<PackageReleaseNotes>
2525
v0.1.0 创世
2626
v0.5.2 BaseRedisObjectCacheStrategy 析构函数进行 null 值判断,并添加 "#{Cache_Redis_Configuration}#" 过滤判断
@@ -53,6 +53,9 @@
5353
<OutputPath>..\BuildOutPut\</OutputPath>
5454
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.CsRedis.xml</DocumentationFile>
5555
</PropertyGroup>
56+
<ItemGroup>
57+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
58+
</ItemGroup>
5659
<ItemGroup>
5760
<Compile Remove="packages\**" />
5861
<Compile Remove="ServiceStack.Redis\**" />

src/Senparc.CO2NET.Cache.Memcached/Senparc.CO2NET.Cache.Memcached.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net451;netstandard2.0;netcoreapp3.1;net6.0</TargetFrameworks>
4-
<Version>4.0</Version>
4+
<Version>4.0.1</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.Memcached</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.Memcached</RootNamespace>
77
<Description>微信公众账号 - Memcached 模块
@@ -18,7 +18,7 @@ https://github.com/JeffreySu/WeiXinMPSDK</Description>
1818
<Title>Senparc.CO2NET.Cache.Memcached.dll</Title>
1919
<Summary>Memcached Cache for CO2NET C#</Summary>
2020
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
21-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
21+
<PackageIcon>icon.jpg</PackageIcon>
2222
<PackageReleaseNotes>
2323
v0.0.1
2424
提供分布式缓存支持
@@ -147,6 +147,9 @@ https://github.com/JeffreySu/WeiXinMPSDK</Description>
147147
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard1.6|AnyCPU'">
148148
<DefineConstants>TRACE;DEBUG</DefineConstants>
149149
</PropertyGroup>-->
150+
<ItemGroup>
151+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
152+
</ItemGroup>
150153
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
151154
<Reference Include="System.Core" />
152155
<Reference Include="System.Data" />

src/Senparc.CO2NET.Cache.Redis.RedLock/redlock-cs/src/Senparc.CO2NET.Cache.Redis.RedLock.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net451;net461;netstandard2.0</TargetFrameworks>
4-
<Version>3.0</Version>
4+
<Version>3.0.1</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.Redis.RedLock</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.Redis.RedLock</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -22,7 +22,7 @@
2222
<Title>Senparc.CO2NET.Cache.Redis.RedLock.dll</Title>
2323
<Summary>Redis Cache(StackExchange) RedLock for CO2NET C#</Summary>
2424
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
25-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
25+
<PackageIcon>icon.jpg</PackageIcon>
2626
<PackageReleaseNotes>
2727
v0.0.1
2828
重写构造函数,提供更加灵活的参数配置。
@@ -84,6 +84,9 @@
8484
<OutputPath>..\..\..\BuildOutPut\</OutputPath>
8585
<DocumentationFile>..\..\..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.Redis.RedLock.xml</DocumentationFile>
8686
</PropertyGroup>
87+
<ItemGroup>
88+
<None Include="..\..\..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
89+
</ItemGroup>
8790
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
8891
<PackageReference Include="StackExchange.Redis" Version="1.2.6" />
8992
</ItemGroup>

src/Senparc.CO2NET.Cache.Redis/Senparc.CO2NET.Cache.Redis.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net451;net461;netstandard2.0</TargetFrameworks>
4-
<Version>4.0</Version>
4+
<Version>4.0.1</Version>
55
<AssemblyName>Senparc.CO2NET.Cache.Redis</AssemblyName>
66
<RootNamespace>Senparc.CO2NET.Cache.Redis</RootNamespace>
77
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
@@ -20,7 +20,7 @@
2020
<Title>Senparc.CO2NET.Cache.Redis.dll</Title>
2121
<Summary>Redis Cache(StackExchange) for CO2NET C#</Summary>
2222
<PackageProjectUrl>https://github.com/JeffreySu/WeiXinMPSDK</PackageProjectUrl>
23-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
23+
<PackageIcon>icon.jpg</PackageIcon>
2424
<PackageReleaseNotes>
2525
v0.1.0
2626
提供分布式缓存支持
@@ -130,6 +130,9 @@
130130
<OutputPath>..\BuildOutPut\</OutputPath>
131131
<DocumentationFile>..\BuildOutPut\netstandard2.0\Senparc.CO2NET.Cache.Redis.xml</DocumentationFile>
132132
</PropertyGroup>
133+
<ItemGroup>
134+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
135+
</ItemGroup>
133136
<ItemGroup>
134137
<Compile Remove="packages\**" />
135138
<Compile Remove="ServiceStack.Redis\**" />

src/Senparc.CO2NET.WebApi/Senparc.CO2NET.WebApi.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
4-
<Version>1.1.3</Version>
4+
<Version>1.1.4</Version>
55
<LangVersion>latest</LangVersion>
66
<AssemblyName>Senparc.CO2NET.WebApi</AssemblyName>
77
<RootNamespace>Senparc.CO2NET.WebApi</RootNamespace>
@@ -13,12 +13,12 @@
1313
<PackageTags>WebApi,.NET Core,.NET Framework,公共,基础库,CO2NET</PackageTags>
1414
<Authors>Senparc</Authors>
1515
<Owners>Senparc</Owners>
16-
<PackageLicenseUrl>https://github.com/Senparc/Senparc.CO2NET/blob/master/license.md</PackageLicenseUrl>
16+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1717
<ProjectUrl>https://github.com/Senparc/Senparc.CO2NET</ProjectUrl>
1818
<Title>Senparc.CO2NET.WebApi.dll</Title>
1919
<Summary>Senparc.CO2NET.WebApi</Summary>
2020
<PackageProjectUrl>https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl>
21-
<PackageIconUrl>http://sdk.weixin.senparc.com/Images/Logo.jpg</PackageIconUrl>
21+
<PackageIcon>icon.jpg</PackageIcon>
2222
<RepositoryUrl>https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl>
2323
<Configurations>Debug;Release;Test</Configurations>
2424
<PackageReleaseNotes>
@@ -33,7 +33,7 @@
3333
v1.1 提供参数属性同步复制到动态 Api 的能力
3434
v1.1.2 优化文档提取正则表达式
3535
v1.1.3 添加 AddApiControllerAttribute 选项,默认为 true
36-
</PackageReleaseNotes>
36+
</PackageReleaseNotes>
3737
</PropertyGroup>
3838
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3939
<OutputPath>..\BuildOutPut</OutputPath>
@@ -48,6 +48,9 @@
4848
<ErrorReport>prompt</ErrorReport>
4949
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
5050
</PropertyGroup>
51+
<ItemGroup>
52+
<None Include="..\Senparc.CO2NET\icon.jpg" Pack="true" Visible="false" PackagePath="" />
53+
</ItemGroup>
5154
<ItemGroup>
5255
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
5356
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.2.3" />

0 commit comments

Comments
 (0)