diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj index fa6cd64..b197147 100644 --- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj +++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj @@ -7,12 +7,10 @@ Adds ASP.NET Core filters that translate from Result to ActionResult. result pattern web api aspnetcore mvc - * Add .NET 8 to NetCoreFrameworks by @KyleMcMaster in https://github.com/ardalis/Result/pull/158 - * occured -> occurred by @Persistent13 in https://github.com/ardalis/Result/pull/168 - * Fix Serialization always results in a Success object. by @MischaWeerwag in https://github.com/ardalis/Result/pull/166 + * 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 Ardalis.Result.AspNetCore - 7.3.0 + 8.0.0 $(NetCoreFrameworks) diff --git a/src/Ardalis.Result/Ardalis.Result.csproj b/src/Ardalis.Result/Ardalis.Result.csproj index f0ac204..01ae8a2 100644 --- a/src/Ardalis.Result/Ardalis.Result.csproj +++ b/src/Ardalis.Result/Ardalis.Result.csproj @@ -7,12 +7,10 @@ A simple package to implement the Result pattern for returning from services. result pattern web api aspnetcore mvc - * Add .NET 8 to NetCoreFrameworks by @KyleMcMaster in https://github.com/ardalis/Result/pull/158 - * occured -> occurred by @Persistent13 in https://github.com/ardalis/Result/pull/168 - * Fix Serialization always results in a Success object. by @MischaWeerwag in https://github.com/ardalis/Result/pull/166 + * 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 Ardalis.Result - 7.3.0 + 8.0.0