Skip to content

Commit 394eed0

Browse files
committed
chore!: Bump version to 8.0-dev for the Uno 7.0 line
Frees the 7.4-dev version space for servicing/7.4, which keeps publishing packages for the previous Uno line. Without a bump both branches would compute the same NBGV height and publish the same version from different code. Taken as a major because the 7.0 line drops net9.0 -- every published asset is currently net9 -- and removes the Mac Catalyst target framework, both breaking changes by .NET convention regardless of API surface.
1 parent 3bcc411 commit 394eed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "7.4-dev.{height}",
3+
"version": "8.0-dev.{height}",
44
"nuGetPackageVersion": {
55
"semVer": 2.0
66
},

0 commit comments

Comments
 (0)