Skip to content

Commit e231feb

Browse files
committed
Bump version to 16.0.0, update starter kit reference and enable package validation.
1 parent 0c33a23 commit e231feb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<!-- Package Validation -->
4141
<PropertyGroup>
4242
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
43-
<EnablePackageValidation>false</EnablePackageValidation>
44-
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
43+
<EnablePackageValidation>true</EnablePackageValidation>
44+
<PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion>
4545
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
4646
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
4747
</PropertyGroup>

templates/UmbracoProject/.template.config/starterkits.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cases": [
3535
{
3636
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && (UmbracoRelease == 'Latest' || UmbracoRelease == 'Custom'))",
37-
"value": "16.0.0-rc"
37+
"value": "16.0.0"
3838
},
3939
{
4040
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && UmbracoRelease == 'LTS')",

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": "16.0.0-rc6", // 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.
3+
"version": "16.0.0",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)