From a09d72da75d553c62d7b2837edc148e37204c8d8 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Sun, 27 Oct 2024 19:29:02 -0400 Subject: [PATCH 1/7] Update Ardalis.Result.FluentValidation.csproj --- .../Ardalis.Result.FluentValidation.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj index 7d8d76d..660ebf5 100644 --- a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj +++ b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj @@ -28,7 +28,7 @@ **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0 Ardalis.Result.FluentValidation - 10.0.0 + 10.1.0 From 7fd7bdff93cf11b13f6962c03b43a843b1bfe084 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Sun, 27 Oct 2024 19:29:41 -0400 Subject: [PATCH 2/7] Update Ardalis.Result.AspNetCore.csproj --- src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj index b4de15e..2f1d1f5 100644 --- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj +++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj @@ -28,7 +28,7 @@ **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0 Ardalis.Result.AspNetCore - 10.0.0 + 10.1.0 $(NetCoreFrameworks) From 534c5e5a238f45bdb3c9db0eaa2765979313c315 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Sun, 27 Oct 2024 19:30:46 -0400 Subject: [PATCH 3/7] Update Ardalis.Result.csproj --- src/Ardalis.Result/Ardalis.Result.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ardalis.Result/Ardalis.Result.csproj b/src/Ardalis.Result/Ardalis.Result.csproj index 3b1f0f3..1e1a43a 100644 --- a/src/Ardalis.Result/Ardalis.Result.csproj +++ b/src/Ardalis.Result/Ardalis.Result.csproj @@ -28,7 +28,7 @@ **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0 Ardalis.Result - 10.0.0 + 10.1.0 From c2bd4860f567e11f1da4b971f2bb16dcefdc7b72 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Mon, 28 Oct 2024 11:32:46 -0400 Subject: [PATCH 4/7] Update PackageReleaseNotes --- .../Ardalis.Result.AspNetCore.csproj | 26 +++++++------------ .../Ardalis.Result.FluentValidation.csproj | 26 +++++++------------ src/Ardalis.Result/Ardalis.Result.csproj | 22 +++++----------- 3 files changed, 25 insertions(+), 49 deletions(-) diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj index 2f1d1f5..9cd1adf 100644 --- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj +++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj @@ -7,25 +7,17 @@ Adds ASP.NET Core filters that translate from Result to ActionResult. result pattern web api aspnetcore mvc - ## What's Changed - * Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190 - * Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192 - * Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202 - * Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194 - * Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198 - * Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200 - * Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201 - * Add support for ToMinimalApiResult in net6 + ## What's Changed + * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 + * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 - ## New Contributors - * @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190 - * @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192 - * @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194 - * @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198 - * @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200 - * @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201 + ## New Contributors + * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 + * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 + * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 - **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0 + **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 Ardalis.Result.AspNetCore 10.1.0 diff --git a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj index 660ebf5..7a364d1 100644 --- a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj +++ b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj @@ -7,25 +7,17 @@ A simple package to implement FluentValidation with the Ardalis.Result package. result;pattern;web;api;aspnetcore;mvc;FluentValidation;Validation - ## What's Changed - * Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190 - * Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192 - * Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202 - * Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194 - * Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198 - * Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200 - * Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201 - * Add support for ToMinimalApiResult in net6 + ## What's Changed + * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 + * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 - ## New Contributors - * @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190 - * @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192 - * @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194 - * @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198 - * @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200 - * @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201 + ## New Contributors + * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 + * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 + * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 - **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0 + **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 Ardalis.Result.FluentValidation 10.1.0 diff --git a/src/Ardalis.Result/Ardalis.Result.csproj b/src/Ardalis.Result/Ardalis.Result.csproj index 1e1a43a..9d2ee2e 100644 --- a/src/Ardalis.Result/Ardalis.Result.csproj +++ b/src/Ardalis.Result/Ardalis.Result.csproj @@ -8,24 +8,16 @@ result pattern web api aspnetcore mvc ## What's Changed - * Add error messages to forbidden and unauthorized by @Ahammdan in https://github.com/ardalis/Result/pull/190 - * Fix unhandled ResultStatus.NoContent in MinimalApiResultExtensions.ToMinimalApiResult by @inghamc in https://github.com/ardalis/Result/pull/192 - * Bump rexml from 3.2.8 to 3.3.6 in /docs by @dependabot in https://github.com/ardalis/Result/pull/202 - * Fix missing new on Result.Error by @tpitlik-dev in https://github.com/ardalis/Result/pull/194 - * Add support for HttpStatusCode: Created to the ResultStatus mapping by @wtygibbs in https://github.com/ardalis/Result/pull/198 - * Add Result.Created void methods so that return Result type is implicitly handled. by @jdrames in https://github.com/ardalis/Result/pull/200 - * Implement Expression method by @KhanbalaRashidov in https://github.com/ardalis/Result/pull/201 - * Add support for ToMinimalApiResult in net6 + * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 + * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors - * @Ahammdan made their first contribution in https://github.com/ardalis/Result/pull/190 - * @inghamc made their first contribution in https://github.com/ardalis/Result/pull/192 - * @tpitlik-dev made their first contribution in https://github.com/ardalis/Result/pull/194 - * @wtygibbs made their first contribution in https://github.com/ardalis/Result/pull/198 - * @jdrames made their first contribution in https://github.com/ardalis/Result/pull/200 - * @KhanbalaRashidov made their first contribution in https://github.com/ardalis/Result/pull/201 + * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 + * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 + * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 - **Full Changelog**: https://github.com/ardalis/Result/compare/v9.1.0...v10.0.0 + **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 Ardalis.Result 10.1.0 From 7af32d3062d5ad4aee4538e45f8e7901622b58af Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Mon, 28 Oct 2024 11:41:56 -0400 Subject: [PATCH 5/7] try fix formatting --- .../Ardalis.Result.AspNetCore.csproj | 18 +++++++++--------- .../Ardalis.Result.FluentValidation.csproj | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj index 9cd1adf..037edfe 100644 --- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj +++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj @@ -7,17 +7,17 @@ Adds ASP.NET Core filters that translate from Result to ActionResult. result pattern web api aspnetcore mvc - ## What's Changed - * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 - * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 - * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 + ## What's Changed + * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 + * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 - ## New Contributors - * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 - * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 - * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 + ## New Contributors + * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 + * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 + * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 - **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 + **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 Ardalis.Result.AspNetCore 10.1.0 diff --git a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj index 7a364d1..bac59b3 100644 --- a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj +++ b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj @@ -7,17 +7,17 @@ A simple package to implement FluentValidation with the Ardalis.Result package. result;pattern;web;api;aspnetcore;mvc;FluentValidation;Validation - ## What's Changed - * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 - * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 - * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 + ## What's Changed + * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 + * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 - ## New Contributors - * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 - * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 - * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 + ## New Contributors + * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 + * @jmrtnz94 made their first contribution in https://github.com/ardalis/Result/pull/213 + * @gordysc made their first contribution in https://github.com/ardalis/Result/pull/209 - **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 + **Full Changelog**: https://github.com/ardalis/Result/compare/v10.0.0...v10.1.0 Ardalis.Result.FluentValidation 10.1.0 From 242a3a29be780b2371b3ec79e633e122c869fce4 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Mon, 28 Oct 2024 11:45:12 -0400 Subject: [PATCH 6/7] remove <> from release notes --- src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj | 2 +- .../Ardalis.Result.FluentValidation.csproj | 2 +- src/Ardalis.Result/Ardalis.Result.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj index 037edfe..29bafb8 100644 --- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj +++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj @@ -9,7 +9,7 @@ ## What's Changed * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 - * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors diff --git a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj index bac59b3..94048f5 100644 --- a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj +++ b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj @@ -9,7 +9,7 @@ ## What's Changed * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 - * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors diff --git a/src/Ardalis.Result/Ardalis.Result.csproj b/src/Ardalis.Result/Ardalis.Result.csproj index 9d2ee2e..004e373 100644 --- a/src/Ardalis.Result/Ardalis.Result.csproj +++ b/src/Ardalis.Result/Ardalis.Result.csproj @@ -9,7 +9,7 @@ ## What's Changed * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 - * Add Map Extension Method to Support Mapping from Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 + * Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors From 024118225d428f8ab64835b4f1cbcd87edf72e65 Mon Sep 17 00:00:00 2001 From: Kyle McMaster Date: Mon, 28 Oct 2024 11:53:58 -0400 Subject: [PATCH 7/7] MSBuild is fun! --- src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj | 2 +- .../Ardalis.Result.FluentValidation.csproj | 2 +- src/Ardalis.Result/Ardalis.Result.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj index 29bafb8..5c5a5f0 100644 --- a/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj +++ b/src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj @@ -10,7 +10,7 @@ ## What's Changed * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 * Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 - * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 + * Add identifier and error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 diff --git a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj index 94048f5..1cc6f92 100644 --- a/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj +++ b/src/Ardalis.Result.FluentValidation/Ardalis.Result.FluentValidation.csproj @@ -10,7 +10,7 @@ ## What's Changed * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 * Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 - * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 + * Add identifier and error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215 diff --git a/src/Ardalis.Result/Ardalis.Result.csproj b/src/Ardalis.Result/Ardalis.Result.csproj index 004e373..3586a6c 100644 --- a/src/Ardalis.Result/Ardalis.Result.csproj +++ b/src/Ardalis.Result/Ardalis.Result.csproj @@ -10,7 +10,7 @@ ## What's Changed * Add Bind in addition to Map to support Railway Oriented Programming by @christophercalm in https://github.com/ardalis/Result/pull/215 * Add Map Extension Method to Support Mapping from generic Result to Result by @jmrtnz94 in https://github.com/ardalis/Result/pull/213 - * Add identifier & error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 + * Add identifier and error message constructor to ValidationError by @gordysc in https://github.com/ardalis/Result/pull/209 ## New Contributors * @christophercalm made their first contribution in https://github.com/ardalis/Result/pull/215