From a76ce4d6fe9598d56f4ad0ae5e7660c06b7047d1 Mon Sep 17 00:00:00 2001 From: Christian Sauer Date: Tue, 13 Feb 2024 08:15:32 +0100 Subject: [PATCH] Create Version 2.2.1 --- .../AutomaticInterface/AutomaticInterface.csproj | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj b/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj index 7359f8a..a8f56a0 100644 --- a/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj +++ b/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj @@ -25,7 +25,7 @@ MIT True latest-Recommended - 2.1.1 + 2.2.1 README.md true 1701;1702;NU5128 diff --git a/README.md b/README.md index c33f66c..3be66d2 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ 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 @@ -162,6 +163,12 @@ 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