Skip to content

Commit 67f2322

Browse files
committed
Bump version.
1 parent 788ae1a commit 67f2322

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 3.1.0
2+
* BUGFIX: Handle using C = C
3+
* BUGFIX WPF014 when null coalesce
4+
15
#### 2.3
26
* NEW RULES: WPF0171-176
37
* FEATURE: Use nameof() fix.

WpfAnalyzers/WpfAnalyzers.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@
2121
</PropertyGroup>
2222

2323
<PropertyGroup>
24-
<Version>3.0.0</Version>
24+
<Version>3.1.0</Version>
2525
<DevelopmentDependency>true</DevelopmentDependency>
2626
<Authors>Johan Larsson</Authors>
2727
<Description>Roslyn analyzers for WPF.</Description>
2828
<PackageTags>WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
2929
<PackageReleaseNotes>
30+
3.1.0
31+
BUGFIX: Handle using C = C
32+
BUGFIX WPF014 when null coalesce
33+
3.0.0
3034
BUGFIX: convert to lambda.
3135
BUGFIX: WPF0032 when nonstandard names.
3236
BUGFIX: WPF0171 for attached properties.

0 commit comments

Comments
 (0)