From ad43aa02babf3bc8aee8efc2258f5ad3571c8ec5 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 30 Sep 2024 14:26:31 -0400 Subject: [PATCH] Updating to v5.0 (#358) --- src/GuardClauses/GuardClauses.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GuardClauses/GuardClauses.csproj b/src/GuardClauses/GuardClauses.csproj index a29aaae..e1b7751 100644 --- a/src/GuardClauses/GuardClauses.csproj +++ b/src/GuardClauses/GuardClauses.csproj @@ -1,4 +1,4 @@ - + LICENSE @@ -18,10 +18,10 @@ https://github.com/ardalis/guardclauses guard clause clauses assert assertion -* 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) - 4.6.0 + 5.0.0 Ardalis.GuardClauses icon.png true