File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ configuration: Release
33platform : Any CPU
44
55install :
6- - ps : $env:build_version = (Select-Xml -Path ".\package.props" -XPath "/Project/PropertyGroup/Version " | Select-Object -ExpandProperty Node).InnerText
6+ - ps : $env:build_version = (Select-Xml -Path ".\package.props" -XPath "/Project/PropertyGroup/VersionBase " | Select-Object -ExpandProperty Node).InnerText
77 - ps : Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
88
99assembly_info :
Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <PropertyGroup >
9- <UnityAbstractionsVersion >4.0.0-RC1 </UnityAbstractionsVersion >
9+ <UnityAbstractionsVersion >4.0.0</UnityAbstractionsVersion >
1010 <TargetFrameworks >netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks >
1111 </PropertyGroup >
1212
Original file line number Diff line number Diff line change 33 <Import Project =" ..\package.props" />
44
55 <PropertyGroup >
6- <Version >$(VersionBase)-RC1 </Version >
6+ <Version >$(VersionBase)</Version >
77 <FileVersion >$(VersionBase).0</FileVersion >
88 <AssemblyVersion >$(VersionBase).0</AssemblyVersion >
99 <AssemblyInformationalVersion >$(FileVersion)</AssemblyInformationalVersion >
You can’t perform that action at this time.
0 commit comments