Skip to content

Commit

Permalink
Increment the package version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmckenzie committed Dec 3, 2024
1 parent 744662e commit 5990dd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.1.0</Version>
<Version>5.1.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1701;1702;NU5128</NoWarn>
Expand Down
6 changes: 5 additions & 1 deletion 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.1

- Emit `new()` type constraints on generic type parameters. Thanks, @simonmckenzie!

### 5.1.0

- Improves inheritdoc so that developer documentation is properly referenced on the autogenerated interfaces. Thanks, CFlorell!
Expand All @@ -195,7 +199,7 @@ Should be simply a build and run Tests

### 5.0.2

- Fully qualify type references; remove usings . Thanks, @simonmckenzie!
- Fully qualify type references; remove usings. Thanks, @simonmckenzie!

### 5.0.1

Expand Down

0 comments on commit 5990dd0

Please sign in to comment.