Skip to content

Commit df6428b

Browse files
authored
Merge pull request #57 from jcdcdev/dev/v10
10.0.6
2 parents 60b8428 + fabd2ab commit df6428b

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

.github/README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,34 +11,11 @@ Simple [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/c
1111

1212
Data protection keys are stored in the Umbraco database.
1313

14-
> [!IMPORTANT]
15-
> Version 10 will only receive security updates and no new features.
14+
> [!WARNING]
15+
> Version 10 is no longer supported and is End of Life (EOL).
1616
1717
> Please review the [security policy](https://github.com/jcdcdev/Umbraco.Community.DataProtection?tab=security-ov-file#supported-versions) for more information.
1818
19-
## Quick Start
20-
21-
```csharp
22-
dotnet add package Umbraco.Community.DataProtection
23-
```
24-
25-
```csharp title="Composer.cs"
26-
using Umbraco.Cms.Core.Composing;
27-
using Umbraco.Cms.Core.DependencyInjection;
28-
29-
namespace Project.Web;
30-
31-
public class Composer : IComposer
32-
{
33-
public void Compose(IUmbracoBuilder builder)
34-
{
35-
builder.AddUmbracoDataProtection();
36-
}
37-
}
38-
```
39-
40-
41-
4219
## Contributing
4320

4421
Contributions to this package are most welcome! Please visit the [Contributing](https://github.com/jcdcdev/Umbraco.Community.DataProtection/contribute) page.

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The following table outlines the versions of the project that are currently supp
99
1010
| Package Version | Umbraco Version | Security Phase Start | End of Life |
1111
| ---------------------------------------------------------------------------------- | --------------- | -------------------- | ----------- |
12-
| [10.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v10) | 10 | 2024-06-16 | 2025-06-16 |
1312
| [13.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v13) | 13 | 2025-12-14 | 2026-12-14 |
1413
| [15.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v15) | 15 | 2025-08-14 | 2025-11-14 |
1514
| [16.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v16) | 16 | 2026-03-12 | 2026-06-12 |
1615
## Unsupported Versions
1716

1817
| Package Version | Umbraco Version | End of Life |
1918
| ---------------------------------------------------------------------------------- | --------------- | ----------- |
19+
| [10.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v10) | 10 | 2025-06-16 |
2020
| [12.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v12) | 12 | 2024-06-29 |
2121
| [14.x](https://github.com/jcdcdev/Umbraco.Community.DataProtection/tree/v14) | 14 | 2025-05-30 |
2222

0 commit comments

Comments
 (0)