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

Commit 19b1703

Browse files
committed
Update assembly versions for release 1.0.0-beta001
1 parent 064b938 commit 19b1703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PublicApiAnalyzer/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<Version>1.0.0.1</Version>
1212
<FileVersion>1.0.0.1</FileVersion>
13-
<InformationalVersion>1.0.0-dev</InformationalVersion>
13+
<InformationalVersion>1.0.0-beta001</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-dev"
1+
$Version = "1.0.0-beta001"

0 commit comments

Comments
 (0)