Skip to content

Commit

Permalink
Merge pull request #7 from RubenMateus/release-sluggy-package-2.0.0
Browse files Browse the repository at this point in the history
change for release sluggy 2.0.0
  • Loading branch information
RubenMateus authored Dec 13, 2018
2 parents 390e3b6 + 75aca53 commit 9d41fe6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Sluggy/Sluggy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Ruben Mateus</Authors>
<Authors>Ruben Mateus, Sérgio Freitas</Authors>
<PackageId>Sluggy</PackageId>
<Company>Ruben Mateus</Company>
<Company></Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseUrl>https://raw.githubusercontent.com/RubenMateus/sluggy/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl />
Expand All @@ -14,9 +14,12 @@
<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>First Minor Release with .NET Standard 2.0 support. Updated coverage tests.</PackageReleaseNotes>
<PackageReleaseNotes># Changed the casing strategy to be configurable, default is toLowerInvariant.
# Added missing tests for strategies.
# Minor tweaks and cleanup to style.
</PackageReleaseNotes>
<RepositoryType>Library</RepositoryType>
<Version>1.0.1</Version>
<Version>2.0.0</Version>
</PropertyGroup>

</Project>

0 comments on commit 9d41fe6

Please sign in to comment.