File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Kapok.IpToGeolocation.Tests Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<IsPackable >false</IsPackable >
7
7
8
- <Copyright >Kapok Marketing, Inc. All Rights Reserved.</Copyright >
8
+ <Copyright >Ⓒ Kapok Marketing, Inc. All Rights Reserved.</Copyright >
9
9
10
10
<PackageLicenseExpression >AGPL-3.0-only</PackageLicenseExpression >
11
11
12
- <Version >0.0.1 </Version >
12
+ <Version >0.0.2-alpha </Version >
13
13
14
14
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
15
15
</PropertyGroup >
30
30
31
31
<ItemGroup >
32
32
<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 " />
34
34
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
35
35
<PackageReference Include =" Moq" Version =" 4.16.0" />
36
36
<PackageReference Include =" MSTest.TestAdapter" Version =" 2.1.0" />
Original file line number Diff line number Diff line change 7
7
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
8
8
<Copyright >Ⓒ Kapok Marketing, Inc. All Rights Reserved.</Copyright >
9
9
<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 >
11
13
</PropertyGroup >
12
14
13
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
14
16
<WarningLevel >5</WarningLevel >
15
17
</PropertyGroup >
16
18
17
19
<ItemGroup >
18
- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 5.0.0 " />
20
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 3.1.12 " />
19
21
<PackageReference Include =" Microsoft.Extensions.Configuration.Binder" Version =" 3.1.12" />
20
22
<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 " />
22
24
<PackageReference Include =" Polly" Version =" 7.2.1" />
23
25
</ItemGroup >
24
26
You can’t perform that action at this time.
0 commit comments