Skip to content

Commit

Permalink
updated readme and fixed release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMateus committed Dec 27, 2018
1 parent daac3ed commit a87aa07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Sluggy is a configuration based class library designed to create friendly URL's.

[![NuGet](https://img.shields.io/nuget/v/SluggyUnidecode.svg)](https://www.nuget.org/packages/SluggyUnidecode/)

`dotnet add package SluggyUnidecode --version 1.1.2`
`dotnet add package SluggyUnidecode --version 1.1.3`

SluggyUnidecode is simple and powerful.
Extends the Sluggy package by using the Unidecode.NET library for normalization.
Expand Down
4 changes: 2 additions & 2 deletions SluggyUnidecode/SluggyUnidecode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Extends the Sluggy package by using the Unidecode.Net library for normalization.
<RepositoryUrl>https://github.com/RubenMateus/sluggy</RepositoryUrl>
<RepositoryType>Library</RepositoryType>
<PackageTags>slug simple normalization url friendly generator normalizer urls slugs unidecode</PackageTags>
<PackageReleaseNotes># Upgraded sluggy version to 2.0.0
<PackageReleaseNotes># Upgraded sluggy version to 2.0.1
# Minor tweaks and clean -&gt; stylecop
# Added tests for the unidecode normalization strategy
# Updated documentation
# Updated Icon.</PackageReleaseNotes>
<Version>1.1.2</Version>
<Version>1.1.3</Version>
<PackageIconUrl>https://raw.githubusercontent.com/RubenMateus/sluggy/master/sluggyUnidecode.png</PackageIconUrl>
</PropertyGroup>

Expand Down

0 comments on commit a87aa07

Please sign in to comment.