Skip to content

Commit

Permalink
New release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Jan 7, 2025
1 parent fa4dbea commit a70ff50
Show file tree
Hide file tree
Showing 4 changed files with 5 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) 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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
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.4</VersionPrefix>
<VersionPrefix>13.0.5</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 a70ff50

Please sign in to comment.