Skip to content

Commit 58ad73d

Browse files
committed
Update to 8.0.0
1 parent 60a0dbe commit 58ad73d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
88
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
99
<PackageReleaseNotes>
10-
* Add .NET 8 to NetCoreFrameworks by @KyleMcMaster in https://github.com/ardalis/Result/pull/158
11-
* occured -> occurred by @Persistent13 in https://github.com/ardalis/Result/pull/168
12-
* Fix Serialization always results in a Success object. by @MischaWeerwag in https://github.com/ardalis/Result/pull/166
10+
* 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
1311
</PackageReleaseNotes>
1412
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
15-
<Version>7.3.0</Version>
13+
<Version>8.0.0</Version>
1614
<TargetFrameworks>$(NetCoreFrameworks)</TargetFrameworks>
1715
</PropertyGroup>
1816

src/Ardalis.Result/Ardalis.Result.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
88
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
99
<PackageReleaseNotes>
10-
* Add .NET 8 to NetCoreFrameworks by @KyleMcMaster in https://github.com/ardalis/Result/pull/158
11-
* occured -> occurred by @Persistent13 in https://github.com/ardalis/Result/pull/168
12-
* Fix Serialization always results in a Success object. by @MischaWeerwag in https://github.com/ardalis/Result/pull/166
10+
* 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
1311
</PackageReleaseNotes>
1412
<AssemblyName>Ardalis.Result</AssemblyName>
15-
<Version>7.3.0</Version>
13+
<Version>8.0.0</Version>
1614
</PropertyGroup>
1715
<ItemGroup>
1816
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)