diff --git a/templates/Umbraco.Templates.csproj b/templates/Umbraco.Templates.csproj index 19ab42d32fae..7527f011d434 100644 --- a/templates/Umbraco.Templates.csproj +++ b/templates/Umbraco.Templates.csproj @@ -11,7 +11,7 @@ . $(NoWarn),NU5128 - + @@ -24,9 +24,7 @@ - - - + <_TemplateJsonFiles Include="**\.template.config\template.json" Exclude="bin\**;obj\**" /> @@ -64,4 +62,8 @@ UmbracoProject\Views + + + + diff --git a/templates/UmbracoProject/.template.config/template.json b/templates/UmbracoProject/.template.config/template.json index f9718921680f..d9ae3a078eef 100644 --- a/templates/UmbracoProject/.template.config/template.json +++ b/templates/UmbracoProject/.template.config/template.json @@ -94,7 +94,7 @@ "cases": [ { "condition": "(UmbracoRelease == 'Latest')", - "value": "15.1.0-rc" + "value": "*" }, { "condition": "(UmbracoRelease == 'LTS')", diff --git a/version.json b/version.json index b51b8e86008d..e3f7978da771 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", - "version": "15.1.0-rc", + "version": "15.1.0-rc2", "assemblyVersion": { "precision": "build" },