Rename VCarve packages to include major version
these can be installed in parallel, and are therefore essentially separate programs
This commit is contained in:
parent
ed50eba864
commit
bd33612803
@ -1,4 +1,4 @@
|
||||
$packageName = 'vcarve-pro-makerspace'
|
||||
$packageName = 'vcarve-pro-makerspace-10.5'
|
||||
$installerType = 'exe'
|
||||
$silentArgs = '/S'
|
||||
$url64 = '\\ucs\software\VCarveProMakerspaceEditionV10507_Setup.exe'
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-makerspace</id>
|
||||
<version>10.5.0.7</version>
|
||||
<id>vcarve-pro-makerspace-10.5</id>
|
||||
<version>0.7</version>
|
||||
<title>VCarve Pro Makerspace Edition</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
@ -1,4 +1,4 @@
|
||||
$packageName = 'vcarve-pro-trial'
|
||||
$packageName = 'vcarve-pro-trial-10.5'
|
||||
$installerType = 'exe'
|
||||
$silentArgs = '/S'
|
||||
$url64 = '\\ucs\software\VCarveProTrialEditionV10505_Setup.exe'
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>vcarve-pro-trial</id>
|
||||
<version>10.5.0.5</version>
|
||||
<id>vcarve-pro-trial-10.5</id>
|
||||
<version>0.5</version>
|
||||
<title>VCarve Pro Trial</title>
|
||||
<authors>Vectric Ltd</authors>
|
||||
<owners>Adam</owners>
|
Loading…
Reference in New Issue
Block a user