vDOS 2018.05.01, closes #4880 @0.4h

This commit is contained in:
Peter V. Beck 2018-07-06 14:17:11 +02:00
parent 71e2a57650
commit 8a09a32977
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
# package installs to 'default' location: c:\vDOS
$packageName = 'vdos'
$version = '2017.08.01'
$version = '2018.05.01'
$installerType = 'exe'
$scriptPath = $(Split-Path $MyInvocation.MyCommand.Path)
$setupFullPath = Join-Path $scriptPath 'vDosSetup.exe'

View File

@ -2,7 +2,7 @@
# 2011-2018 foo.li systeme + software
$packageName = 'vdos'
$version = '2017.08.01'
$version = '2018.05.01'
$vdosPath = "$env:SystemDrive" + "\vDos"
try {

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vdos</id>
<version>2017.08.01</version>
<version>2018.05.01</version>
<title>vDOS</title>
<authors>Jos Schaars</authors>
<owners>foo.li systeme + software</owners>
@ -10,12 +10,12 @@
<projectUrl>https://sourceforge.net/projects/vdos/</projectUrl>
<iconUrl>https://git.foo.li/peter/chocolatey/raw/branch/master/icons/vdos.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>KVM Virt Viewer</description>
<description>vDos: Run DOS applications in Windows</description>
<summary>Windows 64-bit doesnt support DOS applications. Windows 32-bit included NTVDM,
to some extend facilitating DOS programs to run. PCs now come with Windows 10 64-bit installed,
mostly without an option to downgrade to Windows 32-bit. vDOS takes care of this limitation.
</summary>
<releaseNotes>initial packaging</releaseNotes>
<releaseNotes>see notes at https://www.vdos.info/download.html</releaseNotes>
<tags>dos vdos windows10x64</tags>
</metadata>
</package>