Skip to content

Commit 7d808cf

Browse files
committed
Bump version to 0.7.0
1 parent 2f1f624 commit 7d808cf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

VERSION

0 Bytes
Binary file not shown.

appveyor.yml

0 Bytes
Binary file not shown.

src/stream-chat-net/Client.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace StreamChat
1212
{
1313
public class Client : IClient
1414
{
15-
internal static readonly string Version = "0.6.1";
15+
internal static readonly string Version = "0.7.0";
1616
internal const string BaseUrlFormat = "https://chat-proxy-{0}.stream-io-api.com";
1717
internal const string BaseUrlPath = "/api/v1.0/";
1818
internal static readonly Dictionary<ApiLocation, string> Locations = new Dictionary<ApiLocation, string>()

src/stream-chat-net/stream-chat-net.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99
<PropertyGroup>
1010
<PackageId>stream-chat-net</PackageId>
11-
<Version>0.6.1</Version>
12-
<PackageVersion>0.6.1</PackageVersion>
11+
<Version>0.7.0</Version>
12+
<PackageVersion>0.7.0</PackageVersion>
1313
<Authors>Getstream.io</Authors>
1414
<Description>Chat client for getstream.io.</Description>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)