File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments