Skip to content

Commit 2e4cd77

Browse files
committed
Bump version. 2.7.1.0
1 parent fd7e4a7 commit 2e4cd77

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</PropertyGroup>
1616

1717
<PropertyGroup>
18-
<Version>2.7.0.0</Version>
18+
<Version>2.7.1.0</Version>
1919
<Authors>Johan Larsson</Authors>
2020
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
2121
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
22-
<PackageReleaseNotes>INPC021 Setter should set backing field.
23-
INPC020 Prefer expression body accessor.
24-
INPC019 Getter should return backing field.
22+
<PackageReleaseNotes>BUGFIX INPC002 when event accessors.
23+
BUGFIX INPC010 when side effects in setter.
24+
BUGFIX INPC002 when setting other property that notifies.
2525
INPC018 PropertyChanged invoker should be protected when class is not sealed.</PackageReleaseNotes>
2626
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
2727
<PackageProjectUrl>https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</PackageProjectUrl>

PropertyChangedAnalyzers/paket.template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ projectUrl https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers
44
licenseUrl http://opensource.org/licenses/MIT
55

66
releasenotes
7-
INPC021 Setter should set backing field.
8-
INPC020 Prefer expression body accessor.
9-
INPC019 Getter should return backing field.
10-
INPC018 PropertyChanged invoker should be protected when class is not sealed.
7+
BUGFIX INPC002 when event accessors.
8+
BUGFIX INPC010 when side effects in setter.
9+
BUGFIX INPC002 when setting other property that notifies.
1110

1211
excludedgroups
1312
Main

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 2.7.1
2+
* BUGFIX INPC002 when event accessors.
3+
* BUGFIX INPC010 when side effects in setter.
4+
* BUGFIX INPC002 when setting other property that notifies.
5+
16
#### 2.7.0
27
* INPC021 Setter should set backing field.
38
* INPC020 Prefer expression body accessor.

0 commit comments

Comments
 (0)