Skip to content

Commit 97767ca

Browse files
authored
Merge pull request #59 from messerli-informatik-ag/release-2.0.0
Release 2.0.0
2 parents 95b7d18 + 777a9a5 commit 97767ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.0.0-rc.3</Version>
4+
<Version>2.0.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
@@ -46,7 +46,7 @@ Initial release
4646
- Update StyleCop.Analyzers to 1.2.0-beta.312 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.261...1.2.0-beta.312))
4747
- Fix compilation error when building an F# project.
4848

49-
## Unreleased
49+
## 2.0.0
5050
* Update IDisposableAnalyzers to 3.4.8. Excerpt from [IDisposableAnalyzers Changelog]:
5151
> #### 3.4.8
5252
> * BUGFIX: Don't use Roslyn's SymbolEqualityComparer

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following package reference to your project or to your `Directory.Build.
1414
<?xml version="1.0" encoding="utf-8"?>
1515
<Project>
1616
<ItemGroup>
17-
+ <PackageReference Include="Messerli.CodeStyle" Version="2.0.0-rc.1" PrivateAssets="all" />
17+
+ <PackageReference Include="Messerli.CodeStyle" Version="2.0.0" PrivateAssets="all" />
1818
</ItemGroup>
1919
</Project>
2020
```
@@ -26,7 +26,7 @@ Add `Messerli.CodeStyle` to your `Packages.props`:
2626
<?xml version="1.0" encoding="utf-8"?>
2727
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2828
<ItemGroup Label="Build dependencies">
29-
+ <PackageReference Update="Messerli.CodeStyle" Version="2.0.0-rc.1" />
29+
+ <PackageReference Update="Messerli.CodeStyle" Version="2.0.0" />
3030
</ItemGroup>
3131
</Project>
3232
```

0 commit comments

Comments
 (0)