Skip to content

Commit afdd36f

Browse files
committed
📝 Version Updated
1 parent 589a10c commit afdd36f

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Contentstack.AspNetCore/Contentstack.AspNetCore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<Copyright>Copyright (c) 2012-2020 Contentstack (http://app.contentstack.com). All Rights Reserved</Copyright>
1313
<PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl>
1414
<PackageTags>v2.5.0</PackageTags>
15-
<ReleaseVersion>2.6.1</ReleaseVersion>
15+
<ReleaseVersion>2.6.2</ReleaseVersion>
16+
<Configurations>Release;Debug</Configurations>
1617
</PropertyGroup>
1718

1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

Contentstack.Core.Tests/Contentstack.Core.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp2.1</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7-
<ReleaseVersion>2.6.1</ReleaseVersion>
7+
<ReleaseVersion>2.6.2</ReleaseVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

Contentstack.Core/Contentstack.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<PackageId>contentstack.csharp</PackageId>
66
<Authors>Contentstack</Authors>
77
<Description>.NET SDK for the Contentstack Content Delivery API.</Description>
8-
<PackageVersion>2.6.1</PackageVersion>
8+
<PackageVersion>2.6.2</PackageVersion>
99
<Owners>Contentstack</Owners>
1010
<PackageReleaseNotes>Embedded Objects fearure added</PackageReleaseNotes>
1111
<Copyright>Copyright © 2012-2021 Contentstack. All Rights Reserved</Copyright>
1212
<PackOnBuild>true</PackOnBuild>
13-
<PackageTags>v2.6.1</PackageTags>
13+
<PackageTags>v2.6.2</PackageTags>
1414
<PackageProjectUrl>https://github.com/contentstack/contentstack-dotnet</PackageProjectUrl>
1515
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
16-
<ReleaseVersion>2.6.1</ReleaseVersion>
16+
<ReleaseVersion>2.6.2</ReleaseVersion>
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

Contentstack.Net.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ Global
132132
$0.XmlFormattingPolicy = $9
133133
$9.scope = application/xml
134134
$0.StandardHeader = $10
135-
version = 2.6.1
135+
version = 2.6.2
136136
EndGlobalSection
137137
EndGlobal

0 commit comments

Comments
 (0)