Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit f2c0e94

Browse files
committed
Prepare for next development iteration
1 parent 19b1703 commit f2c0e94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PublicApiAnalyzer/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.0.0.1</Version>
12-
<FileVersion>1.0.0.1</FileVersion>
13-
<InformationalVersion>1.0.0-beta001</InformationalVersion>
11+
<Version>1.0.0.2</Version>
12+
<FileVersion>1.0.0.2</FileVersion>
13+
<InformationalVersion>1.0.0-dev</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.0.0-beta001"
1+
$Version = "1.0.0-dev"

0 commit comments

Comments
 (0)