Skip to content

Commit 2b99435

Browse files
committed
Bump version.
1 parent 709830b commit 2b99435

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 4.1.0
2+
* BUGFIX: WPF0023 when missing explicit : UserControl
3+
* FEATURE: Check delegate types
4+
* FEATURE: Refactor event to routed event
5+
16
#### 4.0.2
27
* BUGFIX: WPF0012 Allow accessor property to be nullable
38
* BUGFIX: WPF0073 don't warn when generic

WpfAnalyzers/WpfAnalyzers.csproj

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

3030
<PropertyGroup>
31-
<Version>4.0.2</Version>
31+
<Version>4.1.0</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.0
37+
BUGFIX: WPF0023 when missing explicit : UserControl
38+
FEATURE: Check delegate types
39+
FEATURE: Refactor event to routed event
3640
4.0.2
3741
BUGFIX: WPF0012 Allow accessor property to be nullable
3842
BUGFIX: WPF0073 don't warn when generic

0 commit comments

Comments
 (0)