Skip to content

Commit

Permalink
Update version to 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed May 15, 2024
1 parent 51f2b90 commit 108132f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Ardalis.Result/Ardalis.Result.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
<PackageReleaseNotes>
* 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
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result</AssemblyName>
<Version>8.0.0</Version>
<Version>9.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 108132f

Please sign in to comment.