Skip to content

Commit e04bbc0

Browse files
committed
V 1.4
1 parent 0b29a86 commit e04bbc0

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

RelaseNotes.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
#### 1.1
1+
1.4
2+
- Support VS2022
3+
- Fix #5: Add an icon to the tool window
4+
- Fix multiple choice filter
5+
- Fix detection of required null-forgiving operators
6+
7+
1.3
8+
- Fix installation issues
9+
10+
1.2
11+
- Use multiple choice filter for appropriate columns
12+
- Show lean project name
13+
14+
1.1
215
- Fix #3: False negative when null forgiving operator is preceded by whitespace.
316
- Fix #2: Duplicate entries when project targets multiple frameworks
417
- Fix threading issues
518

6-
#### 1.0
19+
1.0
720
- Initial release

src/directory.build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.3.0</Version>
3+
<Version>1.4.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)