From e04bbc029b61adeac293de7c1f3a6f45d1c6a994 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Fri, 6 Aug 2021 08:44:12 +0200 Subject: [PATCH] V 1.4 --- RelaseNotes.md | 17 +++++++++++++++-- src/directory.build.props | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/RelaseNotes.md b/RelaseNotes.md index 2961aed..3640a97 100644 --- a/RelaseNotes.md +++ b/RelaseNotes.md @@ -1,7 +1,20 @@ -#### 1.1 +1.4 +- Support VS2022 +- Fix #5: Add an icon to the tool window +- Fix multiple choice filter +- Fix detection of required null-forgiving operators + +1.3 +- Fix installation issues + +1.2 +- Use multiple choice filter for appropriate columns +- Show lean project name + +1.1 - Fix #3: False negative when null forgiving operator is preceded by whitespace. - Fix #2: Duplicate entries when project targets multiple frameworks - Fix threading issues -#### 1.0 +1.0 - Initial release \ No newline at end of file diff --git a/src/directory.build.props b/src/directory.build.props index d602e14..b42094c 100644 --- a/src/directory.build.props +++ b/src/directory.build.props @@ -1,5 +1,5 @@ - 1.3.0 + 1.4.0