27 lines
1.3 KiB
XML
Executable File
27 lines
1.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||
<metadata>
|
||
<id>vdos</id>
|
||
<version>2020.03.01</version>
|
||
<title>vDOS</title>
|
||
<authors>Jos Schaars</authors>
|
||
<owners>foo.li systeme + software</owners>
|
||
<licenseUrl>https://sourceforge.net/projects/vdos/</licenseUrl>
|
||
<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>vDos: Run DOS applications in Windows</description>
|
||
<summary>Windows 64-bit doesn’t support DOS applications. Windows 32-bit included NTVDM,
|
||
to some extend facilitating DOS programs to run. PC’s 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>see notes at https://www.vdos.info/download.html</releaseNotes>
|
||
<tags>dos vdos windows10x64</tags>
|
||
</metadata>
|
||
<!-- building package on gnu/linux with nuget (https://packages.debian.org/stretch/nuget)
|
||
requires adding the tools path -->
|
||
<files>
|
||
<file src="tools/*" target="tools"/>
|
||
|
||
</files>
|
||
</package>
|