Skip to content

Commit fb137c7

Browse files
committed
First beta release for Umbraco 14 🎉
1 parent b8d49da commit fb137c7

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 14**
4141

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:
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-beta001). To install the package, you can use either the .NET CLI:
4343

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

4848
or the NuGet Package Manager:
4949

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

5454
**Umbraco 13**
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-alpha002</VersionPrefix>
10+
<VersionPrefix>14.0.0-beta001</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)