Skip to content

Commit bde4f92

Browse files
committed
build: version bump
1 parent 174d0a6 commit bde4f92

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version: 2.19.0
2+
#### Date: Nov-30-2024
3+
4+
##### Fix:
5+
- Remove updateLPContent call to resolve incorrect display of unsaved changes
6+
17
### Version: 2.18.0
28
#### Date: Nov-18-2024
39

Contentstack.Core/Internals/HttpRequestHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public async Task<string> ProcessRequest(string Url, Dictionary<string, object>
4848
var request = (HttpWebRequest)WebRequest.Create(uri);
4949
request.Method = "GET";
5050
request.ContentType = "application/json";
51-
request.Headers["x-user-agent"]="contentstack-delivery-dotnet/2.18.0";
51+
request.Headers["x-user-agent"]="contentstack-delivery-dotnet/2.19.0";
5252
request.Timeout = timeout;
5353

5454
if (proxy != null)

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

0 commit comments

Comments
 (0)