Skip to content

Commit

Permalink
AU: 8 updated - veeam-service-provider-console-connectwise-automate-p…
Browse files Browse the repository at this point in the history
…lugin veeam-service-provider-console-connectwise-manage-service veeam-service-provider-console-connectwise-manage-webui veeam-service-provider-console-iso veeam-service-provider-console-self-service-portal-agent-service veeam-service-provider-console-self-service-portal-agent-webui veeam-service-provider-console-server veeam-service-provider-console-webui

[skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/383664dec73e4fcd56572744d6135837876cc7f4
  • Loading branch information
mkevenaar committed Feb 26, 2023
1 parent b4618f5 commit 38a4ed6
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.0.0.7739</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-connectwise-automate-plugin veeam-service-provider-console vspc veeam connectwise admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-connectwise-automate-plugin</packageSourceUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$isoPackageName = 'veeam-service-provider-console-iso'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'Plugins\ConnectWise\Manage\VAC.ConnectorService.x64.msi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.0.0.7739</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-connectwise-manage-service veeam-service-provider-console vspc veeam connectwise admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-connectwise-manage-service</packageSourceUrl>
Expand Down Expand Up @@ -79,7 +79,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="veeam-service-provider-console-iso" version="[6.0.0.7739]" />
<dependency id="veeam-service-provider-console-iso" version="[7.0.0.12777]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$isoPackageName = 'veeam-service-provider-console-iso'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'Plugins\ConnectWise\Manage\VAC.ConnectorWebUI.x64.msi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.0.0.7739</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-connectwise-manage-webui veeam-service-provider-console vspc veeam connectwise admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-connectwise-manage-webui</packageSourceUrl>
Expand All @@ -64,8 +64,8 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="veeam-service-provider-console-iso" version="[6.0.0.7739]" />
<dependency id="veeam-service-provider-console-connectwise-manage-service" version="[6.0.0.7739]" />
<dependency id="veeam-service-provider-console-iso" version="[7.0.0.12777]" />
<dependency id="veeam-service-provider-console-connectwise-manage-service" version="[7.0.0.12777]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';
$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://download2.veeam.com/VSPC/v6/VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$checksum = 'b0517903edcb06342baff1822f90bc81d76c4acf326c55efee9296b0504081bc'
$url = 'https://download2.veeam.com/VSPC/v7/VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$checksum = 'cc1a68ba4173c42f5636d46ddd55bd0fd13d9bc8e96a028907d5fcf0eb866985'
$checksumType = 'sha256'

$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$packagePath = $(Split-Path -parent $toolsDir)
$installPath = Join-Path $packagePath $filename

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.0.0.7739</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-iso veeam-service-provider-console vspc veeam admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-iso</packageSourceUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$isoPackageName = 'veeam-service-provider-console-iso'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'Plugins\VeeamAgent\FLRPortal\VSPC.VeeamAgentsSelfServicePortal.x64.msi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.0</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -40,7 +40,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-self-service-portal-agent-service veeam-service-provider-console vspc veeam admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-self-service-portal-agent-service</packageSourceUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$isoPackageName = 'veeam-service-provider-console-iso'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'Plugins\VeeamAgent\FLRPortal\VSPC.VeeamAgentsSelfServicePortalWebUI.x64.msi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.0</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -40,7 +40,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-self-service-portal-agent-webui veeam-service-provider-console vspc veeam admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-self-service-portal-agent-webui</packageSourceUrl>
Expand Down Expand Up @@ -76,7 +76,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="veeam-service-provider-console-iso" version="[6.0.0.7739]" />
<dependency id="veeam-service-provider-console-iso" version="[7.0.0.12777]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
<dependency id="dotnetcore-3.1-runtime" version="3.1.21" />
<dependency id="dotnetcore-3.1-aspnetruntime" version="3.1.21" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$isoPackageName = 'veeam-service-provider-console-iso'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'ApplicationServer\VAC.ApplicationServer.x64.msi'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>6.0.0.7739</version>
<version>7.0.0.12777</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -40,7 +40,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Veeam Software AG</copyright>
<tags>veeam-service-provider-console-application-server veeam-service-provider-console vspc veeam admin</tags>
<releaseNotes>https://www.veeam.com/vspc_6_0_release_notes_rn.pdf</releaseNotes>
<releaseNotes>https://www.veeam.com/vspc_7_0_release_notes_rn.pdf</releaseNotes>
<licenseUrl>https://www.veeam.com/eula.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/veeam-service-provider-console-server</packageSourceUrl>
Expand Down Expand Up @@ -80,7 +80,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="veeam-service-provider-console-iso" version="[6.0.0.7739]" />
<dependency id="veeam-service-provider-console-iso" version="[7.0.0.12777]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
<dependency id="DotNet4.7.2" />
<dependency id="vcredist140" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$isoPackageName = 'veeam-service-provider-console-iso'
$scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$commonPath = $(Split-Path -parent $(Split-Path -parent $scriptPath))
$filename = 'VeeamServiceProviderConsole_6.0.0.7739_20210917.iso'
$filename = 'VeeamServiceProviderConsole_7.0.0.12777_20230123.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'WebUI\VAC.WebUI.x64.msi'
Expand Down
Loading

0 comments on commit 38a4ed6

Please sign in to comment.