Skip to content

Commit 70169aa

Browse files
committed
Bump version.
1 parent 5f4f49c commit 70169aa

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 4.1.1
2+
* BUGFIX: WPF0092 allow RoutedEventHandler
3+
14
#### 4.1.0
25
* BUGFIX: WPF0023 when missing explicit : UserControl
36
* FEATURE: Check delegate types

WpfAnalyzers/WpfAnalyzers.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup>
31-
<Version>4.1.0</Version>
31+
<Version>4.1.1</Version>
3232
<Authors>Johan Larsson</Authors>
3333
<Description>Roslyn analyzers for WPF.</Description>
3434
<PackageTags>WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3535
<PackageReleaseNotes>
36+
4.1.1
37+
BUGFIX: WPF0092 allow RoutedEventHandler
3638
4.1.0
3739
BUGFIX: WPF0023 when missing explicit : UserControl
3840
FEATURE: Check delegate types

0 commit comments

Comments
 (0)