From a338bf93d0f14ebdc16dfb467e6f5fab58ed2c83 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 1 Aug 2023 14:35:44 -0400 Subject: [PATCH] Update proj file for 4.1.0 --- src/GuardClauses/GuardClauses.csproj | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/GuardClauses/GuardClauses.csproj b/src/GuardClauses/GuardClauses.csproj index 161150bf..c9964450 100644 --- a/src/GuardClauses/GuardClauses.csproj +++ b/src/GuardClauses/GuardClauses.csproj @@ -18,9 +18,16 @@ https://github.com/ardalis/guardclauses guard clause clauses assert assertion - Add more support for CallerArgumentExpression. - - 4.0.1 + * Implemented NullOrInvalidInput method by @tiagojsrios in https://github.com/ardalis/GuardClauses/pull/178 + * Embed license in nuget package by @jafin in https://github.com/ardalis/GuardClauses/pull/208 + * Remove JetBrains Annotations by @Coop56 in https://github.com/ardalis/GuardClauses/pull/236 + * Add NullOrEmpty and NullOrWhiteSpace overloads for ReadOnlySpan by @KonH in https://github.com/ardalis/GuardClauses/pull/237 + * Created async overload for clausules that use a predicate by @danny-bos-developer in https://github.com/ardalis/GuardClauses/pull/228 + * Working through build issues for new contributors by @sadukie in https://github.com/ardalis/GuardClauses/pull/265 + * Make type parameter T of the Null() method nullable and add overload for value types. by @amal-stack in https://github.com/ardalis/GuardClauses/pull/261 + * Upgrade to dotnet 7.0 by @amal-stack in https://github.com/ardalis/GuardClauses/pull/282 + * Adds `NullOrOutOfRange` clauses, adding support for nullable classes/structs to `OutOfRange` by @rafaelsc in https://github.com/ardalis/GuardClauses/pull/143 + 4.1.0 Ardalis.GuardClauses icon.png true