diff --git a/LICENSE.md b/LICENSE.md index cdb531a..8287225 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 [Limbo](https://www.limbo.works/) +Copyright (c) 2024 [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/NUGET.md b/NUGET.md index 0489dcf..37c6dbc 100644 --- a/NUGET.md +++ b/NUGET.md @@ -13,3 +13,8 @@ URLs can be added to redirect to either a content item, media item or a custom U - Package only handles custom redirects - eg. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages - Includes an `IRedirectsService` for managing the redirects from your own code + +## Add-ons + +- [**Skybrud.Umbraco.Redirects.Import**](https://www.nuget.org/packages/Skybrud.Umbraco.Redirects.Import) +Add-on for handling imports and exports of redirects supporting formats like CSV, XLSX and JSON. \ No newline at end of file diff --git a/README.md b/README.md index 3149878..f9f1c4e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Skybrud Redirects [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/skybrud/Skybrud.Umbraco.Redirects/blob/v4/main/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) @@ -41,13 +40,13 @@ URLs can be added to redirect to either a content item, media item or a custom U 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.0). To install the package, you can use either the .NET CLI: ``` -dotnet add package Skybrud.Umbraco.Redirects --version 13.0.0 +dotnet add package Skybrud.Umbraco.Redirects --version 13.0.1 ``` or the NuGet Package Manager: ``` -Install-Package Skybrud.Umbraco.Redirects -Version 13.0.0 +Install-Package Skybrud.Umbraco.Redirects -Version 13.0.1 ``` **Umbraco 10, 11 and 12** diff --git a/releases/nuget/Skybrud.Umbraco.Redirects.13.0.1.nupkg b/releases/nuget/Skybrud.Umbraco.Redirects.13.0.1.nupkg new file mode 100644 index 0000000..20aca2c Binary files /dev/null and b/releases/nuget/Skybrud.Umbraco.Redirects.13.0.1.nupkg differ diff --git a/src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj b/src/Skybrud.Umbraco.Redirects/Skybrud.Umbraco.Redirects.csproj index a28dbbf..23c3f41 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.0 + 13.0.1 build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`)) Anders Bjerner Limbo