Skip to content

Commit d4e5932

Browse files
committed
Releasing 5.9.0
1 parent 0b7fc9c commit d4e5932

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ configuration: Release
33
platform: Any CPU
44

55
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
77
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
88

99
assembly_info:

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

src/Unity.Container.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

0 commit comments

Comments
 (0)