File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp6.0.0</TargetFramework >
5
+ <PackageId >IPGeoLocation.IPGeolocation</PackageId >
6
+ <Version >1.1.0</Version >
7
+ <TargetFrameworks >
8
+ netcoreapp6.0.0;net20;net35;net40;net45;net451;net452;net46;net461;net462;net47;net471;net472;net48;netstandard2.0;netstandard2.1
9
+
10
+
11
+ </TargetFrameworks >
6
12
</PropertyGroup >
7
13
8
14
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >IPGeolocation.IPGeolocation</id >
5
- <version >1.0.10 </version >
5
+ <version >1.1.0 </version >
6
6
<title >IPGeoLocation API SDK</title >
7
7
<authors >ipgeolocation.io</authors >
8
8
<requireLicenseAcceptance >false</requireLicenseAcceptance >
Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ Note: Internet connection is required to run this component.
27
27
## Installation
28
28
### Package Manager
29
29
``` cli
30
- $ Install-Package IpGeoLocation.IpGeoLocation -Version 1.0.10
30
+ $ Install-Package IpGeoLocation.IpGeoLocation -Version 1.1.0
31
31
```
32
32
33
33
### .NET CLI
34
34
``` cli
35
- $ dotnet add package IpGeoLocation.IpGeoLocation --version 1.0.10
35
+ $ dotnet add package IpGeoLocation.IpGeoLocation --version 1.1.0
36
36
```
37
37
38
38
### Paket CLI
39
39
``` cli
40
- $ paket add IpGeoLocation.IpGeoLocation --version 1.0.10
40
+ $ paket add IpGeoLocation.IpGeoLocation --version 1.1.0
41
41
```
42
42
43
43
## Documentation
You can’t perform that action at this time.
0 commit comments