Skip to content

Commit 72a6c4d

Browse files
committed
Updated version to 2.0.0
1 parent bf60351 commit 72a6c4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionMajor Condition="'$(VersionMajor)' == ''">1</VersionMajor>
4-
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
3+
<VersionMajor Condition="'$(VersionMajor)' == ''">2</VersionMajor>
4+
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
55
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
6-
<BuildNumber Condition="'$(BuildNumber)' == ''">27</BuildNumber>
6+
<BuildNumber Condition="'$(BuildNumber)' == ''">117</BuildNumber>
77
<VersionSuffix Condition="'$(Configuration)' == 'Debug' and '$(VersionSuffix)' == ''">dev</VersionSuffix>
88
<Authors>gfoidl</Authors>
99
<Company>Foidl Günther</Company>
1010
<Product>gfoidl.DataCompression</Product>
11-
<Copyright>Copyright © Foidl Günther 2017</Copyright>
11+
<Copyright>Copyright © Foidl Günther 2017-2018</Copyright>
1212
<VersionPrefix>$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix>
1313
<AssemblyVersion>$(VersionMajor).$(VersionMinor).$(BuildNumber).$(VersionPatch)</AssemblyVersion>
1414
</PropertyGroup>

0 commit comments

Comments
 (0)