File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<PackageLicenseFile >LICENSE</PackageLicenseFile >
4
4
</PropertyGroup >
18
18
<RepositoryUrl >https://github.com/ardalis/guardclauses</RepositoryUrl >
19
19
<PackageTags >guard clause clauses assert assertion</PackageTags >
20
20
<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)
23
23
</PackageReleaseNotes >
24
- <Version >4.6 .0</Version >
24
+ <Version >5.0 .0</Version >
25
25
<AssemblyName >Ardalis.GuardClauses</AssemblyName >
26
26
<PackageIcon >icon.png</PackageIcon >
27
27
<PublishRepositoryUrl >true</PublishRepositoryUrl >
You can’t perform that action at this time.
0 commit comments