Skip to content

Commit e16239e

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #12 from messerli-informatik-ag/hide-stylecop-config-in-visual-studio
Hide stylecop.json in Visual Studio
2 parents 57144fc + f3b1109 commit e16239e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0.0</Version>
4+
<Version>1.0.1</Version>
55
<RepositoryUrl>https://github.com/messerli-informatik-ag/code-style</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>
77
<PackageId>Messerli.CodeStyle</PackageId>

build/StyleCop/Default.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
<NoWarn>$(NoWarn),1591</NoWarn>
55
</PropertyGroup>
66
<ItemGroup>
7-
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json">
8-
<Link>stylecop.json</Link>
9-
<InProject>false</InProject>
10-
</AdditionalFiles>
7+
<AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" Visible="false" InProject="false" />
118
</ItemGroup>
129
</Project>

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ Initial release
66
## 1.0.0
77
- Add support for netstandard2.0.
88
- Add support for projects that target multiple frameworks.
9+
10+
## 1.0.1
11+
- Hide stylecop.json in Visual Studio.

0 commit comments

Comments
 (0)