vDos 2022.05.01

This commit is contained in:
Peter V. Beck 2022-07-31 21:43:07 +02:00
parent 11095d9789
commit 9a5aa47824
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# vDOS for Windows # vDOS for Windows
# 2011-2021 foo.li systeme + software # 2011-2022 foo.li systeme + software
# download site has ssl issues, setup is included in package... # download site has ssl issues, setup is included in package...
# package installs to 'default' location: c:\vDOS # package installs to 'default' location: c:\vDOS
$packageName = 'vdos' $packageName = 'vdos'
$version = '2021.05.01' $version = '2022.05.01'
$installerType = 'exe' $installerType = 'exe'
$scriptPath = $(Split-Path $MyInvocation.MyCommand.Path) $scriptPath = $(Split-Path $MyInvocation.MyCommand.Path)
$setupFullPath = Join-Path $scriptPath 'vDosSetup.exe' $setupFullPath = Join-Path $scriptPath 'vDosSetup.exe'

View File

@ -1,8 +1,8 @@
# vDOS Removal # vDOS Removal
# 2011-2020 foo.li systeme + software # 2011-2022 foo.li systeme + software
$packageName = 'vdos' $packageName = 'vdos'
$version = '2020.03.01' $version = '2022.05.01'
$vdosPath = "$env:SystemDrive" + "\vDos" $vdosPath = "$env:SystemDrive" + "\vDos"
try { try {

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata> <metadata>
<id>vdos</id> <id>vdos</id>
<version>2021.05.01</version> <version>2022.05.01</version>
<title>vDOS</title> <title>vDOS</title>
<authors>Jos Schaars</authors> <authors>Jos Schaars</authors>
<owners>foo.li systeme + software</owners> <owners>foo.li systeme + software</owners>