Bump Vcarve Pro Makerspace and Trial Editions 11.0 to version 0.8

This commit is contained in:
Adam Goldsmith 2021-09-30 15:31:03 -04:00
parent a1698d0d51
commit f7a2427cc8
4 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/S'
Url64 = '\\ucs\software\VCarveProMakerspaceEditionV11007_Setup.exe'
Checksum64 = '619eb35767403dedc4ad40ac4ae4e69d835de7e182235e48e2dd38a2fd7c6904'
Url64 = '\\ucs\software\VCarveProMakerspaceEditionV11008_Setup.exe'
Checksum64 = 'b6f2243d832b87c89382da7df6f309580256572d0beb88189b54bd54d56bf6f7'
ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223)
}

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcarve-pro-makerspace-11.0</id>
<version>0.7</version>
<version>0.8</version>
<title>VCarve Pro Makerspace Edition</title>
<authors>Vectric Ltd</authors>
<owners>Adam</owners>

View File

@ -2,8 +2,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
FileType = 'exe'
SilentArgs = '/S'
Url64 = '\\ucs\software\VCarveProTrialEditionV11006_Setup.exe'
Checksum64 = 'd7738c9bfb2913955a67a235ad27c668479aca5122fa655bdc0ed5d9568d538b'
Url64 = '\\ucs\software\VCarveProTrialEditionV11008_Setup.exe'
Checksum64 = 'ee90e3be12712cb799ee51cb7e0f8e2e0b723dfc4d97ced0f88f187d0dd22f04'
ChecksumType64 = 'sha256'
ValidExitCodes = @(0, 1223)
}

View File

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vcarve-pro-trial-11.0</id>
<version>0.6</version>
<version>0.8</version>
<title>VCarve Pro Trial</title>
<authors>Vectric Ltd</authors>
<owners>Adam</owners>