Skip to content

Commit b0856cd

Browse files
committed
Update version numbers for release 1.1.0-beta005
1 parent a904465 commit b0856cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

StyleCop.Analyzers/Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Copyright>Copyright © Tunnel Vision Laboratories, LLC 2015</Copyright>
99
<NeutralLanguage>en-US</NeutralLanguage>
1010

11-
<Version>1.1.0.35</Version>
12-
<FileVersion>1.1.0.35</FileVersion>
13-
<InformationalVersion>1.1.0-dev</InformationalVersion>
11+
<Version>1.1.0.36</Version>
12+
<FileVersion>1.1.0.36</FileVersion>
13+
<InformationalVersion>1.1.0-beta005</InformationalVersion>
1414
</PropertyGroup>
1515

1616
<PropertyGroup>

build/version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
$Version = "1.1.0-dev"
1+
$Version = "1.1.0-beta005"

0 commit comments

Comments
 (0)