Skip to content

Commit d607b42

Browse files
authored
Merge pull request #53 from messerli-informatik-ag/analyzers-update
Analyzers update
2 parents 1bd8e2e + 2b2fa7d commit d607b42

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ bin/
22
obj/
33
/documentation/book/
44
/nupkg/
5+
.idea/

CodeStyle.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
ProjectSection(SolutionItems) = preProject
1515
readme.md = readme.md
1616
changelog.md = changelog.md
17+
.gitignore = .gitignore
1718
EndProjectSection
1819
EndProject
1920
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox", "Sandbox\Sandbox.csproj", "{507A6B2B-4AED-4071-AA38-6EDAF39FDC13}"

CodeStyle/CodeStyle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<ItemGroup>
2424
<PackageReference Include="IDisposableAnalyzers" Version="3.4.1" PrivateAssets="none" />
25-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.261" PrivateAssets="none" />
25+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.312" PrivateAssets="none" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<None Include="build\**\*">

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ Initial release
4141

4242
## 2.0.0-rc.2
4343
- Update StyleCop.Analyzers to 1.2.0-beta.261. ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.205...1.2.0-beta.261))
44+
45+
## Unreleased
46+
- 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))

0 commit comments

Comments
 (0)