We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7218ff + 9c6b54b commit b86222cCopy full SHA for b86222c
src/Client.cs
@@ -10,7 +10,7 @@ namespace GetStream
10
{
11
public class BaseClient :IClient
12
13
- private const string VersionName = "3.0.0";
+ private const string VersionName = "3.1.0";
14
private static readonly string VersionHeader = $"getstream-net-{VersionName}";
15
16
private readonly HttpClient _httpClient;
src/stream-feed-net.csproj
@@ -7,7 +7,7 @@
7
8
<!-- NuGet Package Metadata -->
9
<PackageId>getstream-net</PackageId>
- <Version>3.0.0</Version>
+ <Version>3.1.0</Version>
<Authors>GetStream</Authors>
<Company>GetStream</Company>
<Product>GetStream Feed .NET SDK</Product>
0 commit comments