We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c97af9 + eea1a84 commit 3828944Copy full SHA for 3828944
CodeStyle/CodeStyle.csproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.Build.NoTargets">
3
<PropertyGroup>
4
- <Version>2.2.0</Version>
+ <Version>2.3.0</Version>
5
<PackageId>Messerli.CodeStyle</PackageId>
6
<PackageTags>analyzers</PackageTags>
7
<Description>Various analyzers bundled with opinionated configuration</Description>
changelog.md
@@ -1,4 +1,7 @@
# Changelog
+## 2.3.0
+* Update StyleCop.Analyzers to 1.2.0-beta.507 ([release](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases/tag/1.2.0-beta.507))
+ * Most notably this version adds support for list patterns.
## 2.2.0
* File scoped namespaces are now enforced. (#81)
0 commit comments