Skip to content

Commit df1df47

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #47 from messerli-informatik-ag/release-2.0.0-rc-1
Release 2.0.0-rc.1
2 parents 827966e + a30db0e commit df1df47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.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>

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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".

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="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
```

0 commit comments

Comments
 (0)