Skip to content

Commit d453929

Browse files
authored
Merge pull request #50 from jcdcdev/dev/v16
16.0.0
2 parents 8fdc6ae + 27a6889 commit d453929

File tree

91 files changed

+1001
-1127
lines changed

Some content is hidden

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

91 files changed

+1001
-1127
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

SECURITY.md

Lines changed: 2 additions & 1 deletion

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"/>
10+
<PackageReference Include="uSync" Version="16.0.0"/>
1111
</ItemGroup>
1212

1313
<ItemGroup>

src/Umbraco.Community.DataProtection.TestSite/appsettings.Development.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"CacheBuster": "Timestamp"
4141
},
4242
"ModelsBuilder": {
43-
"ModelsMode": "SourceCodeAuto"
43+
"ModelsMode": "SourceCodeAuto",
44+
"IncludeVersionNumberInGeneratedModels":false
4445
}
4546
}
4647
},

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

Lines changed: 566 additions & 611 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.

0 commit comments

Comments
 (0)