diff --git a/LICENSE.md b/LICENSE.md index 8287225..5aabe3b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2024 [Limbo](https://www.limbo.works/) +Copyright (c) 2025 [Limbo](https://www.limbo.works/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d61534e..d3becb7 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ URLs can be added to redirect to either a content item, media item or a custom U **Umbraco 13** -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: +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: ``` -dotnet add package Skybrud.Umbraco.Redirects --version 13.0.4 +dotnet add package Skybrud.Umbraco.Redirects --version 13.0.5 ``` or the NuGet Package Manager: ``` -Install-Package Skybrud.Umbraco.Redirects -Version 13.0.4 +Install-Package Skybrud.Umbraco.Redirects -Version 13.0.5 ``` **Umbraco 10, 11 and 12** diff --git a/releases/nuget/Skybrud.Umbraco.Redirects.13.0.5.nupkg b/releases/nuget/Skybrud.Umbraco.Redirects.13.0.5.nupkg new file mode 100644 index 0000000..f3e889d Binary files /dev/null and b/releases/nuget/Skybrud.Umbraco.Redirects.13.0.5.nupkg differ diff --git a/src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj b/src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj index 45f85e2..dbde179 100644 --- a/src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj +++ b/src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj @@ -10,7 +10,7 @@ - 13.0.4 + 13.0.5 build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`)) Anders Bjerner Limbo