Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Sep 20, 2020
1 parent 84c0b38 commit beb28c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.2.1</Version>
<DevelopmentDependency>true</DevelopmentDependency>
<Authors>Johan Larsson</Authors>
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
<PackageReleaseNotes>
3.2.1:
Handle regressions in Roslyn 3.7
3.2.0:
INPC0023 Instance equals for reference type
INPC024 ReferenceEquals for value type
Expand Down
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### 3.2.1:
* Handle regressions in Roslyn 3.7

#### 3.2.0:
* INPC0023 Instance equals for reference type
* INPC024 ReferenceEquals for value type
Expand Down

0 comments on commit beb28c5

Please sign in to comment.