Skip to content

Commit 0001096

Browse files
committed
3.1.1 release (updated user agent)
1 parent 70cb311 commit 0001096

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/IPinfo/Apis/BaseApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class BaseApi
2020
private const string DefaultBaseUrlIPv6 = "https://v6.ipinfo.io/";
2121

2222
// version is appended in the user agent header, need to update when releasing new version
23-
private const string DefaultUserAgent = "IPinfoClient/C#/2.1.1";
23+
private const string DefaultUserAgent = "IPinfoClient/C#/3.1.1";
2424

2525
/// <summary>
2626
/// HttpClient instance.

src/IPinfo/IPinfo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<AssemblyName>IPinfo</AssemblyName>
6-
<Version>3.1.0.0</Version>
6+
<Version>3.1.1.0</Version>
77
<Title>IPinfo</Title>
88
<Authors>IPinfo</Authors>
99
<Product>IPinfo</Product>
1010
<Company>IPinfo</Company>
11-
<AssemblyVersion>3.1.0.0</AssemblyVersion>
12-
<FileVersion>3.1.0.0</FileVersion>
11+
<AssemblyVersion>3.1.1.0</AssemblyVersion>
12+
<FileVersion>3.1.1.0</FileVersion>
1313
<LangVersion>7.3</LangVersion>
1414
<PackageProjectUrl>https://github.com/ipinfo/csharp</PackageProjectUrl>
1515
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)