Skip to content

Commit

Permalink
add docs for the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSauer committed Aug 4, 2024
1 parent c3421b7 commit c859b21
Show file tree
Hide file tree
Showing 2 changed files with 4 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>2.3.0</Version>
<Version>2.4.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1701;1702;NU5128</NoWarn>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ Should be simply a build and run Tests

## Changelog

### 2.40.
- Now prevents duplicates when overriding or shadowing methods (`new void DoSomething()`). Thanks simonmckenzie!

### 2.3.0

- Now supports methods with `ref / in / out` parameters. Thanks mohummedibrahim
Expand Down

0 comments on commit c859b21

Please sign in to comment.