Skip to content

Commit 83c9b6b

Browse files
committed
feat: Added Version bump
1 parent dd9847f commit 83c9b6b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.0.0-beta.5](https://github.com/contentstack/contentstack-management-dotnet/tree/v1.0.0-beta.5)
4+
- **Environment & Global Field STJ Migration**
5+
- Migrated Environment and Global Field modules from Newtonsoft.Json to System.Text.Json
6+
- Updated service constructors to use JsonSerializerOptions and Utf8JsonWriter serialization
7+
- Re-enabled Environment() and GlobalField() methods in Stack class
8+
39
## [v1.0.0-beta.4](https://github.com/contentstack/contentstack-management-dotnet/tree/v1.0.0-beta.4)
410
- **Assets STJ Migration Complete**
511
- Fully migrated Assets module from Newtonsoft.Json to System.Text.Json

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.0-beta.4</Version>
3+
<Version>1.0.0-beta.5</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)