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 >1.2 .1</Version >
4+ <Version >2.0.0-rc .1</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 @@ -34,7 +34,7 @@ Initial release
3434
3535[ IDisposableAnalyzers Changelog ] : https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
3636
37- ## Unreleased
37+ ## 2.0.0-rc.1
3838* Breaking: Treat all nullability warnings as errors.
3939* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
4040* The hungarian notation rule has been relaxed to allow ` js ` and ` db ` since those two are common "false positives".
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="1.2 .1" PrivateAssets="all" />
17+ + <PackageReference Include="Messerli.CodeStyle" Version="2.0.0-rc .1" 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="1.2 .1" />
29+ + <PackageReference Update="Messerli.CodeStyle" Version="2.0.0-rc .1" />
3030 </ItemGroup>
3131 </Project>
3232```
You can’t perform that action at this time.
0 commit comments