diff --git a/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec b/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec index 907725164..1147948d2 100644 --- a/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec +++ b/automatic/barcode-to-pc-server/barcode-to-pc-server.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 3.9.0 + 3.10.0 Maurice Kevenaar diff --git a/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 b/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 index b6c0efa21..e20c31fe3 100644 --- a/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 +++ b/automatic/barcode-to-pc-server/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://github.com/fttx/barcode-to-pc-server/releases/download/v3.9.0/barcode-to-pc-server.v3.9.0.win.setup.exe' -$checksum32 = '6d8f26ce70c03c62872de6b64fdad3c74de80efbc4e97dfd9fe34a5bf8de7a44' +$url32 = 'https://github.com/fttx/barcode-to-pc-server/releases/download/v3.10.0/barcode-to-pc-server.v3.10.0.win.setup.exe' +$checksum32 = '3c8cf6839c858ce1e6ce1552dfad949ec6901293e8e64ea380886eeac8cbf18f' $checksumType32 = 'sha256' $packageArgs = @{