Skip to content

Commit 3c42b10

Browse files
authored
Use rc.2 branding on EF Npgsql integration (#6537)
1 parent 494ad15 commit 3c42b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/Versions.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<PatchVersion>0</PatchVersion>
77
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
88
<PreReleaseVersionLabel>preview.5</PreReleaseVersionLabel>
9+
<!-- Aspire.Npgsql.EntityFrameworkCore.PostgreSQL will ship right after our November release, but it has already shipped as rc.1 so
10+
we can't 'downgrade' it to preview.5. We will ship it as rc.2 in November and will mark it stable once EF Npgsql dependency ships stable. -->
11+
<PrereleaseVersionLabel Condition="'$(MSBuildProjectName)' == 'Aspire.Npgsql.EntityFrameworkCore.PostgreSQL'">rc.2</PrereleaseVersionLabel>
912
<!--
1013
When running package validation as part of the build, we want to ensure we didn't break the API against the previous
1114
version of each package. The following property points to the package version that should be used as baseline.

0 commit comments

Comments
 (0)