diff --git a/automatic/ssis-vs2019/ssis-vs2019.nuspec b/automatic/ssis-vs2019/ssis-vs2019.nuspec index 7c898e4..37d3ac6 100644 --- a/automatic/ssis-vs2019/ssis-vs2019.nuspec +++ b/automatic/ssis-vs2019/ssis-vs2019.nuspec @@ -3,7 +3,7 @@ ssis-vs2019 Microsoft SQL Server Integration Services Projects for Visual Studio 2019 - 4.1.2 + 4.2 Microsoft BBT Software AG https://marketplace.visualstudio.com/items?itemName=SSIS.SqlServerIntegrationServicesProjects diff --git a/automatic/ssis-vs2019/tools/ChocolateyInstall.ps1 b/automatic/ssis-vs2019/tools/ChocolateyInstall.ps1 index edd1446..81094e8 100644 --- a/automatic/ssis-vs2019/tools/ChocolateyInstall.ps1 +++ b/automatic/ssis-vs2019/tools/ChocolateyInstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ fileType = 'exe' silentArgs = "/quiet /log `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`"" validExitCodes= @(0) - url = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SSIS/vsextensions/SqlServerIntegrationServicesProjects/4.1.2/vspackage" - checksum = "1d0cc180f1b7fc5b91277bde12dd470a3997f996b463016df0c7e93158355141" + url = "https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SSIS/vsextensions/SqlServerIntegrationServicesProjects/4.2/vspackage" + checksum = "0d7a147e4f311e4261070699ce80812aee7e6f1f495bf1885be59c06b2757a00" checksumType = "sha256" }