Skip to content

Commit 740c683

Browse files
committed
Stabilize CC version and set to release
1 parent 444c778 commit 740c683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Version.Details.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- _git/vs-code-coverage dependencies -->
9-
<MicrosoftInternalCodeCoveragePackageVersion>18.0.0-preview.25469.1</MicrosoftInternalCodeCoveragePackageVersion>
9+
<MicrosoftInternalCodeCoveragePackageVersion>18.0.4</MicrosoftInternalCodeCoveragePackageVersion>
1010
<!-- dotnet/dotnet dependencies -->
1111
<MicrosoftDiagnosticsNETCoreClientPackageVersion>0.2.0-preview.25476.104</MicrosoftDiagnosticsNETCoreClientPackageVersion>
1212
<!-- dotnet/runtime dependencies -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
-->
1616
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
1717
<VersionPrefix>18.0.0</VersionPrefix>
18-
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
18+
<PreReleaseVersionLabel>release</PreReleaseVersionLabel>
1919
</PropertyGroup>
2020
<PropertyGroup Label="Arcade settings">
2121
<!-- Ensure we use xliff task tool - true is the default but we make it explicit here -->

0 commit comments

Comments
 (0)