Skip to content

Commit

Permalink
Create Version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSauer committed Feb 13, 2024
1 parent 10189b3 commit a76ce4d
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1.1</Version>
<Version>2.2.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>1701;1702;NU5128</NoWarn>
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,20 @@ Please make sure that you run [CSharpier](https://csharpier.com/) on the code fo
- skarllot for PRs
- Frederik91 for PRs
- definitelyokay for PRs
- roflmuffin for PRs

## Run tests

Should be simply a build and run Tests

## Changelog

### 2.2.1

- Now supports Interfaces containing `new`, previously duplicates entries where created
- Now supports `ref` parameters
- Now supports properties with reserved names like `@event`

### 2.1.1

- Fix bug where multiple automatic interfaces caused issues
Expand Down

0 comments on commit a76ce4d

Please sign in to comment.