Skip to content

Commit 98ed8f5

Browse files
committed
Bump version
1 parent 32950ba commit 98ed8f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.0</Version>
4+
<Version>2.1.1</Version>
55
<PackageId>Messerli.CodeStyle</PackageId>
66
<PackageTags>analyzers</PackageTags>
77
<Description>Various analyzers bundled with opinionated configuration</Description>

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Initial release
9494
## 2.1.0
9595
* Warn when interface method has `public` accessibility modifier (`MESSERLI001`)
9696

97-
## Unreleased
97+
## 2.1.1
9898
* Relaxed rules:
9999
* [SA1119](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1119.md) (StatementMustNotUseUnnecessaryParenthesis) is now disabled.
100100

0 commit comments

Comments
 (0)