Skip to content

Commit 29e00c9

Browse files
committed
Unify assembly version handling in Directory.build.props
1 parent 8b8c9e3 commit 29e00c9

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

StyleCop.Analyzers/Directory.build.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<Company>Tunnel Vision Laboratories, LLC</Company>
88
<Copyright>Copyright © Tunnel Vision Laboratories, LLC 2015</Copyright>
99

10-
<!-- Distributed assemblies will override this... -->
11-
<InformationalVersion>1.0.0-dev</InformationalVersion>
10+
<Version>1.1.0.35</Version>
11+
<FileVersion>1.1.0.35</FileVersion>
12+
<InformationalVersion>1.1.0-dev</InformationalVersion>
1213
</PropertyGroup>
1314

1415
<PropertyGroup>

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/StyleCop.Analyzers.CodeFixes.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
<TargetFrameworks>netstandard1.1;net452</TargetFrameworks>
66
<RootNamespace>StyleCop.Analyzers</RootNamespace>
77
<NeutralLanguage>en-US</NeutralLanguage>
8-
<Version>1.1.0.35</Version>
9-
<FileVersion>1.1.0.35</FileVersion>
10-
<InformationalVersion>1.1.0-dev</InformationalVersion>
118
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
129
<IncludeSymbols>true</IncludeSymbols>
1310
<NuspecFile>StyleCop.Analyzers.nuspec</NuspecFile>

StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
<TargetFrameworks>netstandard1.1;net452</TargetFrameworks>
66
<PackageId>StyleCop.Analyzers.NewIdRequiredDueToNuGetBug</PackageId>
77
<NeutralLanguage>en-US</NeutralLanguage>
8-
<Version>1.1.0.35</Version>
9-
<FileVersion>1.1.0.35</FileVersion>
10-
<InformationalVersion>1.1.0-dev</InformationalVersion>
118
</PropertyGroup>
129

1310
<Choose>

StyleCopAnalyzers.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A0840AD0
2727
ProjectSection(SolutionItems) = preProject
2828
build\build.ps1 = build\build.ps1
2929
build\check-key.ps1 = build\check-key.ps1
30+
StyleCop.Analyzers\Directory.build.props = StyleCop.Analyzers\Directory.build.props
31+
StyleCop.Analyzers\Directory.build.targets = StyleCop.Analyzers\Directory.build.targets
3032
build\keys.ps1 = build\keys.ps1
3133
build\opencover-report.ps1 = build\opencover-report.ps1
3234
build\push.ps1 = build\push.ps1

0 commit comments

Comments
 (0)