Skip to content

Commit 2696608

Browse files
committed
chore: version bump
1 parent 983f664 commit 2696608

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.16.0
2+
#### Date: Oct-11-2024
3+
4+
##### Feat:
5+
- Live Preview 2.0 Implementation
6+
17
### Version: 2.15.1
28
#### Date: Oct-08-2024
39

Contentstack.AspNetCore/Contentstack.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2"><PrivateAssets>all</PrivateAssets>
3232
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3333
</PackageReference>
34-
<PackageReference Include="contentstack.csharp" Version="2.13.0" />
34+
<PackageReference Include="contentstack.csharp" Version="2.15.0" />
3535
</ItemGroup>
3636
</Project>

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.12.0";
51+
request.Headers["x-user-agent"]="contentstack-delivery-dotnet/2.16.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.15.1</Version>
3+
<Version>2.16.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)