Skip to content

Commit 39cc94e

Browse files
committed
doc: Update README
1 parent f12bd59 commit 39cc94e

File tree

1 file changed

+2
-25
lines changed

1 file changed

+2
-25
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 15 will only receive security updates and no new features.
14+
> [!WARNING]
15+
> Version 15 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.

0 commit comments

Comments
 (0)