Skip to content

Commit fbe6afb

Browse files
committed
Bump version
1 parent 9d6768f commit fbe6afb

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.0.2
2+
* BUGFIX: WPF0012 Allow accessor property to be nullable
3+
* BUGFIX: WPF0073 don't warn when generic
4+
* BUGFIX: Handle GetAsFrozen
5+
16
#### 4.0.1
27
* BUGFIX: WPF0090 no warning when used by more than one registration.
38

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.1</Version>
31+
<Version>4.0.2</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.0.2
37+
BUGFIX: WPF0012 Allow accessor property to be nullable
38+
BUGFIX: WPF0073 don't warn when generic
39+
BUGFIX: Handle GetAsFrozen
3640
4.0.1
3741
BUGFIX: WPF0090 no warning when used by more than one registration.
3842
4.0.0

0 commit comments

Comments
 (0)