Bump VCarve Pro Makerspace Edition 10.5 to version 1.2

This commit is contained in:
Adam Goldsmith 2020-12-15 20:41:16 -05:00
parent 60cad760fa
commit bf7f9c79a5
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName packageName = $env:ChocolateyPackageName
FileType = 'exe' FileType = 'exe'
SilentArgs = '/S' SilentArgs = '/S'
Url64 = '\\ucs\software\VCarveProMakerspaceEditionV10507_Setup.exe' Url64 = '\\ucs\software\VCarveProMakerspaceEditionV10512_Setup.exe'
Checksum64 = '553c1ecc51d41314a44016b4183c80f43cbe88ae61292f7e43048bce414db686' Checksum64 = 'c4da2b7754c98f3d5121ae39dde4c1f32207c7b8a669e8f26783853d6ca470c7'
ChecksumType64 = 'sha256' ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223) ValidExitCodes = @(0, 1223)
} }

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>vcarve-pro-makerspace-10.5</id> <id>vcarve-pro-makerspace-10.5</id>
<version>0.7</version> <version>1.2</version>
<title>VCarve Pro Makerspace Edition</title> <title>VCarve Pro Makerspace Edition</title>
<authors>Vectric Ltd</authors> <authors>Vectric Ltd</authors>
<owners>Adam</owners> <owners>Adam</owners>