We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4f49c commit 70169aaCopy full SHA for 70169aa
2 files changed
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 4.1.1
2
+* BUGFIX: WPF0092 allow RoutedEventHandler
3
+
4
#### 4.1.0
5
* BUGFIX: WPF0023 when missing explicit : UserControl
6
* FEATURE: Check delegate types
WpfAnalyzers/WpfAnalyzers.csproj
@@ -28,11 +28,13 @@
28
</PropertyGroup>
29
30
<PropertyGroup>
31
- <Version>4.1.0</Version>
+ <Version>4.1.1</Version>
32
<Authors>Johan Larsson</Authors>
33
<Description>Roslyn analyzers for WPF.</Description>
34
<PackageTags>WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
35
<PackageReleaseNotes>
36
+ 4.1.1
37
+ BUGFIX: WPF0092 allow RoutedEventHandler
38
4.1.0
39
BUGFIX: WPF0023 when missing explicit : UserControl
40
FEATURE: Check delegate types
0 commit comments