Skip to content

Commit bfb5cfb

Browse files
committed
+changelog-ignore: readme
1 parent 0274e90 commit bfb5cfb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# Umbraco.Community.DataProtection
22

3-
[![Umbraco Version](https://img.shields.io/badge/Umbraco-10.4+-%233544B1?style=flat&logo=umbraco)](https://umbraco.com/products/umbraco-cms/)
3+
[![Umbraco Version](https://img.shields.io/badge/Umbraco-10.4+-%233544B1?style=flat&logo=umbraco)](https://marketplace.umbraco.com/package/umbraco.community.dataprotection)
44
[![NuGet](https://img.shields.io/nuget/vpre/Umbraco.Community.DataProtection?color=0273B3)](https://www.nuget.org/packages/Umbraco.Community.DataProtection)
55
[![GitHub license](https://img.shields.io/github/license/jcdcdev/Umbraco.Community.DataProtection?color=8AB803)](https://github.com/jcdcdev/Umbraco.Community.DataProtection/LICENSE)
66
[![Downloads](https://img.shields.io/nuget/dt/Umbraco.Community.DataProtection?color=cc9900)](https://www.nuget.org/packages/Umbraco.Community.DataProtection/)
77

8-
Zero config [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-8.0) for Umbraco CMS.
8+
Simple [ASP.NET Core Data Protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/introduction?view=aspnetcore-8.0) for Umbraco CMS.
99

1010
Data protection keys are stored in the Umbraco database.
1111

1212
## Quick Start
1313

14-
### Install
14+
### Install
15+
1516
```csharp
1617
dotnet add package Umbraco.Community.DataProtection
1718
```
1819

1920
### Configure
21+
2022
```csharp
2123
using Umbraco.Cms.Core.Composing;
2224
using Umbraco.Cms.Core.DependencyInjection;

0 commit comments

Comments
 (0)