File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 3.1.0 - 2021-02-01
2+ * Improve underlying HTTP client usage
3+ - fixes socket exhaustaion
4+ - improves performance
5+ * Move hardcoded keys from Github
6+
17## 3.0.2 - 2021-01-25
28* Make version header consistent between SDKs
39
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace Stream
1111{
1212 public class StreamClient : IStreamClient
1313 {
14- static readonly string Version = "3.0.2 " ;
14+ static readonly string Version = "3.1.0 " ;
1515
1616 internal const string BaseUrlFormat = "https://{0}-api.stream-io-api.com" ;
1717 internal const string BaseUrlPath = "/api/v1.0/" ;
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88 <PropertyGroup >
99 <PackageId >stream-net</PackageId >
10- <Version >3.0.2 </Version >
11- <PackageVersion >3.0.2 </PackageVersion >
10+ <Version >3.1.0 </Version >
11+ <PackageVersion >3.1.0 </PackageVersion >
1212 <Authors >GetStream.io</Authors >
1313 <Description >Client for getstream.io. Build scalable newsfeeds and activity streams in a few hours instead of weeks.</Description >
1414 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
You can’t perform that action at this time.
0 commit comments