Skip to content

Commit ef56d4c

Browse files
committed
Revert Microsoft.* packages to 3.* versions.
Add project/repo url to package.
1 parent 5bc2fc3 commit ef56d4c

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Kapok.IpToGeolocation.Tests/Kapok.IpToGeolocation.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
<IsPackable>false</IsPackable>
77

8-
<Copyright>Kapok Marketing, Inc. All Rights Reserved.</Copyright>
8+
<Copyright>Kapok Marketing, Inc. All Rights Reserved.</Copyright>
99

1010
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
1111

12-
<Version>0.0.1</Version>
12+
<Version>0.0.2-alpha</Version>
1313

1414
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1515
</PropertyGroup>
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.12" />
33-
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
33+
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.12" />
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
3535
<PackageReference Include="Moq" Version="4.16.0" />
3636
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />

Kapok.IpToGeolocation/Kapok.IpToGeolocation.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@
77
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
88
<Copyright>Ⓒ Kapok Marketing, Inc. All Rights Reserved.</Copyright>
99
<PackageLicenseExpression>AGPL-3.0-only</PackageLicenseExpression>
10-
<Version>0.0.1-alpha</Version>
10+
<Version>0.0.2-alpha</Version>
11+
<PackageProjectUrl>https://github.com/kapokmarketing/IpToGeolocation</PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/kapokmarketing/IpToGeolocation</RepositoryUrl>
1113
</PropertyGroup>
1214

1315
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1416
<WarningLevel>5</WarningLevel>
1517
</PropertyGroup>
1618

1719
<ItemGroup>
18-
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.12" />
1921
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.12" />
2022
<PackageReference Include="Microsoft.Extensions.Http.Polly" Version="3.1.12" />
21-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.12" />
2224
<PackageReference Include="Polly" Version="7.2.1" />
2325
</ItemGroup>
2426

0 commit comments

Comments
 (0)