File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1212 <Product >dnspod cli tools</Product >
1313 <PackAsTool >true</PackAsTool >
1414 <Description >用于修改dnspod域名记录的dotnet cli tools</Description >
15- <Version >1.1.0 </Version >
15+ <Version >1.1.1 </Version >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
1919 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.2.0" />
20- <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 2.2.0 " />
20+ <PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 2.2.4 " />
2121 <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 2.2.0" />
2222 </ItemGroup >
2323
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
66 <Authors >算神</Authors >
77 <Company >算神工作室</Company >
8- <Version >1.0.1 </Version >
8+ <Version >1.0.2 </Version >
99 <Description >DNSPod API For NETCore 2.x 公共类库</Description >
10+ <Copyright >CopyRight 算神工作室 2018-2019</Copyright >
11+ <PackageProjectUrl >https://github.com/lishewen/DNSPod4NETCore2</PackageProjectUrl >
12+ <RepositoryUrl >https://github.com/lishewen/DNSPod4NETCore2</RepositoryUrl >
13+ <RepositoryType >github</RepositoryType >
14+ <projectUrl >https://github.com/lishewen/DNSPod4NETCore2</projectUrl >
15+ <PackageTags >dnspod,.net core</PackageTags >
1016 </PropertyGroup >
1117
1218 <ItemGroup >
1319 <PackageReference Include =" Microsoft.CSharp" Version =" 4.5.0" />
14- <PackageReference Include =" Newtonsoft.Json" Version =" 11 .0.2" />
20+ <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.2" />
1521 </ItemGroup >
1622
1723</Project >
You can’t perform that action at this time.
0 commit comments