Skip to content

Commit 059f0a0

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #22 from messerli-informatik-ag/release-1.2.0
Release 1.2.0
2 parents a0ae930 + 9c02bab commit 059f0a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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>1.1.0</Version>
4+
<Version>1.2.0</Version>
55
<RepositoryUrl>https://github.com/messerli-informatik-ag/code-style</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>
77
<PackageId>Messerli.CodeStyle</PackageId>

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Initial release
1717
1818
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
1919

20-
## Unreleased
20+
## 1.2.0
2121
- Disable SA1412 (StoreFilesAsUtf). This means that BOMs are no longer required in C# files.
2222
- Update IDisposableAnalyzers from 3.3.2 to 3.3.8:
2323
- Update StyleCop.Analyzers from 1.2.0-beta.113 to 1.2.0-beta.164 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.113...1.2.0-beta.164)).

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the following import to your `csproj` or `Directory.Build.props`:
1111
<?xml version="1.0" encoding="utf-8"?>
1212
<Project>
1313
<ItemGroup>
14-
<PackageReference Include="Messerli.CodeStyle" Version="1.1.0" PrivateAssets="all" />
14+
<PackageReference Include="Messerli.CodeStyle" Version="1.2.0" PrivateAssets="all" />
1515
</ItemGroup>
1616
</Project>
1717
```

0 commit comments

Comments
 (0)