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>