Skip to content

Commit

Permalink
Deprecate ssms package
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Oct 9, 2021
1 parent 214afb8 commit db9a799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 74 deletions.
15 changes: 4 additions & 11 deletions ssms/ssms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,24 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ssms</id>
<version>15.0.18386.0</version>
<version>15.0.18390.0</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/ssms</packageSourceUrl>
<owners>flcdrg</owners>
<title>SQL Server Management Studio 18.9.2</title>
<title>[Deprecated] SQL Server Management Studio</title>
<authors>Microsoft</authors>
<projectUrl>https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-ssms</projectUrl>
<iconUrl>https://rawcdn.githack.com/flcdrg/au-packages/ed266b63ad6adb86d35c355a86ba1ca74fe674d2/sql-server-management-studio/icons/ssms-icon.png</iconUrl>
<copyright>Microsoft 2019</copyright>
<licenseUrl>https://docs.microsoft.com/en-us/sql/ssms/sql-server-management-studio-license-terms</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<mailingListUrl>https://social.msdn.microsoft.com/forums/en-us/home?forum=sqltools</mailingListUrl>
<bugTrackerUrl>https://connect.microsoft.com/SQLServer/Feedback</bugTrackerUrl>
<tags>sql server management studio ssms admin</tags>
<summary>SQL Server Management Studio (SSMS) is an integrated environment for accessing, configuring, managing, administering, and developing all components of SQL Server</summary>
<description>
SQL Server Management Studio (SSMS) is an integrated environment for accessing, configuring, managing, administering, and developing all components of SQL Server. SSMS combines a broad group of
graphical tools with a number of rich script editors to provide developers and administrators of all skill levels access to SQL Server.

This package is an alias to the [sql-server-management-studio](https://community.chocolatey.org/packages/sql-server-management-studio) package.
</description>
<description>This package is deprecated in favor of [sql-server-management-studio](https://community.chocolatey.org/packages/sql-server-management-studio)</description>
<releaseNotes>https://docs.microsoft.com/en-au/sql/ssms/release-notes-ssms

If you have a preview versions of SSMS 18.0 installed, uninstall it and reboot before installing SSMS 18.0 GA.</releaseNotes>
<dependencies>
<dependency id="sql-server-management-studio" version="[15.0.18386.0]" />
<dependency id="sql-server-management-studio" version="15.0.18386.0" />
</dependencies>
</metadata>
<files>
Expand Down
63 changes: 0 additions & 63 deletions ssms/update.ps1

This file was deleted.

0 comments on commit db9a799

Please sign in to comment.