Skip to content

Commit 8df4b76

Browse files
committed
3.2.0 release
1 parent 7911fcd commit 8df4b76

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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#/3.1.1";
23+
private const string DefaultUserAgent = "IPinfoClient/C#/3.2.0";
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.1.0</Version>
6+
<Version>3.2.0.0</Version>
77
<Title>IPinfo</Title>
88
<Authors>IPinfo</Authors>
99
<Product>IPinfo</Product>
1010
<Company>IPinfo</Company>
11-
<AssemblyVersion>3.1.1.0</AssemblyVersion>
12-
<FileVersion>3.1.1.0</FileVersion>
11+
<AssemblyVersion>3.2.0.0</AssemblyVersion>
12+
<FileVersion>3.2.0.0</FileVersion>
1313
<LangVersion>7.3</LangVersion>
1414
<PackageProjectUrl>https://github.com/ipinfo/csharp</PackageProjectUrl>
1515
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)