We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0a133 commit e8c21aeCopy full SHA for e8c21ae
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 3.5.3
2
+* BUGFIX: Don't use SymbolEquaityComparer
3
+
4
#### 3.5.2
5
* BUGFIX: Handle empty bodies #291
6
WpfAnalyzers/WpfAnalyzers.csproj
@@ -26,12 +26,14 @@
26
</PropertyGroup>
27
28
<PropertyGroup>
29
- <Version>3.5.2</Version>
+ <Version>3.5.3</Version>
30
<DevelopmentDependency>true</DevelopmentDependency>
31
<Authors>Johan Larsson</Authors>
32
<Description>Roslyn analyzers for WPF.</Description>
33
<PackageTags>WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
34
<PackageReleaseNotes>
35
+ 3.5.3
36
+ BUGFIX: Don't use SymbolEquaityComparer
37
3.5.2
38
BUGFIX: Handle empty bodies #291
39
3.5.1
0 commit comments