Skip to content

Commit 974b0d1

Browse files
authored
Merge pull request #53 from jcdcdev/dev/v16
16.0.0
2 parents 3ddfd6a + 0bd8131 commit 974b0d1

File tree

84 files changed

+1023
-1096
lines changed

Some content is hidden

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

84 files changed

+1023
-1096
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.FileSystemProviders.B2
1313
project-path: src/Umbraco.Community.FileSystemProviders.B2/Umbraco.Community.FileSystemProviders.B2.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.FileSystemProviders.B2
1818
project-path: src/Umbraco.Community.FileSystemProviders.B2/Umbraco.Community.FileSystemProviders.B2.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
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ The following table outlines the versions of the project that are currently supp
1111
| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- |
1212
| [10.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v10) | 10 | 2024-06-16 | 2025-06-16 |
1313
| [13.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v13) | 13 | 2025-12-14 | 2026-12-14 |
14-
| [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-03-02 | 2025-05-30 |
1514
| [15.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v15) | 15 | 2025-08-14 | 2025-11-14 |
15+
| [16.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
1616
## Unsupported Versions
1717

1818
| Package Version | Umbraco Version | End of Life |
1919
| ---------------------------------------------------------------------------------- | --------------- | ----------- |
2020
| [12.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v12) | 12 | 2024-06-29 |
21+
| [14.x](https://github.com/jcdcdev/Umbraco.Community.FileSystemProviders.B2/tree/v14) | 14 | 2025-05-30 |
2122

2223

2324
## Future Support

src/Umbraco.Community.FileSystemProviders.B2.TestSite/Umbraco.Community.FileSystemProviders.B2.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.3.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.FileSystemProviders.B2.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
},

0 commit comments

Comments
 (0)