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-server veeam-service-provider-console-ssp-agent-service veeam-service-provider-console-ssp-agent-webui veeam-service-provider-console-webui

[skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/3032795bdd7496778e5f24335afb91ecef61fe10
  • Loading branch information
mkevenaar committed May 29, 2024
1 parent b38e25e commit 3e0dee9
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 25 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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 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_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 Down Expand Up @@ -79,7 +79,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- 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="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-iso" version="[8.0.0.20240516]" />
<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_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 Down Expand Up @@ -64,8 +64,8 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- 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="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-connectwise-manage-service" version="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-iso" version="[8.0.0.20240516]" />
<dependency id="veeam-service-provider-console-connectwise-manage-service" version="[8.0.0.20240516]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
</dependencies>

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

$headers = @{
Expand All @@ -10,11 +10,11 @@ $options =
Headers = $headers
}

$url = 'https://download2.veeam.com/VSPC/v8/VeeamServiceProviderConsole_8.0.0.19236_20240426.iso'
$checksum = '227c23193f2c6eda03c5521eaef8bc74da62bae165c030423d70ad88360173fa'
$url = 'https://download2.veeam.com/VSPC/v8/VeeamServiceProviderConsole_8.0.0.19552_20240516.iso'
$checksum = 'cb714707912c55de6f5567b49da77671202ad8fa661122f71f3bfabc7930a858'
$checksumType = 'sha256'

$filename = 'VeeamServiceProviderConsole_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 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_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 Down Expand Up @@ -80,7 +80,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- 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="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-iso" version="[8.0.0.20240516]" />
<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_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 Down Expand Up @@ -75,7 +75,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- 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="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-iso" version="[8.0.0.20240516]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
<dependency id="dotnet-6.0-runtime" version="6.0.24" />
</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_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 Down Expand Up @@ -76,7 +76,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- 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="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-iso" version="[8.0.0.20240516]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
<dependency id="dotnet-windowshosting" version="6.0.24" />
<dependency id="dotnet-runtime" version="6.0.24" />
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_8.0.0.19236_20240426.iso'
$filename = 'VeeamServiceProviderConsole_8.0.0.19552_20240516.iso'
$installPath = Join-Path (Join-Path $commonPath $isoPackageName) $filename

$fileLocation = 'WebUI\VAC.WebUI.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>8.0.0.20240426</version>
<version>8.0.0.20240516</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 Down Expand Up @@ -81,7 +81,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- 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="[8.0.0.20240426]" />
<dependency id="veeam-service-provider-console-iso" version="[8.0.0.20240516]" />
<dependency id="chocolatey-isomount.extension" version="1.0" />
<dependency id="DotNet4.7.2" />
<dependency id="vcredist140" />
Expand Down

0 comments on commit 3e0dee9

Please sign in to comment.