Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 6, 2024
1 parent 623b80d commit f9fa87a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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**
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>13.0.0</VersionPrefix>
<VersionPrefix>13.0.1</VersionPrefix>
<VersionSuffix Condition="'$(Configuration)'=='Debug'">build$([System.DateTime]::UtcNow.ToString(`yyyyMMddHHmm`))</VersionSuffix>
<Authors>Anders Bjerner</Authors>
<Company>Limbo</Company>
Expand Down

0 comments on commit f9fa87a

Please sign in to comment.