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 22
33 <PropertyGroup >
44 <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 >
612 </PropertyGroup >
713
814 <ItemGroup >
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >IPGeolocation.IPGeolocation</id >
5- <version >1.0.10 </version >
5+ <version >1.1.0 </version >
66 <title >IPGeoLocation API SDK</title >
77 <authors >ipgeolocation.io</authors >
88 <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.
2727## Installation
2828### Package Manager
2929``` cli
30- $ Install-Package IpGeoLocation.IpGeoLocation -Version 1.0.10
30+ $ Install-Package IpGeoLocation.IpGeoLocation -Version 1.1.0
3131```
3232
3333### .NET CLI
3434``` cli
35- $ dotnet add package IpGeoLocation.IpGeoLocation --version 1.0.10
35+ $ dotnet add package IpGeoLocation.IpGeoLocation --version 1.1.0
3636```
3737
3838### Paket CLI
3939``` cli
40- $ paket add IpGeoLocation.IpGeoLocation --version 1.0.10
40+ $ paket add IpGeoLocation.IpGeoLocation --version 1.1.0
4141```
4242
4343## Documentation
You can’t perform that action at this time.
0 commit comments