Skip to content

Commit

Permalink
Update to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Feb 28, 2024
1 parent 60a0dbe commit 58ad73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
<PackageReleaseNotes>
* 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
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
<Version>7.3.0</Version>
<Version>8.0.0</Version>
<TargetFrameworks>$(NetCoreFrameworks)</TargetFrameworks>
</PropertyGroup>

Expand Down
6 changes: 2 additions & 4 deletions src/Ardalis.Result/Ardalis.Result.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
<PackageReleaseNotes>
* 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
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result</AssemblyName>
<Version>7.3.0</Version>
<Version>8.0.0</Version>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />
Expand Down

0 comments on commit 58ad73d

Please sign in to comment.