diff --git a/appveyor.yml b/appveyor.yml index b1e9e35..14ea552 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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" \ No newline at end of file + - 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" \ No newline at end of file diff --git a/plist-cil/plist-cil.csproj b/plist-cil/plist-cil.csproj index cdd89cd..5e37b59 100644 --- a/plist-cil/plist-cil.csproj +++ b/plist-cil/plist-cil.csproj @@ -2,7 +2,7 @@ netcoreapp1.0;net40 - 1.15 + 1.15-* Natalia Portillo Claunia.com 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.