Skip to content

Commit

Permalink
V 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Aug 6, 2021
1 parent 0b29a86 commit e04bbc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions RelaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/directory.build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.3.0</Version>
<Version>1.4.0</Version>
</PropertyGroup>
</Project>

0 comments on commit e04bbc0

Please sign in to comment.