File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments