Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit b7b5ee5

Browse files
committed
Updated props file to make packages pre-release. Made base version 4.0.0 because of breaking backward compatibility.
1 parent bbb6edb commit b7b5ee5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Build/SharpDX.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
<Company>Alexandre Mutel</Company>
1616
<Copyright>Copyright (c) 2010-2016 Alexandre Mutel</Copyright>
1717
<NeutralLanguage>en-US</NeutralLanguage>
18-
<Version>3.1.2</Version>
19-
<AssemblyVersion>3.1.2</AssemblyVersion>
18+
<Version>4.0.0</Version>
19+
<AssemblyVersion>$(Version)</AssemblyVersion>
20+
<Version Condition=" '$(SharpDXPackagingDev)' == 'true' ">$(Version)-ci$(SharpDXBuildNumber)</Version>
2021
<PackageOutputPath>$(SolutionDir)bin</PackageOutputPath>
2122
</PropertyGroup>
2223
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' And Exists('$(SolutionDir)sharpdx.snk')">

0 commit comments

Comments
 (0)