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 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments