Skip to content

Commit 4494ac2

Browse files
committed
Bump version.
1 parent 019332e commit 4494ac2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj

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

2323
<PropertyGroup>
24-
<Version>3.2.2</Version>
24+
<Version>3.2.3</Version>
2525
<DevelopmentDependency>true</DevelopmentDependency>
2626
<Authors>Johan Larsson</Authors>
2727
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
2828
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
2929
<PackageReleaseNotes>
30+
3.2.3
31+
BUGFIX: Assignments to expressions sharing the same name as the property or backing field no longer trigger INPC002 or INPC015.
3032
3.2.2
3133
Handle new messages from Roslyn
3234
3.2.1

0 commit comments

Comments
 (0)