Skip to content

Commit 28c509c

Browse files
committed
Bump version.
1 parent fa7733a commit 28c509c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

PropertyChangedAnalyzers/PropertyChangedAnalyzers.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@
2323
</PropertyGroup>
2424

2525
<PropertyGroup>
26-
<Version>3.2.3</Version>
26+
<Version>4.0.0</Version>
2727
<Authors>Johan Larsson</Authors>
2828
<Description>Roslyn analyzers for INotifyPropertyChanged.</Description>
2929
<PackageTags>INotifyPropertyChanged Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3030
<PackageReleaseNotes>
31+
4.0.0
32+
BREAKING: For VS2022+ now.
33+
BUGFIX: AD0001 -> Could not load file or assembly
3134
3.2.3
3235
BUGFIX: Assignments to expressions sharing the same name as the property or backing field no longer trigger INPC002 or INPC015.
3336
3.2.2

0 commit comments

Comments
 (0)