Skip to content

Commit

Permalink
added sluggy 2.0.2 release info
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenMateus committed Jun 27, 2019
1 parent fc25d3d commit 85306fb
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Sluggy/Sluggy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,21 @@
<Company></Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageLicenseUrl>https://raw.githubusercontent.com/RubenMateus/sluggy/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl />
<RepositoryUrl>https://github.com/RubenMateus/sluggy</RepositoryUrl>
<Copyright>Copyright (c) 2018 Ruben Mateus</Copyright>
<PackageTags>slug simple normalization url friendly generator normalizer urls slugs</PackageTags>
<Description>Sluggy is a configuration based class library designed to create friendly URL's.

With crazy support out of the box, but fully configurable.</Description>
<PackageReleaseNotes># Changed the casing strategy to be configurable, default is toLowerInvariant.
# Added missing tests for strategies.
# Minor tweaks and cleanup to style.
# Updated documentation.
# Updated Icon.
</PackageReleaseNotes>
<PackageReleaseNotes># Updated package dependencies</PackageReleaseNotes>
<RepositoryType>Library</RepositoryType>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<PackageIconUrl>https://raw.githubusercontent.com/RubenMateus/sluggy/master/sluggy.png</PackageIconUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 85306fb

Please sign in to comment.