References correct starter kit version for Umbraco 16 (#19392)

This commit is contained in:
Andy Butland
2025-05-23 16:17:31 +02:00
committed by GitHub
parent 0442b9e317
commit ab25074711
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
"cases": [
{
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && (UmbracoRelease == 'Latest' || UmbracoRelease == 'Custom'))",
"value": "14.0.0"
"value": "16.0.0-rc"
},
{
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && UmbracoRelease == 'LTS')",

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "16.0.0-rc4",
"version": "16.0.0-rc4", // TODO: When bumping this to 16.0.0, also remove the -rc suffix in the starterkits.template.json file. The starter kit final version for 16 will be released at the same time as the CMS.
"assemblyVersion": {
"precision": "build"
},