Bump version to 16.0.0, update starter kit reference and enable package validation.
This commit is contained in:
@@ -40,8 +40,8 @@
|
|||||||
<!-- Package Validation -->
|
<!-- Package Validation -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
|
<GenerateCompatibilitySuppressionFile>false</GenerateCompatibilitySuppressionFile>
|
||||||
<EnablePackageValidation>false</EnablePackageValidation>
|
<EnablePackageValidation>true</EnablePackageValidation>
|
||||||
<PackageValidationBaselineVersion>15.0.0</PackageValidationBaselineVersion>
|
<PackageValidationBaselineVersion>16.0.0</PackageValidationBaselineVersion>
|
||||||
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
|
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
|
||||||
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
|
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"cases": [
|
"cases": [
|
||||||
{
|
{
|
||||||
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && (UmbracoRelease == 'Latest' || UmbracoRelease == 'Custom'))",
|
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && (UmbracoRelease == 'Latest' || UmbracoRelease == 'Custom'))",
|
||||||
"value": "16.0.0-rc"
|
"value": "16.0.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && UmbracoRelease == 'LTS')",
|
"condition": "(StarterKit == 'Umbraco.TheStarterKit' && UmbracoRelease == 'LTS')",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
||||||
"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.
|
"version": "16.0.0",
|
||||||
"assemblyVersion": {
|
"assemblyVersion": {
|
||||||
"precision": "build"
|
"precision": "build"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user