Skip to content

Commit

Permalink
Update versions to 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed May 25, 2024
1 parent 111c52b commit 4eeb0b6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
11 changes: 5 additions & 6 deletions src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
<PackageReleaseNotes>
* 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
* fixes ardalis/Result#187; add created option in ToMinimalApiResult by @Dalmazox in #188
* ✨ 176 result status helpers by @danielmackay in #184
* Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #183
* Fix Null Ref when returning Result.Error(string) non-generically. by @ardalis in #189
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
<Version>9.0.0</Version>
<Version>9.1.0</Version>
<TargetFrameworks>$(NetCoreFrameworks)</TargetFrameworks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
<PropertyGroup>
<PackageId>Ardalis.Result.FluentValidation</PackageId>
<Title>Ardalis.Result.FluentValidation</Title>
<Description>A simple package to implement the FluentValidation in Result package.</Description>
<Summary>A simple package to implement the FluentValidation in Result package.</Summary>
<Description>A simple package to implement FluentValidation with the Ardalis.Result package.</Description>
<Summary>A simple package to implement FluentValidation with the Ardalis.Result package.</Summary>
<PackageTags>result;pattern;web;api;aspnetcore;mvc;FluentValidation;Validation</PackageTags>
<PackageReleaseNotes>Updating to sync with Ardalis.Result 9.0.0</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.FluentValidation</AssemblyName>
<Version>9.0.0</Version>
<PackageReleaseNotes>
* fixes ardalis/Result#187; add created option in ToMinimalApiResult by @Dalmazox in #188
* ✨ 176 result status helpers by @danielmackay in #184
* Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #183
* Fix Null Ref when returning Result.Error(string) non-generically. by @ardalis in #189
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.FluentValidation</AssemblyName>
<Version>9.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
7 changes: 5 additions & 2 deletions src/Ardalis.Result/Ardalis.Result.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
<PackageReleaseNotes>
* #182 - Add overload for single Error message and make correlationId optional
* fixes ardalis/Result#187; add created option in ToMinimalApiResult by @Dalmazox in #188
* ✨ 176 result status helpers by @danielmackay in #184
* Bump rexml from 3.2.6 to 3.2.8 in /docs by @dependabot in #183
* Fix Null Ref when returning Result.Error(string) non-generically. by @ardalis in #189
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result</AssemblyName>
<Version>9.0.1</Version>
<Version>9.1.0</Version>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 4eeb0b6

Please sign in to comment.