Skip to content

Commit

Permalink
updated docs and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSauer committed Nov 29, 2024
1 parent 41aa2ba commit 434f310
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest-Recommended</AnalysisLevel>
<Version>5.0.3</Version>
<Version>5.1.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1701;1702;NU5128</NoWarn>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ Should be simply a build and run Tests

## Changelog

### 5.1.0

- Improves inheritdoc so that developer documentation is properly referenced on the autogenerated interfaces. Thanks, CFlorell!

### 5.0.3

- Query members only once. Small optimization. Thanks, @crwsolutions!
Expand Down

0 comments on commit 434f310

Please sign in to comment.