We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7733a commit 28c509cCopy full SHA for 28c509c
1 file changed
PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj
@@ -23,11 +23,14 @@
23
</PropertyGroup>
24
25
<PropertyGroup>
26
- <Version>3.2.3</Version>
+ <Version>4.0.0</Version>
27
<Authors>Johan Larsson</Authors>
28
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
29
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
30
<PackageReleaseNotes>
31
+ 4.0.0
32
+ BREAKING: For VS2022+ now.
33
+ BUGFIX: AD0001 -> Could not load file or assembly
34
3.2.3
35
BUGFIX: Assignments to expressions sharing the same name as the property or backing field no longer trigger INPC002 or INPC015.
36
3.2.2
0 commit comments