Compare commits
No commits in common. "5e8974e73604af66795063d9a2f31b76a6c94bc5" and "98f41c556bc1a8817f72c0242da259627674c51d" have entirely different histories.
5e8974e736
...
98f41c556b
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>chitubox</id>
|
||||
<version>1.9.4</version>
|
||||
<version>1.9.3</version>
|
||||
<title>CHITUBOX</title>
|
||||
<authors>CBD-Tech</authors>
|
||||
<owners>Adam</owners>
|
||||
@ -11,7 +11,7 @@
|
||||
<description>A slicer for DLP 3D printing.</description>
|
||||
<summary>A slicer for DLP 3D printing.</summary>
|
||||
<releaseNotes />
|
||||
<copyright>© 2022 CHITUBOX. All rights reserved.</copyright>
|
||||
<copyright>© 2019 CHITUBOX. All rights reserved.</copyright>
|
||||
<tags>3d solid print</tags>
|
||||
<dependencies>
|
||||
<dependency id="vcredist140" />
|
||||
|
@ -2,8 +2,8 @@ $packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
FileType = 'exe'
|
||||
SilentArgs = '/S'
|
||||
Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.4.exe'
|
||||
Checksum64 = 'c55e729e0e55fce8dd112893838452baea6dd91ae1bd07a92a57eecdc6b74a5e'
|
||||
Url64 = '\\ucs\software\CHITUBOX64Install_V1.9.3.exe'
|
||||
Checksum64 = '4cb7706b5d9fe720cbbfec427bcac55484c98102e670a5b86e945c234a0c9668'
|
||||
ChecksumType64 = 'sha256'
|
||||
ValidExitCodes = @(0, 1223)
|
||||
}
|
||||
|
11
vcarve-pro-makerspace-10.5/tools/chocolateyInstall.ps1
Normal file
11
vcarve-pro-makerspace-10.5/tools/chocolateyInstall.ps1
Normal file
@ -0,0 +1,11 @@
|
||||
$packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
FileType = 'exe'
|
||||
SilentArgs = '/S'
|
||||
Url64 = '\\ucs\software\VCarveProMakerspaceEditionV10514_Setup.exe'
|
||||
Checksum64 = 'b34663ad2f7a0684294949641eabc456e2e844da00ea3e741411d5eafae943b6'
|
||||
ChecksumType64 = 'sha256'
|
||||
ValidExitCodes = @(0, 1223)
|
||||
}
|
||||
|
||||
Install-ChocolateyPackage @packageArgs
|
8
vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1
Normal file
8
vcarve-pro-makerspace-10.5/tools/chocolateyUninstall.ps1
Normal file
@ -0,0 +1,8 @@
|
||||
$packageArgs = @{
|
||||
PackageName = 'vcarve-pro-makerspace-10.5'
|
||||
FileType = 'exe'
|
||||
File = 'C:\Program Files\VCarve Pro - Makerspace Edition 10.5\uninst.exe'
|
||||
SilentArgs = '/S'
|
||||
}
|
||||
|
||||
Uninstall-ChocolateyPackage @packageArgs
|
23
vcarve-pro-makerspace-10.5/vcarve-pro-makerspace-10.5.nuspec
Normal file
23
vcarve-pro-makerspace-10.5/vcarve-pro-makerspace-10.5.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-makerspace-10.5</id>
|
||||
<version>1.4</version>
|
||||
<title>VCarve Pro Makerspace Edition</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
||||
<projectUrl>https://www.vectric.com/products/vcarve-pro</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>VCarve Pro provides a powerful but intuitive software solution for creating and cutting parts on a CNC Router. VCarve Pro gives you the power to produce complex 2D patterns with profile, pocket, drill and inlay toolpaths, plus gives you the ability to create designs with v-carving textures as well as import and machine unlimited Vectric 3D clipart or single model files. The 'Pro' edition gives you unlimited job and toolpath size, true shape nesting and job set-up sheets, ideally suited to a production environment.</description>
|
||||
<summary>CAM software for a CNC router.</summary>
|
||||
<releaseNotes />
|
||||
<copyright>© 2005-2019 Vectric Limited.</copyright>
|
||||
<tags>router cnc shopbot</tags>
|
||||
<dependencies>
|
||||
<dependency id="vcredist2010" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools/**" target="tools" />
|
||||
</files>
|
||||
</package>
|
@ -2,8 +2,8 @@ $packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
FileType = 'exe'
|
||||
SilentArgs = '/S'
|
||||
File64 = '\\ucs\software\VCarveProMakerspaceEditionV11016_Setup.exe'
|
||||
Checksum64 = '5397227121f62c7f338e68d27f18a3c11d3c5aa54440922c73dbdf6fd9ddc4f5'
|
||||
File64 = '\\ucs\software\VCarveProMakerspaceEditionV11015_Setup.exe'
|
||||
Checksum64 = '8f7476e8f68f00d07335ffef4369f3dce827ceb236ace1f8211137fb9542ba99'
|
||||
ChecksumType64 = 'sha256'
|
||||
ValidExitCodes = @(0, 1223)
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-makerspace-11.0</id>
|
||||
<version>1.6</version>
|
||||
<version>1.5</version>
|
||||
<title>VCarve Pro Makerspace Edition</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
||||
|
11
vcarve-pro-trial-10.5/tools/chocolateyInstall.ps1
Normal file
11
vcarve-pro-trial-10.5/tools/chocolateyInstall.ps1
Normal file
@ -0,0 +1,11 @@
|
||||
$packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
FileType = 'exe'
|
||||
SilentArgs = '/S'
|
||||
Url64 = '\\ucs\software\VCarveProTrialEdition_SetupV10.5.0.8.exe'
|
||||
Checksum64 = 'a143a2eeed327e6f062e4261cd2c44c1932238bc4bc95619a684ccbc32222ab8'
|
||||
ChecksumType64 = 'sha256'
|
||||
ValidExitCodes = @(0, 1223)
|
||||
}
|
||||
|
||||
Install-ChocolateyPackage @packageArgs
|
8
vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1
Normal file
8
vcarve-pro-trial-10.5/tools/chocolateyUninstall.ps1
Normal file
@ -0,0 +1,8 @@
|
||||
$packageArgs = @{
|
||||
PackageName = 'vcarve-pro-trial-10.5'
|
||||
FileType = 'exe'
|
||||
File = 'C:\Program Files\VCarve Pro Trial Edition 10.5\uninst.exe'
|
||||
SilentArgs = '/S'
|
||||
}
|
||||
|
||||
Uninstall-ChocolateyPackage @packageArgs
|
23
vcarve-pro-trial-10.5/vcarve-pro-trial-10.5.nuspec
Normal file
23
vcarve-pro-trial-10.5/vcarve-pro-trial-10.5.nuspec
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-trial-10.5</id>
|
||||
<version>0.8</version>
|
||||
<title>VCarve Pro Trial</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
||||
<projectUrl>https://www.vectric.com/products/vcarve-pro</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>VCarve Pro provides a powerful but intuitive software solution for creating and cutting parts on a CNC Router. VCarve Pro gives you the power to produce complex 2D patterns with profile, pocket, drill and inlay toolpaths, plus gives you the ability to create designs with v-carving textures as well as import and machine unlimited Vectric 3D clipart or single model files. The 'Pro' edition gives you unlimited job and toolpath size, true shape nesting and job set-up sheets, ideally suited to a production environment.</description>
|
||||
<summary>CAM software for a CNC router.</summary>
|
||||
<releaseNotes />
|
||||
<copyright>© 2005-2019 Vectric Limited.</copyright>
|
||||
<tags>router cnc shopbot</tags>
|
||||
<dependencies>
|
||||
<dependency id="vcredist2010" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="tools/**" target="tools" />
|
||||
</files>
|
||||
</package>
|
@ -2,8 +2,8 @@ $packageArgs = @{
|
||||
packageName = $env:ChocolateyPackageName
|
||||
FileType = 'exe'
|
||||
SilentArgs = '/S'
|
||||
File64 = '\\ucs\software\VCarveProTrialEditionV11016_Setup.exe'
|
||||
Checksum64 = '86d2f570d4238b1c930021aae52e4f6d63e9d24cad8ade1044369595411cbfa8'
|
||||
File64 = '\\ucs\software\VCarveProTrialEditionV11015_Setup.exe'
|
||||
Checksum64 = '1088a6b21d6df5edecc7ac2a67b3866be5faf3c600c561404ebfe448a16bbc31'
|
||||
ChecksumType64 = 'sha256'
|
||||
ValidExitCodes = @(0, 1223)
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-trial-11.0</id>
|
||||
<version>1.6</version>
|
||||
<version>1.5</version>
|
||||
<title>VCarve Pro Trial</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
||||
|
Loading…
x
Reference in New Issue
Block a user