Skip to content

Commit

Permalink
Publish 2.29.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Oct 3, 2024
1 parent a7962db commit 668c1bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>2.29.2</VersionPrefix>
<PackageValidationBaselineVersion>2.29.1</PackageValidationBaselineVersion>
<VersionPrefix>2.29.3</VersionPrefix>
<PackageValidationBaselineVersion>2.29.2</PackageValidationBaselineVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 2.29.2
## 2.29.3

* Allow missing or empty HTTP content to be treated as an empty DTO for backward compatibility with method bodies that previously had no fields.

Expand Down

0 comments on commit 668c1bc

Please sign in to comment.