Skip to content

Commit 1c398a2

Browse files
committed
New alpha release 🎉
1 parent e0e20b3 commit 1c398a2

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 [Limbo](https://www.limbo.works/)
3+
Copyright (c) 2025 [Limbo](https://www.limbo.works/)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

NUGET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Umbraco.Redirects.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.Redirects.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects) [![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.redirects)
1+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md) [![NuGet](https://img.shields.io/nuget/vpre/Skybrud.Umbraco.Redirects.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects) [![NuGet](https://img.shields.io/nuget/dt/Skybrud.Umbraco.Redirects.svg)](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects) [![Umbraco Marketplace](https://img.shields.io/badge/umbraco-marketplace-%233544B1)](https://marketplace.umbraco.com/package/skybrud.umbraco.redirects) [![Skybrud.Umbraco.Redirects at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.umbraco.redirects/)
22

33
**Skybrud.Umbraco.Redirects** is a redirects manager for Umbraco. The package features a dashboard and property editor that let's users manage inbound redirects from within the Umbraco backoffice.
44

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
1818
<tr>
1919
<td><strong>Umbraco:</strong></td>
2020
<td>
21-
Umbraco 13
21+
Umbraco 14
2222
</td>
2323
</tr>
2424
<tr>
@@ -37,20 +37,23 @@ URLs can be added to redirect to either a content item, media item or a custom U
3737

3838
## Installation
3939

40-
**Umbraco 13**
40+
**Umbraco 14**
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.4). To install the package, you can use either the .NET CLI:
42+
Version 14 of this package supports Umbraco version 14. The package is only available via [**NuGet**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects/14.0.0-alpha002). To install the package, you can use either the .NET CLI:
4343

4444
```
45-
dotnet add package Skybrud.Umbraco.Redirects --version 13.0.4
45+
dotnet add package Skybrud.Umbraco.Redirects --version 14.0.0-alpha002
4646
```
4747

4848
or the NuGet Package Manager:
4949

5050
```
51-
Install-Package Skybrud.Umbraco.Redirects -Version 13.0.4
51+
Install-Package Skybrud.Umbraco.Redirects -Version 14.0.0-alpha002
5252
```
5353

54+
**Umbraco 13**
55+
For the Umbraco 10-12 version of this package, see the [**v13/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v13/main) branch instead.
56+
5457
**Umbraco 10, 11 and 12**
5558
For the Umbraco 10-12 version of this package, see the [**v4/main**](https://github.com/skybrud/Skybrud.Umbraco.Redirects/tree/v4/main) branch instead.
5659

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
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<PropertyGroup>
10-
<VersionPrefix>14.0.0-alpha001</VersionPrefix>
10+
<VersionPrefix>14.0.0-alpha002</VersionPrefix>
1111
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
1212
<Authors>Anders Bjerner</Authors>
1313
<Company>Limbo</Company>

0 commit comments

Comments
 (0)