Skip to content

Commit a70ff50

Browse files
committed
New release 🎉
1 parent fa4dbea commit a70ff50

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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

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.4). 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.5). 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 13.0.5
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 13.0.5
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.4</VersionPrefix>
13+
<VersionPrefix>13.0.5</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)