File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments