Allow version number suffixes

This commit is contained in:
Frederik Carlier
2017-03-07 14:55:24 +01:00
parent 1399b4ba2a
commit bed10a35ca
2 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ build_script:
on_success:
- cmd: dotnet pack -c Release --version-suffix r%APPVEYOR_BUILD_NUMBER%
- ps: Push-AppveyorArtifact "bin\Release\plist-cil.1.0.54-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "bin\Release\plist-cil.1.0.54-r$($env:APPVEYOR_BUILD_NUMBER).symbols.nupkg"
- ps: Push-AppveyorArtifact "bin\Release\plist-cil.1.15.0-r$($env:APPVEYOR_BUILD_NUMBER).nupkg"
- ps: Push-AppveyorArtifact "bin\Release\plist-cil.1.15.0-r$($env:APPVEYOR_BUILD_NUMBER).symbols.nupkg"

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp1.0;net40</TargetFrameworks>
<Version>1.15</Version>
<Version>1.15-*</Version>
<Authors>Natalia Portillo</Authors>
<Company>Claunia.com</Company>
<Description>MIT licensed C#/.NET parser and writer for Apple and GnuStep Property Lists, supporting ASCII, Binary and Xml formats, based on Java's dd-plist.</Description>