Skip to content

Commit 24dd5e8

Browse files
committed
New release 🎉
1 parent 60f554d commit 24dd5e8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

NUGET.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ URLs can be added to redirect to either a content item, media item or a custom U
1010

1111
- Property editor that can be added to either a content item or media item to show inbound redirects
1212

13-
- Package only handles custom redirects - eg. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
13+
- Package only handles custom redirects - e.g. added manually by an editor. The package will let Umbraco handle redirects for renamed and moved pages
1414

1515
- Includes an `IRedirectsService` for managing the redirects from your own code
1616

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For the Umbraco 7 version of this package, see the [**v1/main**](https://github.
7474

7575
- Property editor that can be added to either a content item or media item to show inbound redirects
7676

77-
- Package only handles custom redirecs - eg. added manually by an editor. The package will let Umbraco 7.5+ handle redirects for renamed pages
77+
- Package only handles custom redirecs - e.g. added manually by an editor. The package will let Umbraco 7.5+ handle redirects for renamed pages
7878

7979
- Includes a `RedirectsService` for managing the redirects from your own code
8080

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.6</VersionPrefix>
13+
<VersionPrefix>13.0.7</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)