File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<PropertyGroup >
18
- <Version >2.5.12.5 </Version >
18
+ <Version >2.6.0.0 </Version >
19
19
<Authors >Johan Larsson</Authors >
20
20
<Description >Roslyn analyzers for INotifyPropertyChanged.</Description >
21
21
<PackageTags >INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
22
- <PackageReleaseNotes >BUGFIXES: INPC017.</PackageReleaseNotes >
22
+ <PackageReleaseNotes >FEATURE: Support new MvvmCross.
23
+ FEATURE: Recognize [NotifyPropertyChangedInvocatorAttribute]</PackageReleaseNotes >
23
24
<PackageLicenseUrl >http://opensource.org/licenses/MIT</PackageLicenseUrl >
24
25
<PackageProjectUrl >https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</PackageProjectUrl >
25
26
<RepositoryUrl >https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers</RepositoryUrl >
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ projectUrl https://github.com/DotNetAnalyzers/PropertyChangedAnalyzers
4
4
licenseUrl http://opensource.org/licenses/MIT
5
5
6
6
releasenotes
7
- CLEANUP: Only one dll.
7
+ FEATURE: Support new MvvmCross.
8
+ FEATURE: Recognize [NotifyPropertyChangedInvocatorAttribute]
8
9
9
10
excludedgroups
10
11
Main
Original file line number Diff line number Diff line change
1
+ #### 2.6.0
2
+ * FEATURE: Support new MvvmCross.
3
+ * FEATURE: Recognize [ NotifyPropertyChangedInvocatorAttribute]
4
+
1
5
#### 2.5.12
2
6
* BUGFIXES: INPC017.
3
7
You can’t perform that action at this time.
0 commit comments