Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/15.1' into v15/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajlauridsen committed Nov 29, 2024
2 parents 428c917 + 3203f64 commit d1d2d73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions templates/Umbraco.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ContentTargetFolders>.</ContentTargetFolders>
<NoWarn>$(NoWarn),NU5128</NoWarn>
</PropertyGroup>

<!-- Added project references as the sample API in umbraco-extension will fail -->
<ItemGroup>
<ProjectReference Include="..\src\Umbraco.Cms.Api.Common\Umbraco.Cms.Api.Common.csproj" />
Expand All @@ -24,9 +24,7 @@
<ItemGroup>
<PackageReference Include="Umbraco.JsonSchema.Extensions" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Content Update="**\.template.config\template.json" Pack="false" />
</ItemGroup>

<Target Name="GetUpdatedTemplateJsonPackageFiles" BeforeTargets="GenerateNuspec" AfterTargets="GetUmbracoBuildVersion">
<ItemGroup>
<_TemplateJsonFiles Include="**\.template.config\template.json" Exclude="bin\**;obj\**" />
Expand Down Expand Up @@ -64,4 +62,8 @@
<PackagePath>UmbracoProject\Views</PackagePath>
</Content>
</ItemGroup>

<ItemGroup>
<Content Update="**\.template.config\template.json" Pack="false" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion templates/UmbracoProject/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"cases": [
{
"condition": "(UmbracoRelease == 'Latest')",
"value": "15.1.0-rc"
"value": "*"
},
{
"condition": "(UmbracoRelease == 'LTS')",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit d1d2d73

Please sign in to comment.