Skip to content

Commit 2d8c421

Browse files
committed
Bump version 2.6.0.0.
1 parent 6f6309d commit 2d8c421

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj

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

1717
<PropertyGroup>
18-
<Version>2.5.12.5</Version>
18+
<Version>2.6.0.0</Version>
1919
<Authors>Johan Larsson</Authors>
2020
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
2121
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
22-
<PackageReleaseNotes>BUGFIXES: INPC017.</PackageReleaseNotes>
22+
<PackageReleaseNotes>FEATURE: Support new MvvmCross.
23+
FEATURE: Recognize [NotifyPropertyChangedInvocatorAttribute]</PackageReleaseNotes>
2324
<PackageLicenseUrl>http://opensource.org/licenses/MIT</PackageLicenseUrl>
2425
<PackageProjectUrl>https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</PackageProjectUrl>
2526
<RepositoryUrl>https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</RepositoryUrl>

PropertyChangedAnalyzers/paket.template

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

66
releasenotes
7-
CLEANUP: Only one dll.
7+
FEATURE: Support new MvvmCross.
8+
FEATURE: Recognize [NotifyPropertyChangedInvocatorAttribute]
89

910
excludedgroups
1011
Main

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 2.6.0
2+
* FEATURE: Support new MvvmCross.
3+
* FEATURE: Recognize [NotifyPropertyChangedInvocatorAttribute]
4+
15
#### 2.5.12
26
* BUGFIXES: INPC017.
37

0 commit comments

Comments
 (0)