Skip to content

Commit a44e4f8

Browse files
committed
update version.props whitespace
1 parent d43647a commit a44e4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/version.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<VersionMinor>0</VersionMinor>
55
<VersionPatch>6</VersionPatch>
66
<VersionRevision>1</VersionRevision>
7-
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
8-
<VersionPrefix Condition="'$(VersionRevision)'!='0'">$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionPrefix>
7+
<VersionPrefix Condition="'$(VersionRevision)'=='0' or '$(VersionRevision)'==''">$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
8+
<VersionPrefix Condition="'$(VersionRevision)'!='0'">$(VersionMajor).$(VersionMinor).$(VersionPatch).$(VersionRevision)</VersionPrefix>
99
<VersionSuffix Condition="'$(Configuration)'=='DEBUG'">dev</VersionSuffix>
1010
</PropertyGroup>
1111
</Project>

0 commit comments

Comments
 (0)