Skip to content

Commit

Permalink
Updated the README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Feb 9, 2024
1 parent 4091f77 commit 967dfe0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Skybrud.Essentials.Umbraco [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco)
# Skybrud.Essentials.Umbraco

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Essentials.Umbraco/blob/v10/main/LICENSE.md)
[![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Essentials.Umbraco.svg)](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco)

**Skybrud.Essentials.Umbraco** is an add-on that builds on top of our [Skybrud.Essentials](https://github.com/skybrud/Skybrud.Essentials) package, and it provides various logic that makes it easier to work with different parts of Umbraco.

Expand All @@ -9,7 +13,7 @@
</tr>
<tr>
<td><strong>Umbraco:</strong></td>
<td>Umbraco 10 and 11 <sub><sup>(and <a href="https://github.com/skybrud/Skybrud.Essentials.Umbraco/tree/v1/main">Umbraco 9</a>)</sup></sub></td>
<td>Umbraco 10, 11 and 12 <sub><sup>(and <a href="https://github.com/skybrud/Skybrud.Essentials.Umbraco/tree/v1/main">Umbraco 9</a>)</sup></sub></td>
</tr>
<tr>
<td><strong>Target Framework:</strong></td>
Expand All @@ -30,11 +34,11 @@
To install the package via [NuGet](https://www.nuget.org/packages/Skybrud.Essentials.Umbraco), you can use either .NET CLI:

```
dotnet add package Skybrud.Essentials.Umbraco --version 2.0.0-alpha003
dotnet add package Skybrud.Essentials.Umbraco --version 10.0.0
```

or the older Nuget package manager:

```
Install-Package Skybrud.Essentials.Umbraco -Version 2.0.0-alpha003
Install-Package Skybrud.Essentials.Umbraco -Version 10.0.0
```

0 comments on commit 967dfe0

Please sign in to comment.