Skip to content

Commit 424563d

Browse files
committed
Bump version. 2.7.2
1 parent 2b8e54d commit 424563d

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj

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

1717
<PropertyGroup>
18-
<Version>2.7.1.0</Version>
18+
<Version>2.7.2.0</Version>
1919
<Authors>Johan Larsson</Authors>
2020
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
2121
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
22-
<PackageReleaseNotes>BUGFIX INPC002 when event accessors.
23-
BUGFIX INPC010 when side effects in setter.
24-
BUGFIX INPC002 when setting other property that notifies.
25-
INPC018 PropertyChanged invoker should be protected when class is not sealed.</PackageReleaseNotes>
26-
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
22+
<PackageReleaseNotes>BUGFIX: Figure out caching in ConcurrentDictionary</PackageReleaseNotes>
23+
<PackageLicenseUrl></PackageLicenseUrl>
2724
<PackageProjectUrl>https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</PackageProjectUrl>
2825
<RepositoryUrl>https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</RepositoryUrl>
2926
</PropertyGroup>

PropertyChangedAnalyzers/paket.template

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

66
releasenotes
7-
BUGFIX INPC002 when event accessors.
8-
BUGFIX INPC010 when side effects in setter.
9-
BUGFIX INPC002 when setting other property that notifies.
7+
BUGFIX: Figure out caching in ConcurrentDictionary
108

119
excludedgroups
1210
Main

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 2.7.2
2+
* BUGFIX: Figure out caching in ConcurrentDictionary
3+
14
#### 2.7.1
25
* BUGFIX INPC002 when event accessors.
36
* BUGFIX INPC010 when side effects in setter.

0 commit comments

Comments
 (0)