Skip to content

Commit

Permalink
AU: 1 updated - ssis-vs2019
Browse files Browse the repository at this point in the history
  • Loading branch information
BBT Software AG committed May 20, 2019
1 parent c941e8e commit e6b2206
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
18 changes: 14 additions & 4 deletions automatic/ssis-vs2019/ssis-vs2019.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,29 @@
<metadata>
<id>ssis-vs2019</id>
<title>Microsoft SQL Server Integration Services Projects</title>
<version>0.0</version>
<version>3.0</version>
<authors>Microsoft</authors>
<owners>BBT Software AG</owners>
<projectUrl>https://marketplace.visualstudio.com/items?itemName=SSIS.SqlServerIntegrationServicesProjects</projectUrl>
<packageSourceUrl>https://github.com/bbtsoftware/chocolatey-packages/tree/master/automatic/ssis-vs2019</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/bbtsoftware/chocolatey-packages@74b0a3c4fe3e5ad5b896dd63f99a4edb346f8e21/icons/ssis-vs2019.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>This project may be used for building high performance data integration and workflow solutions, including extraction, transformation, and loading (ETL) operations for data warehousing.</summary>
<description>
This project may be used for building high performance data integration and workflow solutions, including extraction, transformation, and loading (ETL) operations for data warehousing.
<description><![CDATA[This project may be used for building high performance data integration and workflow solutions, including extraction, transformation, and loading (ETL) operations for data warehousing.
Visit https://techcommunity.microsoft.com/t5/SQL-Server-Integration-Services/bg-p/SSIS for the latest information, tips, news, and announcements about SSIS directly from the product team.
</description>
## Resources
### Official Resources
* [Project URL](https://marketplace.visualstudio.com/items?itemName=SSIS.SqlServerIntegrationServicesProjects)
* [SSDT for Visual Studio](https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt)
### Interesting websites & blog posts
* [Information, tips, news, and announcements about SSIS](https://techcommunity.microsoft.com/t5/SQL-Server-Integration-Services/bg-p/SSIS)
]]></description>
<tags>microsoft integration integration-services sql ssis ssis-vs2019 ssdt sql-server data-tools</tags>
<dependencies />
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ssis-vs2019/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $packageArgs = @{
fileType = 'exe'
silentArgs = "/quiet /log `"$env:TEMP\$env:ChocolateyPackageName.$env:ChocolateyPackageVersion.log`""
validExitCodes= @(0)
url = "update"
checksum = "update"
url = "https://ssis.gallerycdn.vsassets.io/extensions/ssis/sqlserverintegrationservicesprojects/3.0/1555036193942/Microsoft.DataTools.IntegrationServices.exe"
checksum = "f96d1152d442a9ffa46c02d71dbeaed4afc09a9a4b25564d4ab927fd1be1d38c"
checksumType = "sha256"
}

Expand Down

0 comments on commit e6b2206

Please sign in to comment.