Skip to content

Commit

Permalink
Updating to v5.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Sep 30, 2024
1 parent fbe4c3d commit ad43aa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/GuardClauses/GuardClauses.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
Expand All @@ -18,10 +18,10 @@
<RepositoryUrl>https://github.com/ardalis/guardclauses</RepositoryUrl>
<PackageTags>guard clause clauses assert assertion</PackageTags>
<PackageReleaseNotes>
* Added new "exception" optional parameter by @UnleashedGH in #344
* Use Func to pass custom exception to Guard methods by @canro91 in #350
* Updating to 5.0 because 4.6 had breaking logic (see #354)
* Updated Obsolete message for Guard.Against.Expression to clarify reversal of logic (#457)
</PackageReleaseNotes>
<Version>4.6.0</Version>
<Version>5.0.0</Version>
<AssemblyName>Ardalis.GuardClauses</AssemblyName>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit ad43aa0

Please sign in to comment.