Skip to content

Commit

Permalink
v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Feb 28, 2024
1 parent 4bc8632 commit 9dd19c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 7 additions & 3 deletions src/Ardalis.Result.AspNetCore/Ardalis.Result.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
<Description>Adds ASP.NET Core filters that translate from Result to ActionResult.</Description>
<Summary>Adds ASP.NET Core filters that translate from Result to ActionResult.</Summary>
<PackageTags>result pattern web api aspnetcore mvc</PackageTags>
<PackageReleaseNotes>PR 132. Add Result.Conflict</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
<Version>7.2.0</Version>
<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
</PackageReleaseNotes>
<AssemblyName>Ardalis.Result.AspNetCore</AssemblyName>
<Version>7.3.0</Version>
<TargetFrameworks>$(NetCoreFrameworks)</TargetFrameworks>
</PropertyGroup>

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

0 comments on commit 9dd19c4

Please sign in to comment.