Skip to content

Commit 98bb672

Browse files
Merge pull request #8 from IPGeolocation/Abdullah
added support for multiple .net frameworks
2 parents 02cb2f7 + 2cdf366 commit 98bb672

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

IPGeolocation/IPGeolocation.csproj

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

IPGeolocation/IPGeolocation.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)