Skip to content

Commit ad43aa0

Browse files
authored
Updating to v5.0 (#358)
1 parent fbe4c3d commit ad43aa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/GuardClauses/GuardClauses.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PackageLicenseFile>LICENSE</PackageLicenseFile>
44
</PropertyGroup>
@@ -18,10 +18,10 @@
1818
<RepositoryUrl>https://github.com/ardalis/guardclauses</RepositoryUrl>
1919
<PackageTags>guard clause clauses assert assertion</PackageTags>
2020
<PackageReleaseNotes>
21-
* Added new "exception" optional parameter by @UnleashedGH in #344
22-
* Use Func to pass custom exception to Guard methods by @canro91 in #350
21+
* Updating to 5.0 because 4.6 had breaking logic (see #354)
22+
* Updated Obsolete message for Guard.Against.Expression to clarify reversal of logic (#457)
2323
</PackageReleaseNotes>
24-
<Version>4.6.0</Version>
24+
<Version>5.0.0</Version>
2525
<AssemblyName>Ardalis.GuardClauses</AssemblyName>
2626
<PackageIcon>icon.png</PackageIcon>
2727
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)