File tree Expand file tree Collapse file tree
Contentstack.Management.Core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ v0.4.0] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.4.0 )
3+ - Feature
4+ - Added Support for OAuth
5+
26## [ v0.3.2] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.3.2 )
37 - Fix
48 - Added Test cases for the Release
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class ContentstackClient : IContentstackClient
3535 private HttpClient _httpClient ;
3636 private bool _disposed = false ;
3737
38- private string Version => "0.3.2 " ;
38+ private string Version => "0.4.0 " ;
3939 private string xUserAgent => $ "contentstack-management-dotnet/{ Version } ";
4040
4141 // OAuth token storage
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >0.3.2 </Version >
3+ <Version >0.4.0 </Version >
44 </PropertyGroup >
55</Project >
You can’t perform that action at this time.
0 commit comments