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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.Build.NoTargets" >
3
3
<PropertyGroup >
4
- <Version >1.2 .1</Version >
4
+ <Version >2.0.0-rc .1</Version >
5
5
<RepositoryUrl >https://github.com/messerli-informatik-ag/code-style</RepositoryUrl >
6
6
<RepositoryType >git</RepositoryType >
7
7
<PackageId >Messerli.CodeStyle</PackageId >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Initial release
34
34
35
35
[ IDisposableAnalyzers Changelog ] : https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
36
36
37
- ## Unreleased
37
+ ## 2.0.0-rc.1
38
38
* Breaking: Treat all nullability warnings as errors.
39
39
* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
40
40
* 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.
14
14
<?xml version="1.0" encoding="utf-8"?>
15
15
<Project>
16
16
<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" />
18
18
</ItemGroup>
19
19
</Project>
20
20
```
@@ -26,7 +26,7 @@ Add `Messerli.CodeStyle` to your `Packages.props`:
26
26
<?xml version="1.0" encoding="utf-8"?>
27
27
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
28
28
<ItemGroup Label="Build dependencies">
29
- + <PackageReference Update="Messerli.CodeStyle" Version="1.2 .1" />
29
+ + <PackageReference Update="Messerli.CodeStyle" Version="2.0.0-rc .1" />
30
30
</ItemGroup>
31
31
</Project>
32
32
```
You can’t perform that action at this time.
0 commit comments