Skip to content

Commit 370fa75

Browse files
committed
更新信息
1 parent f1217d4 commit 370fa75

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

DNSPod4NETCore2.Cli/DNSPod4NETCore2.Cli.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
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>

0 commit comments

Comments
 (0)