Skip to content

Commit

Permalink
Merge pull request #16 from jcdcdev/dev/v14
Browse files Browse the repository at this point in the history
Dev/v14
  • Loading branch information
jcdcdev authored Oct 25, 2024
2 parents 15c7b2d + 4226ef6 commit 9272694
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 632 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
project-name: 'jcdcdev.Umbraco.PackageTemplate'
project-path: './src/jcdcdev.Umbraco.PackageTemplate.csproj'
dotnet-pack: false
umbraco-version: 13
umbraco-version: 14
build:
runs-on: ubuntu-latest
steps:
Expand All @@ -24,4 +24,4 @@ jobs:
npm-enabled: true
npm-working-dir: "./src/templates/UmbracoPackageTemplate/src/UmbracoPackageTemplate.Client"
npm-run-command: 'build'
umbraco-version: 13
umbraco-version: 14
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
project-name: 'jcdcdev.Umbraco.PackageTemplate'
project-path: './src/jcdcdev.Umbraco.PackageTemplate.csproj'
dotnet-pack: false
umbraco-version: 13
umbraco-version: 14
- name: Release
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
obj/
bin/
.idea/
**/wwwroot/App_Plugins/UmbracoPackageTemplate/dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>TestSite.Thirteen</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<ItemGroup>
<PackageReference Include="Umbraco.Cms.Core" Version="[14.0.0,15.0.0)"/>
<PackageReference Include="Umbraco.Cms.Api.Common" Version="[14.0.0,15.0.0)"/>
<PackageReference Include="Umbraco.Cms.Api.Management" Version="[14.0.0,15.0.0)"/>
Expand Down
Loading

0 comments on commit 9272694

Please sign in to comment.