File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Contentstack.Management.Core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2- ## [ v0.1.13 ] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.1.13 )
2+ ## [ v0.2.0 ] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.2.0 )
33 - Fix
44 - Fixed the Single Publish issue with specific entry version (Changing the type from String to Int)
55
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.1.13 " ;
38+ private string Version => "0.2.0 " ;
3939 private string xUserAgent => $ "contentstack-management-dotnet/{ Version } ";
4040 #endregion
4141
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >0.1.13 </Version >
3+ <Version >0.2.0 </Version >
44 </PropertyGroup >
55</Project >
You can’t perform that action at this time.
0 commit comments