Skip to content

Commit 3828944

Browse files
authored
Merge pull request #88 from messerli-informatik-ag/release-2.3.0
2 parents 7c97af9 + eea1a84 commit 3828944

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CodeStyle/CodeStyle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.Build.NoTargets">
33
<PropertyGroup>
4-
<Version>2.2.0</Version>
4+
<Version>2.3.0</Version>
55
<PackageId>Messerli.CodeStyle</PackageId>
66
<PackageTags>analyzers</PackageTags>
77
<Description>Various analyzers bundled with opinionated configuration</Description>

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 2.3.0
3+
* Update StyleCop.Analyzers to 1.2.0-beta.507 ([release](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases/tag/1.2.0-beta.507))
4+
* Most notably this version adds support for list patterns.
25

36
## 2.2.0
47
* File scoped namespaces are now enforced. (#81)

0 commit comments

Comments
 (0)