-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b29a86
commit e04bbc0
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |