Skip to content

Commit

Permalink
Publish 3.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Mar 25, 2024
1 parent 7317610 commit c081000
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<VersionPrefix>3.8.0</VersionPrefix>
<PackageValidationBaselineVersion>3.7.0</PackageValidationBaselineVersion>
<VersionPrefix>3.9.0</VersionPrefix>
<PackageValidationBaselineVersion>3.8.0</PackageValidationBaselineVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 3.9.0

* Add support for service results and errors to `FacilityActionFilter` for controllers.
* Add support for service results and errors to `FacilityEndpointFilter` for minimal API routes.
* Add .NET 8 targets.

## 3.8.0

* Add `FacilityExceptionHandlerOptions.ContentSerializer`.
Expand Down

0 comments on commit c081000

Please sign in to comment.