Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Nov 20, 2020
1 parent 43dd189 commit 6606429
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 3.5.2
* BUGFIX: Handle empty bodies #291

#### 3.5.1
* BUGFIX: WPF0041 should not nag about StyleProperty

Expand Down
4 changes: 3 additions & 1 deletion WpfAnalyzers/WpfAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.5.1</Version>
<Version>3.5.2</Version>
<DevelopmentDependency>true</DevelopmentDependency>
<Authors>Johan Larsson</Authors>
<Description>Roslyn analyzers for WPF.</Description>
<PackageTags>WPF Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
<PackageReleaseNotes>
3.5.2
BUGFIX: Handle empty bodies #291
3.5.1
BUGFIX: WPF0041 should not nag about StyleProperty
3.5.0
Expand Down

0 comments on commit 6606429

Please sign in to comment.