Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner authored Sep 13, 2022
1 parent 10551b3 commit c0cf24f
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 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/4.0.2). To install the package, you can use either .NET CLI:
The Umbraco 10 version of this package is only available via [NuGet](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/4.0.3). To install the package, you can use either .NET CLI:

```
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.2
dotnet add package Skybrud.Umbraco.Redirects --version 4.0.3
```

or the older NuGet Package Manager:

```
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.2
Install-Package Skybrud.Umbraco.Redirects -Version 4.0.3
```

**Umbraco 9**
Expand Down

0 comments on commit c0cf24f

Please sign in to comment.