File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Contentstack.Management.Core Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.1.12] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.1.12 )
4+ - Fix
5+ - Fixed the delivery token url
6+
37## [ v0.1.11] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.1.11 )
48 - Feat
59 - Add support for custom Http client and IHttpClientFactory
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.11 " ;
38+ private string Version => "0.1.12 " ;
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.11 </Version >
3+ <Version >0.1.12 </Version >
44 </PropertyGroup >
55</Project >
You can’t perform that action at this time.
0 commit comments