Skip to content

Commit 06de5f5

Browse files
Update preview -> rtm. (#93)
1 parent 34fcb57 commit 06de5f5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tools/CosmosDBSessionStateProviderAsync.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project DefaultTargets="UnitTest" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<BuildQuality Condition="'$(BuildQuality)' == ''">preview1</BuildQuality>
4+
<BuildQuality Condition="'$(BuildQuality)' == ''">rtm</BuildQuality>
55
<VersionMajor>2</VersionMajor>
66
<VersionMinor>0</VersionMinor>
77
<VersionRelease>0</VersionRelease>
88
</PropertyGroup>
99

1010
<PropertyGroup Label="NuGet package dependencies">
11-
<SessionStateModuleNuGetPackageVersion>2.0.0-preview1</SessionStateModuleNuGetPackageVersion>
11+
<SessionStateModuleNuGetPackageVersion>2.0.0</SessionStateModuleNuGetPackageVersion>
1212
<CosmosNuGetPackageVersion>3.23.0</CosmosNuGetPackageVersion>
1313
<SystemTextJsonPackageVersion>7.0.0</SystemTextJsonPackageVersion>
1414
</PropertyGroup>

tools/SessionStateModule.settings.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project DefaultTargets="UnitTest" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<BuildQuality Condition="'$(BuildQuality)' == ''">preview1</BuildQuality>
4+
<BuildQuality Condition="'$(BuildQuality)' == ''">rtm</BuildQuality>
55
<VersionMajor>2</VersionMajor>
66
<VersionMinor>0</VersionMinor>
77
<VersionRelease>0</VersionRelease>

tools/SqlSessionStateProviderAsync.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project DefaultTargets="UnitTest" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<BuildQuality Condition="'$(BuildQuality)' == ''">preview1</BuildQuality>
4+
<BuildQuality Condition="'$(BuildQuality)' == ''">rtm</BuildQuality>
55
<VersionMajor>2</VersionMajor>
66
<VersionMinor>0</VersionMinor>
77
<VersionRelease>0</VersionRelease>
88
</PropertyGroup>
99

1010
<PropertyGroup Label="NuGet package dependencies">
11-
<SessionStateModuleNuGetPackageVersion>2.0.0-preview1</SessionStateModuleNuGetPackageVersion>
11+
<SessionStateModuleNuGetPackageVersion>2.0.0</SessionStateModuleNuGetPackageVersion>
1212
<MicrosoftDataSqlClientPackageVersion>5.0.0</MicrosoftDataSqlClientPackageVersion>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)