Skip to content

Commit a942a14

Browse files
Update Version to 1.0.0
Let's roll!
1 parent a360354 commit a942a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>0.0.1</VersionPrefix>
3+
<VersionPrefix>1.0.0</VersionPrefix>
44
<VersionSuffix>beta$([System.DateTime]::Now.ToString("yyyyMMdd-HHmmss"))</VersionSuffix>
5-
<VersionSuffix Condition="'$(Configuration)' == 'Release'">beta$([System.DateTime]::Now.ToString("yyyyMMdd-HH"))</VersionSuffix>
5+
<VersionSuffix Condition="'$(Configuration)' == 'Release'"></VersionSuffix>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)