Skip to content

Commit fb4c119

Browse files
authored
Update versioning: set 2.1.0-rtw and mark packages as preview (#617)
1 parent ca4a9a7 commit fb4c119

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<MajorVersion>2</MajorVersion>
9-
<MinorVersion>0</MinorVersion>
10-
<PatchVersion>1</PatchVersion>
11-
<PreReleaseVersionLabel>preview1</PreReleaseVersionLabel>
9+
<MinorVersion>1</MinorVersion>
10+
<PatchVersion>0</PatchVersion>
11+
<PreReleaseVersionLabel>rtw</PreReleaseVersionLabel>
1212
<DotNetFinalVersionKind Condition="'$(PreReleaseVersionLabel)' == 'rtw'">release</DotNetFinalVersionKind>
1313
</PropertyGroup>
1414
<PropertyGroup>

src/Aspire.Hosting.IncrementalMigration/Aspire.Hosting.IncrementalMigration.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>true</IsPackable>
88
<EnablePackageValidation>true</EnablePackageValidation>
9+
<!-- This package won't produce a stable version -->
10+
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
11+
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
912
</PropertyGroup>
1013

1114
<ItemGroup>

src/Aspire.Microsoft.AspNetCore.SystemWebAdapters/Aspire.Microsoft.AspNetCore.SystemWebAdapters.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<Nullable>enable</Nullable>
77
<IsPackable>true</IsPackable>
88
<EnablePackageValidation>true</EnablePackageValidation>
9+
<!-- This package won't produce a stable version -->
10+
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
11+
<PreReleaseVersionLabel>preview.1</PreReleaseVersionLabel>
912
</PropertyGroup>
1013

1114
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">

0 commit comments

Comments
 (0)