Skip to content

Commit b35b8bb

Browse files
committed
New release 🎉
1 parent 17b095a commit b35b8bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ URLs can be added to redirect to either a content item, media item or a custom U
3939

4040
**Umbraco 13**
4141

42-
Version 13 of this package supports Umbraco version 13. The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/13.0.6). To install the package, you can use either the .NET CLI:
42+
Version 13 of this package supports Umbraco version 13. The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/13.0.8). To install the package, you can use either the .NET CLI:
4343

4444
```
45-
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.6
45+
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.8
4646
```
4747

4848
or the NuGet Package Manager:
4949

5050
```
51-
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.6
51+
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.8
5252
```
5353

5454
**Umbraco 10, 11 and 12**
Binary file not shown.

src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<VersionPrefix>13.0.7</VersionPrefix>
13+
<VersionPrefix>13.0.8</VersionPrefix>
1414
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1515
<Authors>Anders Bjerner</Authors>
1616
<Company>Limbo</Company>

0 commit comments

Comments
 (0)