Skip to content

Commit

Permalink
Update GuardClauses.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Oct 29, 2021
1 parent 7025a47 commit 8109911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/GuardClauses/GuardClauses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<Authors>Steve Smith (@ardalis)</Authors>
<Company>Ardalis.com</Company>
<PackageProjectUrl>https://github.com/ardalis/guardclauses</PackageProjectUrl>
<Description>A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.</Description>
<Description>A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project.</Description>
<Summary>A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.</Summary>
<RepositoryUrl>https://github.com/ardalis/guardclauses</RepositoryUrl>
<PackageTags>guard clause clauses assert assertion</PackageTags>
<PackageReleaseNotes>Added a new guard for NotFound; added support for optional custom error messages</PackageReleaseNotes>
<Version>3.2.0</Version>
<PackageReleaseNotes>OutOfRange refactored to generic; custom expression-based guards added; NoEnumeration attribute applied</PackageReleaseNotes>
<Version>3.3.0</Version>
<AssemblyName>Ardalis.GuardClauses</AssemblyName>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 8109911

Please sign in to comment.