Skip to content

Commit 9c6b54b

Browse files
committed
Bump version to 3.1.0
Version type: minor Release notes: 'Standard minor release'
1 parent d7218ff commit 9c6b54b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace GetStream
1010
{
1111
public class BaseClient :IClient
1212
{
13-
private const string VersionName = "3.0.0";
13+
private const string VersionName = "3.1.0";
1414
private static readonly string VersionHeader = $"getstream-net-{VersionName}";
1515

1616
private readonly HttpClient _httpClient;

src/stream-feed-net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<!-- NuGet Package Metadata -->
99
<PackageId>getstream-net</PackageId>
10-
<Version>3.0.0</Version>
10+
<Version>3.1.0</Version>
1111
<Authors>GetStream</Authors>
1212
<Company>GetStream</Company>
1313
<Product>GetStream Feed .NET SDK</Product>

0 commit comments

Comments
 (0)