Skip to content

Commit

Permalink
added sluggy 2.0.2 and updated release info
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMateus committed Jun 27, 2019
1 parent 85306fb commit 9d677f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions SluggyUnidecode/SluggyUnidecode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ Extends the Sluggy package by using the Unidecode.Net library for normalization.
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Copyright>Copyright (c) 2018 Ruben Mateus</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/RubenMateus/sluggy/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<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.1
# Minor tweaks and clean -&gt; stylecop
# Added tests for the unidecode normalization strategy
# Updated documentation
# Updated Icon.</PackageReleaseNotes>
<Version>1.1.3</Version>
<PackageReleaseNotes># Upgraded Sluggy version to 2.0.2
# Upgraded Unidecode.NET to 1.4.0</PackageReleaseNotes>
<Version>1.3.0</Version>
<PackageIconUrl>https://raw.githubusercontent.com/RubenMateus/sluggy/master/sluggyUnidecode.png</PackageIconUrl>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
<FileVersion>1.3.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Sluggy" Version="2.0.1" />
<PackageReference Include="Sluggy" Version="2.0.2" />
<PackageReference Include="Unidecode.NET" Version="1.4.0" />
</ItemGroup>

Expand Down

0 comments on commit 9d677f2

Please sign in to comment.