From 66ce4a78e07d8a3f7ab5b8e38626915aa40ae926 Mon Sep 17 00:00:00 2001 From: Steve Smith <steve@kentsmiths.com> Date: Mon, 30 Sep 2024 14:26:01 -0400 Subject: [PATCH] Updating to v5.0 --- 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 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <PackageLicenseFile>LICENSE</PackageLicenseFile> </PropertyGroup> @@ -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>