Skip to content

Commit

Permalink
Update GuardClauses.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Mar 13, 2020
1 parent 6e4d6da commit 9e1966e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GuardClauses/GuardClauses.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<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>Adding a ValidatedNotNull attribute to null checking methods.</PackageReleaseNotes>
<Version>1.4.1</Version>
<PackageReleaseNotes>Adding float and double OutOfRange guards.</PackageReleaseNotes>
<Version>1.4.2</Version>
<AssemblyName>Ardalis.GuardClauses</AssemblyName>
<PackageIconUrl>https://user-images.githubusercontent.com/782127/52231271-7d561400-2887-11e9-9ca5-648259e60b37.png</PackageIconUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 9e1966e

Please sign in to comment.