Skip to content

Commit 6a3bf87

Browse files
committed
Release 0.10.0
1 parent 21c5046 commit 6a3bf87

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.10.0 - 2021-03-03
2+
* Add MML support into message.
3+
14
## 0.9.0 - 2021-03-03
25
* Add .Net Core 2, 3 and 5 support.
36

VERSION

2 Bytes
Binary file not shown.

appveyor.yml

2 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-
static readonly string Version = "0.9.0";
15+
static readonly string Version = "0.10.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.9.0</Version>
12-
<PackageVersion>0.9.0</PackageVersion>
11+
<Version>0.10.0</Version>
12+
<PackageVersion>0.10.0</PackageVersion>
1313
<Authors>Getstream.io</Authors>
1414
<Description>Chat client for getstream.io.</Description>
1515
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)