Skip to content

Commit 9dd19c4

Browse files
committed
v7.3.0
1 parent 4bc8632 commit 9dd19c4

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
<Description>Adds ASP.NET Core filters that translate from Result to ActionResult.</Description>
77
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
88
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
9-
<PackageReleaseNotes>PR 132. Add Result.Conflict</PackageReleaseNotes>
10-
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
11-
<Version>7.2.0</Version>
9+
<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
13+
</PackageReleaseNotes>
14+
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
15+
<Version>7.3.0</Version>
1216
<TargetFrameworks>$(NetCoreFrameworks)</TargetFrameworks>
1317
</PropertyGroup>
1418

src/Ardalis.Result/Ardalis.Result.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66
<Description>A simple package to implement the Result pattern for returning from services.</Description>
77
<Summary>A simple package to implement the Result pattern for returning from services.</Summary>
88
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
9-
<PackageReleaseNotes>PR 132. Add Result.Conflict</PackageReleaseNotes>
9+
<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
13+
</PackageReleaseNotes>
1014
<AssemblyName>Ardalis.Result</AssemblyName>
11-
<Version>7.2.0</Version>
15+
<Version>7.3.0</Version>
1216
</PropertyGroup>
1317
<ItemGroup>
1418
<None Include="icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)