Skip to content

Commit 936d07d

Browse files
authored
Merge pull request #55 from messerli-informatik-ag/new-version-2rc3
Write new version
2 parents 34005bb + c65ee68 commit 936d07d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ obj/
33
/documentation/book/
44
/nupkg/
55
.idea/
6+
# Visual Studio 2015 cache/options directory
7+
.vs/
8+
9+
*.DotSettings.user

CodeStyle/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>2.0.0-rc.2</Version>
4+
<Version>2.0.0-rc.3</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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ Initial release
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))
4444

45-
## Unreleased
45+
## 2.0.0-rc.3
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))
47+
- Fix compilation error when building an F# project.

0 commit comments

Comments
 (0)