File tree Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Expand file tree Collapse file tree 5 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 4.1.1 - 2021-02-26
2+ * Naming consistency
3+
14## 4.1.0 - 2021-02-26
25* Add upload support for files and images
36* Add .net core 2.1 and 3.1 support
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Stream
77{
88 public class StreamClient : IStreamClient
99 {
10- static readonly string Version = "4.1.0 " ;
10+ static readonly string Version = "4.1.1 " ;
1111
1212 internal const string BaseUrlFormat = "https://{0}-api.stream-io-api.com" ;
1313 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 >4.1.0 </Version >
11- <PackageVersion >4.1.0 </PackageVersion >
10+ <Version >4.1.1 </Version >
11+ <PackageVersion >4.1.1 </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