File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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 >1.0.0 </Version >
4
+ <Version >1.0.1 </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 4
4
<NoWarn >$(NoWarn),1591</NoWarn >
5
5
</PropertyGroup >
6
6
<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" />
11
8
</ItemGroup >
12
9
</Project >
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ Initial release
6
6
## 1.0.0
7
7
- Add support for netstandard2.0.
8
8
- Add support for projects that target multiple frameworks.
9
+
10
+ ## 1.0.1
11
+ - Hide stylecop.json in Visual Studio.
You can’t perform that action at this time.
0 commit comments