Skip to content

Commit 0f1f5f6

Browse files
committed
feature: support Umbraco 16.0.0-rc
1 parent 8fdc6ae commit 0f1f5f6

File tree

89 files changed

+982
-1052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+982
-1052
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
project-name: Umbraco.Community.DataProtection
1313
project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
14-
umbraco-version: 15
14+
umbraco-version: 16
1515
dotnet-version: "9"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
project-name: Umbraco.Community.DataProtection
1818
project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj
19-
umbraco-version: 15
19+
umbraco-version: 16
2020
dotnet-version: "9"
2121
- name: Release
2222
uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@main

src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Umbraco.Cms" Version="15.4.1"/>
10-
<PackageReference Include="uSync" Version="15.1.6"/>
9+
<PackageReference Include="Umbraco.Cms" Version="16.0.0-rc"/>
10+
<PackageReference Include="uSync" Version="16.0.0-beta01"/>
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Umbraco.Community.DataProtection.TestSite/packages.lock.json

Lines changed: 558 additions & 548 deletions
Large diffs are not rendered by default.

src/Umbraco.Community.DataProtection.TestSite/uSync/v15/usync.config

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Umbraco.Community.DataProtection.TestSite/uSync/v15/Content/home.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v16/Content/home.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/basepage.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v16/ContentTypes/basepage.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/home.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v16/ContentTypes/home.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/markdownblock.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v16/ContentTypes/markdownblock.config

File renamed without changes.

src/Umbraco.Community.DataProtection.TestSite/uSync/v15/ContentTypes/umbblockgriddemoheadlineblock.config renamed to src/Umbraco.Community.DataProtection.TestSite/uSync/v16/ContentTypes/umbblockgriddemoheadlineblock.config

File renamed without changes.

0 commit comments

Comments
 (0)