Skip to content

Commit 57a79b8

Browse files
committed
version
1 parent 641e795 commit 57a79b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.0.1</VersionPrefix>
4-
<VersionSuffix>beta</VersionSuffix>
3+
<VersionPrefix>1.0.0</VersionPrefix>
4+
<VersionSuffix>beta08</VersionSuffix>
55
<PackageVersion Condition="'$(VersionSuffix)' == ''">$(VersionPrefix)</PackageVersion>
66
<PackageVersion Condition="'$(VersionSuffix)' != ''">$(VersionPrefix)-$(VersionSuffix)</PackageVersion>
77
</PropertyGroup>

0 commit comments

Comments
 (0)