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
3
3
platform : Any CPU
4
4
5
5
install :
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
7
7
- ps : Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
8
8
9
9
assembly_info :
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
9
- <UnityAbstractionsVersion >4.0.0-RC1 </UnityAbstractionsVersion >
9
+ <UnityAbstractionsVersion >4.0.0</UnityAbstractionsVersion >
10
10
<TargetFrameworks >netstandard2.0;netstandard1.0;netcoreapp2.0;netcoreapp1.0;net47;net46;net45;net40</TargetFrameworks >
11
11
</PropertyGroup >
12
12
Original file line number Diff line number Diff line change 3
3
<Import Project =" ..\package.props" />
4
4
5
5
<PropertyGroup >
6
- <Version >$(VersionBase)-RC1 </Version >
6
+ <Version >$(VersionBase)</Version >
7
7
<FileVersion >$(VersionBase).0</FileVersion >
8
8
<AssemblyVersion >$(VersionBase).0</AssemblyVersion >
9
9
<AssemblyInformationalVersion >$(FileVersion)</AssemblyInformationalVersion >
You can’t perform that action at this time.
0 commit comments