Skip to content

Commit bc1281f

Browse files
committed
3.3.0 release
1 parent 6d50c2d commit bc1281f

2 files changed

Lines changed: 5 additions & 5 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.2.0";
23+
private const string DefaultUserAgent = "IPinfoClient/C#/3.3.0";
2424

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

src/IPinfo/IPinfo.csproj

Lines changed: 4 additions & 4 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.2.0.0</Version>
6+
<Version>3.3.0.0</Version>
77
<Title>IPinfo</Title>
88
<Authors>IPinfo</Authors>
99
<Product>IPinfo</Product>
1010
<Company>IPinfo</Company>
11-
<AssemblyVersion>3.2.0.0</AssemblyVersion>
12-
<FileVersion>3.2.0.0</FileVersion>
11+
<AssemblyVersion>3.3.0.0</AssemblyVersion>
12+
<FileVersion>3.3.0.0</FileVersion>
1313
<LangVersion>7.3</LangVersion>
1414
<PackageProjectUrl>https://github.com/ipinfo/csharp</PackageProjectUrl>
1515
<RepositoryType>git</RepositoryType>
@@ -59,4 +59,4 @@
5959
</AssemblyAttribute>
6060
</ItemGroup>
6161

62-
</Project>
62+
</Project>

0 commit comments

Comments
 (0)