Skip to content

Commit

Permalink
Enforce tabs in CurrentVersion.props
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Jan 9, 2025
1 parent 249133f commit 7c05df5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/CurrentVersion.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>0</MinorVersion>
<MicroVersion>0</MicroVersion>
<ReleaseLevel>alpha</ReleaseLevel>
<PropertyGroup>
<MajorVersion>2</MajorVersion>
<MinorVersion>0</MinorVersion>
<MicroVersion>0</MicroVersion>
<ReleaseLevel>alpha</ReleaseLevel>

<BetaVersion Condition="'$(ReleaseLevel)' !='final'">1</BetaVersion>
</PropertyGroup>
<BetaVersion Condition="'$(ReleaseLevel)' !='final'">1</BetaVersion>
</PropertyGroup>
</Project>

0 comments on commit 7c05df5

Please sign in to comment.