Skip to content

Commit

Permalink
feature: v12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed May 24, 2024
1 parent fb80c0d commit c24271b
Show file tree
Hide file tree
Showing 316 changed files with 5,043 additions and 11,493 deletions.
5 changes: 2 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# jcdcdev.Umbraco.Core

[![Umbraco Version](https://img.shields.io/badge/Umbraco-10.4+-%233544B1?style=flat&logo=umbraco)](https://umbraco.com/products/umbraco-cms/)
[![NuGet](https://img.shields.io/nuget/vpre/jcdcdev.Umbraco.Core?color=0273B3)](https://www.nuget.org/packages/jcdcdev.Umbraco.Core)
[![GitHub license](https://img.shields.io/github/license/jcdcdev/jcdcdev.Umbraco.Core?color=8AB803)](https://github.com/jcdcdev/jcdcdev.Umbraco.Core/blob/main/LICENSE)
[![Downloads](https://img.shields.io/nuget/dt/jcdcdev.Umbraco.Core?color=cc9900)](https://www.nuget.org/packages/jcdcdev.Umbraco.Core/)
[![GitHub license](https://img.shields.io/github/license/jcdcdev/jcdcdev.Umbraco.Core?color=8AB803&label=License)](https://github.com/jcdcdev/jcdcdev.Umbraco.Core/blob/main/LICENSE)
[![NuGet Downloads](https://img.shields.io/nuget/dt/jcdcdev.Umbraco.Core?color=cc9900&label=NuGet)](https://www.nuget.org/packages/jcdcdev.Umbraco.Core/)

Core functionality used by my packages and projects

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:
runs-on: ubuntu-latest
needs:
- metadata
strategy:
matrix:
umbraco-version: [ 10, 12, 13, 14 ]
steps:
- name: Build
uses: jcdcdev/jcdcdev.Umbraco.Github.Build@main
with:
project-name: ${{ needs.metadata.outputs.project-name}}
project-path: ${{ needs.metadata.outputs.project-path }}
umbraco-version: ${{ matrix.umbraco-version }}
umbraco-version: 12
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ jobs:
contents: write
needs:
- metadata
strategy:
matrix:
umbraco-version: [ 10, 12, 13, 14 ]
steps:
- name: Build
id: build
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@main
with:
project-name: ${{ needs.metadata.outputs.project-name}}
project-path: ${{ needs.metadata.outputs.project-path }}
umbraco-version: ${{ matrix.umbraco-version }}
umbraco-version: 12
- name: Release
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main
with:
Expand Down
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<PropertyGroup>
<NuGetAuditMode>all</NuGetAuditMode>
<NuGetAuditLevel>high</NuGetAuditLevel>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>
Loading

0 comments on commit c24271b

Please sign in to comment.