Skip to content

Commit e8c21ae

Browse files
committed
Bump version.
1 parent fc0a133 commit e8c21ae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 3.5.3
2+
* BUGFIX: Don't use SymbolEquaityComparer
3+
14
#### 3.5.2
25
* BUGFIX: Handle empty bodies #291
36

WpfAnalyzers/WpfAnalyzers.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<Version>3.5.2</Version>
29+
<Version>3.5.3</Version>
3030
<DevelopmentDependency>true</DevelopmentDependency>
3131
<Authors>Johan Larsson</Authors>
3232
<Description>Roslyn analyzers for WPF.</Description>
3333
<PackageTags>WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3434
<PackageReleaseNotes>
35+
3.5.3
36+
BUGFIX: Don't use SymbolEquaityComparer
3537
3.5.2
3638
BUGFIX: Handle empty bodies #291
3739
3.5.1

0 commit comments

Comments
 (0)