From 8109911df27a32413f11618c35cdb6c65613ad27 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 29 Oct 2021 10:34:00 -0400 Subject: [PATCH] Update GuardClauses.csproj --- 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 f9aa99e4..8be57f00 100644 --- a/src/GuardClauses/GuardClauses.csproj +++ b/src/GuardClauses/GuardClauses.csproj @@ -8,12 +8,12 @@ Steve Smith (@ardalis) Ardalis.com https://github.com/ardalis/guardclauses - A simple package with guard clause helper methods. See docs for how to extend using your own extension methods. + A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project. A simple package with guard clause helper methods. See docs for how to extend using your own extension methods. https://github.com/ardalis/guardclauses guard clause clauses assert assertion - Added a new guard for NotFound; added support for optional custom error messages - 3.2.0 + OutOfRange refactored to generic; custom expression-based guards added; NoEnumeration attribute applied + 3.3.0 Ardalis.GuardClauses icon.png true