From dc2b6e879892418100e4aea2eccc7211e43c3b51 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 8 Jul 2024 15:42:14 -0400 Subject: [PATCH] Update to v4.6.0 (#353) Added release notes --- src/GuardClauses/GuardClauses.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GuardClauses/GuardClauses.csproj b/src/GuardClauses/GuardClauses.csproj index 18950ac..a29aaae 100644 --- a/src/GuardClauses/GuardClauses.csproj +++ b/src/GuardClauses/GuardClauses.csproj @@ -18,10 +18,10 @@ https://github.com/ardalis/guardclauses guard clause clauses assert assertion -* Removed different method signatures for NETFRAMEWORK and NETSTANDARD2_0 by @Ergamon in #338 -* Update for Guard Against StringLength by @rlarno in #343 +* Added new "exception" optional parameter by @UnleashedGH in #344 +* Use Func to pass custom exception to Guard methods by @canro91 in #350 - 4.5.0 + 4.6.0 Ardalis.GuardClauses icon.png true