File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
/documentation /book /
4
4
/nupkg /
5
5
.idea /
6
+ # Visual Studio 2015 cache/options directory
7
+ .vs /
8
+
9
+ * .DotSettings.user
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 >2.0.0-rc.2 </Version >
4
+ <Version >2.0.0-rc.3 </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 @@ -42,5 +42,6 @@ Initial release
42
42
## 2.0.0-rc.2
43
43
- 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
44
45
- ## Unreleased
45
+ ## 2.0.0-rc.3
46
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 ) )
47
+ - Fix compilation error when building an F# project.
You can’t perform that action at this time.
0 commit comments