From 108132fe4c26a04e628a94dcdb883fd8aab513e0 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 15 May 2024 14:17:19 -0400 Subject: [PATCH] Update version to 9.0.0 --- src/Ardalis.Result/Ardalis.Result.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Ardalis.Result/Ardalis.Result.csproj b/src/Ardalis.Result/Ardalis.Result.csproj index 01ae8a2..0eb2bba 100644 --- a/src/Ardalis.Result/Ardalis.Result.csproj +++ b/src/Ardalis.Result/Ardalis.Result.csproj @@ -7,10 +7,14 @@ A simple package to implement the Result pattern for returning from services. result pattern web api aspnetcore mvc - * BREAKING: closes #161 Auto-Evaluation of the Status property when Errors or ValidationErrors are added to the result. by @Ewerton in https://github.com/ardalis/Result/pull/162 + * BREAKING Expose ValidationErrors as IEnumerable to Prevent Side Effects by @KyleMcMaster in https://github.com/ardalis/Result/pull/169 + * Add Created.Result by @hectorrhg in https://github.com/ardalis/Result/pull/177 + * Add Result.NoContent support (HTTP 204) by @dadyarri in https://github.com/ardalis/Result/pull/178 + * Fix 179 by @ardalis in https://github.com/ardalis/Result/pull/180 + * Update Error usage to utilize ErrorList record with ErrorMessages and CorrelationId by @KyleMcMaster in https://github.com/ardalis/Result/pull/173 Ardalis.Result - 8.0.0 + 9.0.0