File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Contentstack.Management.Core Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ v0.5.0] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.5.0 )
3+ - Feat
4+ - ** Variant Group Management** : Added comprehensive support for variant group operations
5+ - Added ` VariantGroup ` model class with Find, LinkContentTypes and UnlinkContentTypes methods
6+ - Comprehensive unit test coverage with 33+ tests covering all functionality and edge cases
7+
28## [ v0.4.0] ( https://github.com/contentstack/contentstack-management-dotnet/tree/v0.4.0 )
39 - Feat
410 - ** MFA Support** : Added Multi-Factor Authentication (MFA) support for login operations
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.4 .0" ;
38+ private string Version => "0.5 .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.4 .0</Version >
3+ <Version >0.5 .0</Version >
44 </PropertyGroup >
55</Project >
You can’t perform that action at this time.
0 commit comments