We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29a86 commit e04bbc0Copy full SHA for e04bbc0
RelaseNotes.md
@@ -1,7 +1,20 @@
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
15
- Fix #3: False negative when null forgiving operator is preceded by whitespace.
16
- Fix #2: Duplicate entries when project targets multiple frameworks
17
- Fix threading issues
18
-#### 1.0
19
+1.0
20
- Initial release
src/directory.build.props
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
- <Version>1.3.0</Version>
+ <Version>1.4.0</Version>
</PropertyGroup>
</Project>
0 commit comments