diff --git a/templates/Umbraco.Templates.csproj b/templates/Umbraco.Templates.csproj
index 19ab42d32f..7527f011d4 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 f971892168..d9ae3a078e 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 b51b8e8600..e3f7978da7 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"
},