Skip to content

Commit 33185c7

Browse files
authored
Update prerelease branding
Update implicit versions for march
1 parent c91a959 commit 33185c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PreReleaseVersionLabel Condition="'$(StabilizePackageVersion)' != 'true'">preview</PreReleaseVersionLabel>
2222
<PreReleaseVersionLabel Condition="'$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))">rtm</PreReleaseVersionLabel>
2323
<PreReleaseVersionLabel Condition="'$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))">servicing</PreReleaseVersionLabel>
24-
<PreReleaseVersionIteration Condition="'$(StabilizePackageVersion)' != 'true'">3</PreReleaseVersionIteration>
24+
<PreReleaseVersionIteration Condition="'$(StabilizePackageVersion)' != 'true'">4</PreReleaseVersionIteration>
2525
<!-- In source-build the version of the compiler must be same or newer than the version of the
2626
compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
2727
in that build mode analyzer assemblies always target the live compiler API. -->
@@ -38,8 +38,8 @@
3838
<VersionFeature50>17</VersionFeature50>
3939
<VersionFeature60>36</VersionFeature60>
4040
<VersionFeature70>20</VersionFeature70>
41-
<VersionFeature80>13</VersionFeature80>
42-
<VersionFeature90>2</VersionFeature90>
41+
<VersionFeature80>14</VersionFeature80>
42+
<VersionFeature90>3</VersionFeature90>
4343
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4444
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4545
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>

0 commit comments

Comments
 (0)