Skip to content

Commit

Permalink
visualstudio2017*: update bootstrapper url, version, extension versio…
Browse files Browse the repository at this point in the history
…n and release notes

GitHub-Issue: GH-10
  • Loading branch information
jberezanski committed May 15, 2018
1 parent e164050 commit 7dc56c1
Show file tree
Hide file tree
Showing 18 changed files with 88 additions and 56 deletions.
4 changes: 2 additions & 2 deletions visualstudio2017buildtools/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017buildtools' `
-ApplicationName 'Microsoft Visual Studio Build Tools 2017' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12135701/e64d79b40219aea618ce2fe10ebd5f0d/vs_BuildTools.exe' `
-Checksum 'AB8E117C234D34B7293B68242D2349808C3B954562D2DBCD203194A0611D2D32' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221253/e64d79b40219aea618ce2fe10ebd5f0d/vs_BuildTools.exe' `
-Checksum 'E248C6E1AE040B1A6CE3753DCA04C77CDA09B086858FA9293B0BF207C25BE1A1' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'BuildTools' `
Expand Down
8 changes: 5 additions & 3 deletions visualstudio2017buildtools/visualstudio2017buildtools.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>visualstudio2017buildtools</id>
<version>15.6.7.0-rc2</version>
<version>15.7.1.0-rc2</version>
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/visualstudio2017buildtools</packageSourceUrl>
<owners>jberezanski</owners>
<title>Visual Studio 2017 Build Tools</title>
Expand Down Expand Up @@ -52,11 +52,13 @@ If control over reboots is required, it is advisable to install the dependencies
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.6.7.0:
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.6.7 (the native installer always installs the latest released Visual Studio 2017 build).
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Added a link to the .NET Core Build Tools workload package.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017community/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017community' `
-ApplicationName 'Microsoft Visual Studio Community 2017' `
-Url 'https://download.microsoft.com/download/5/2/1/521C52A7-EFCC-46CE-A890-4F317732ABA3/vs_Community.exe' `
-Checksum 'A964FA078C0FA9115001302FF80D8119995814B58322646A46C4F3B894479471' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221239/045b56eb413191d03850ecc425172a7d/vs_Community.exe' `
-Checksum '0150FA772D56C1DC5D5BBEAA900450FEF619D729DD19C8FFB70C975CF3DA8719' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'Community' `
Expand Down
15 changes: 9 additions & 6 deletions visualstudio2017community/visualstudio2017community.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>visualstudio2017community</id>
<version>15.2.26430.20170605</version>
<version>15.7.1.0-rc2</version>
<packageSourceUrl>https://github.com/jberezanski/ChocolateyPackages/tree/master/visualstudio2017community</packageSourceUrl>
<owners>Jivko Kolev,jberezanski</owners>
<title>Visual Studio 2017 Community</title>
Expand Down Expand Up @@ -62,13 +62,16 @@ If control over reboots is required, please install the dependencies (like dotne
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
- Fixed issues on some OS languages caused by nonstandard whitespace in install script.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB3033929" version="1.0.0" />
<dependency id="KB2919355" version="1.0.20160915" />
<dependency id="KB2999226" version="1.0.20161201" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017enterprise/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017enterprise' `
-ApplicationName 'Microsoft Visual Studio Enterprise 2017' `
-Url 'https://download.microsoft.com/download/A/A/3/AA372A6A-C137-474D-95B6-865AF23DF0E1/vs_Enterprise.exe' `
-Checksum 'C97815A46F637B693E2C827D101A56846F4A2509ECB2B3CF88E7AFAFEEDADEDA' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221250/52257ee3e96d6e07313e41ad155b155a/vs_Enterprise.exe' `
-Checksum '2931CB735697EEA0A6675E6EC11CCA22A4F90D44A396A3995D9D7B436706F27C' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'Enterprise' `
Expand Down
12 changes: 8 additions & 4 deletions visualstudio2017enterprise/visualstudio2017enterprise.nuspec
Expand Up @@ -65,12 +65,16 @@ If control over reboots is required, it is advisable to install the dependencies
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB3033929" version="1.0.0" /> <!-- for Win7 SP1/2008R2-->
<dependency id="KB2919355" version="1.0.20160915" /> <!-- for Win8.1/2012R2 -->
<dependency id="KB2999226" version="1.0.20161201" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017feedbackclient/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017feedbackclient' `
-ApplicationName 'Microsoft Visual Studio Feedback Client 2017' `
-Url 'https://download.microsoft.com/download/D/4/4/D4444368-C717-4BD5-A09A-3AB8EA918A9E/vs_FeedbackClient.exe' `
-Checksum '75BC8FFF0E22340B5845370BB36F9B50B9A6E2D72FC263516A4BB171CF757DEC' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221225/2af7f1d290b30a522b94ff24d47d6fd9/vs_FeedbackClient.exe' `
-Checksum 'A2023C4B2E6720EB9CFE057A65D532F8601BF59DFA4A3DB57A8ED758B1066B2C' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'FeedbackClient' `
Expand Down
Expand Up @@ -47,12 +47,16 @@ If control over reboots is required, it is advisable to install the dependencies
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB2919355" version="1.0.20160915" /> <!-- for Win8.1/2012R2 -->
<dependency id="dotnet4.6.1" version="4.6.01055.20161213" />
<dependency id="visualstudio2017-installer" version="1.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017professional/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017professional' `
-ApplicationName 'Microsoft Visual Studio Professional 2017' `
-Url 'https://download.microsoft.com/download/C/5/0/C5092724-4FFE-4DD3-9EE7-0AE31BF17620/vs_Professional.exe' `
-Checksum 'EB4FC0A0C9C55AFDF86CF4D53625A41F554A4A49A7EDCAC6C9CFDFDC34FE1722' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221227/14dd70405e8244481b35017b9a562edd/vs_Professional.exe' `
-Checksum '9B86295999CC1A5E13E7E863152C85DBF668E780509D411FB929BE86226D6FDC' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'Professional' `
Expand Down
13 changes: 8 additions & 5 deletions visualstudio2017professional/visualstudio2017professional.nuspec
Expand Up @@ -63,13 +63,16 @@ If control over reboots is required, please install the dependencies (like dotne
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
- Fixed issues on some OS languages caused by nonstandard whitespace in install script.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB3033929" version="1.0.0" />
<dependency id="KB2919355" version="1.0.20160915" />
<dependency id="KB2999226" version="1.0.20161201" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017teamexplorer/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017teamexplorer' `
-ApplicationName 'Microsoft Visual Studio Team Explorer 2017' `
-Url 'https://download.microsoft.com/download/F/A/4/FA4E97C5-C37D-4B9F-AA88-7FF9B67E0E80/vs_TeamExplorer.exe' `
-Checksum '6AA9F385124FBB75B4A23E076769257FACDF9593B78CE54CAFBE17398B8BAD6B' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221238/d4a282d42464bb63ac06d7c2ecd3d0f8/vs_TeamExplorer.exe' `
-Checksum '9CDD09FB5DF1CDDB20A83AA2CE69910C9335821C48959A863A152943CDB99B05' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'TeamExplorer' `
Expand Down
12 changes: 8 additions & 4 deletions visualstudio2017teamexplorer/visualstudio2017teamexplorer.nuspec
Expand Up @@ -45,12 +45,16 @@ If control over reboots is required, it is advisable to install the dependencies
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB2919355" version="1.0.20160915" /> <!-- for Win8.1/2012R2 -->
<dependency id="dotnet4.6.1" version="4.6.01055.20161213" />
<dependency id="visualstudio2017-installer" version="1.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017testagent/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017testagent' `
-ApplicationName 'Microsoft Visual Studio Test Agent 2017' `
-Url 'https://download.microsoft.com/download/B/C/2/BC222F87-4D85-4EF0-9C83-E5E1F7D2EA75/vs_TestAgent.exe' `
-Checksum 'B68A5048A63EEF39ACC074646D79F7C16B5A948336BF120A07FA94FF6847E163' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221218/8a386d27295953ee79281fd1f1832e2d/vs_TestAgent.exe' `
-Checksum 'E5A9CDCC3341F887226028BDD015622299E509986876A7C9C9FB2AAEEF65CE23' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'TestAgent' `
Expand Down
12 changes: 8 additions & 4 deletions visualstudio2017testagent/visualstudio2017testagent.nuspec
Expand Up @@ -45,12 +45,16 @@ If control over reboots is required, it is advisable to install the dependencies
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB2919355" version="1.0.20160915" /> <!-- for Win8.1/2012R2 -->
<dependency id="vcredist2017" version="14.10.25008.0" />
<dependency id="dotnet4.6.1" version="4.6.01055.20161213" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017testcontroller/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017testcontroller' `
-ApplicationName 'Microsoft Visual Studio Test Controller 2017' `
-Url 'https://download.microsoft.com/download/8/1/9/819B1892-8D12-425F-B677-916E924A7948/vs_TestController.exe' `
-Checksum '251385994C4253FD7237351123E4BF007EDD13E320C2D7566A2AE52CCF7318E4' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221241/c1cad7e6f41a28cfec1800154f70b8fc/vs_TestController.exe' `
-Checksum '6DCA3B25A42F25585B48996CD7493FF8805F6C548F50C68ED6446EF653354E25' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'TestController' `
Expand Down
Expand Up @@ -45,12 +45,16 @@ If control over reboots is required, it is advisable to install the dependencies
##### Software
[Visual Studio 2017 release notes](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes)
##### Package
15.2.26430.20170605:
- Package metadata updated for Visual Studio 2017 version 15.2.26430.12 (the native installer always installs the latest released Visual Studio 2017 build).
- To avoid problems with upgrade, installation is skipped if the product is already installed.
15.7.1.0:
- Package versioning scheme changed to reflect official Visual Studio release numbers instead of file versions.
- Package metadata updated for Visual Studio 2017 version 15.7.1 (the native installer always installs the latest released Visual Studio 2017 build).
- Updated bootstrapper url.
- Updated chocolatey-visualstudio.extension dependency version to take advantage of reliability and functionality improvements.
- Opted out of Chocolatey auto uninstaller feature in order to prevent premature removal of shared Visual Studio components.
- Upgrade of existing installations is now enabled.
</releaseNotes>
<dependencies>
<dependency id="chocolatey-visualstudio.extension" version="1.4.0" />
<dependency id="chocolatey-visualstudio.extension" version="1.7.0-rc2" />
<dependency id="KB2919355" version="1.0.20160915" /> <!-- for Win8.1/2012R2 -->
<dependency id="vcredist2017" version="14.10.25008.0" />
<dependency id="dotnet4.6.1" version="4.6.01055.20161213" />
Expand Down
4 changes: 2 additions & 2 deletions visualstudio2017testprofessional/tools/ChocolateyInstall.ps1
@@ -1,8 +1,8 @@
Install-VisualStudio `
-PackageName 'visualstudio2017testprofessional' `
-ApplicationName 'Microsoft Visual Studio Test Professional 2017' `
-Url 'https://download.microsoft.com/download/8/6/F/86F52AAB-5DAE-41DD-8A44-E9766F96177C/vs_TestProfessional.exe' `
-Checksum '05CD0B2C2CAEA9FC110229D26C59A3E9B19A12D2F403C9C94B778F64BCF22CF0' `
-Url 'https://download.visualstudio.microsoft.com/download/pr/12221220/cc91e5e28027f741fc369a358b24807e/vs_TestProfessional.exe' `
-Checksum 'F9C5A55B1CAA292A4E2A3CD6C92B5828B500B153240428059B29FC4E23E84C5D' `
-ChecksumType 'SHA256' `
-InstallerTechnology 'WillowVS2017OrLater' `
-Product 'TestProfessional' `
Expand Down

0 comments on commit 7dc56c1

Please sign in to comment.