Skip to content

Commit 93c1ce8

Browse files
committed
Version bump
1 parent 3ffb35d commit 93c1ce8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

Contentstack.Management.Core/ContentstackClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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>0.1.13</Version>
3+
<Version>0.2.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)