Skip to content

Commit

Permalink
V 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Dec 26, 2023
1 parent 94de0a5 commit 2806a13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RelaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.15
- Default severity of analyzers should be warning to be suppressable.

1.14
- Introduce InitRule for "init only" properties;
- Default severity is now Error.
- Remove the outdated sonar-based suppressor.

1.13
- Adjust colors to better match VS2022

Expand Down
2 changes: 1 addition & 1 deletion src/directory.build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.14.0</Version>
<Version>1.15.0</Version>
<LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down

0 comments on commit 2806a13

Please sign in to comment.