From d914130aff863d4f13bd4d74a2980f5fb9216e13 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Wed, 15 Oct 2025 14:46:43 -0700 Subject: [PATCH] Update versioning: set 2.1.0-rtw and mark packages as preview - eng/Versions.props: bump to Major=2 Minor=1 Patch=0 and set PreReleaseVersionLabel=rtw (final release) - src/Aspire.Hosting.IncrementalMigration/...csproj: add SuppressFinalPackageVersion and PreReleaseVersionLabel=preview.1 - src/Aspire.Microsoft.AspNetCore.SystemWebAdapters/...csproj: add SuppressFinalPackageVersion and PreReleaseVersionLabel=preview.1 --- eng/Versions.props | 6 +++--- .../Aspire.Hosting.IncrementalMigration.csproj | 3 +++ .../Aspire.Microsoft.AspNetCore.SystemWebAdapters.csproj | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 94741ecc68..3ed2241fa7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,9 +6,9 @@ 2 - 0 - 1 - preview1 + 1 + 0 + rtw release diff --git a/src/Aspire.Hosting.IncrementalMigration/Aspire.Hosting.IncrementalMigration.csproj b/src/Aspire.Hosting.IncrementalMigration/Aspire.Hosting.IncrementalMigration.csproj index 75f902ece9..e7ef541bbc 100644 --- a/src/Aspire.Hosting.IncrementalMigration/Aspire.Hosting.IncrementalMigration.csproj +++ b/src/Aspire.Hosting.IncrementalMigration/Aspire.Hosting.IncrementalMigration.csproj @@ -6,6 +6,9 @@ enable true true + + true + preview.1 diff --git a/src/Aspire.Microsoft.AspNetCore.SystemWebAdapters/Aspire.Microsoft.AspNetCore.SystemWebAdapters.csproj b/src/Aspire.Microsoft.AspNetCore.SystemWebAdapters/Aspire.Microsoft.AspNetCore.SystemWebAdapters.csproj index 94c697fc7a..3ace94de72 100644 --- a/src/Aspire.Microsoft.AspNetCore.SystemWebAdapters/Aspire.Microsoft.AspNetCore.SystemWebAdapters.csproj +++ b/src/Aspire.Microsoft.AspNetCore.SystemWebAdapters/Aspire.Microsoft.AspNetCore.SystemWebAdapters.csproj @@ -6,6 +6,9 @@ enable true true + + true + preview.1