Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner authored May 9, 2023
1 parent de7a8f4 commit 20ae26b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ URLs can be added to redirect to either a content item, media item or a custom U

## Installation

The Umbraco 10 and 11 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/4.0.8). To install the package, you can use either .NET CLI:
The Umbraco 10 and 11 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/4.0.10). To install the package, you can use either .NET CLI:

```
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.8
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.10
```

or the older NuGet Package Manager:

```
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.8
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.10
```

**Umbraco 9**
Expand Down

0 comments on commit 20ae26b

Please sign in to comment.