Skip to content

Commit

Permalink
Update icon urls for SQL packages
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 17, 2022
1 parent 87e8f19 commit 6a4af95
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
14 changes: 12 additions & 2 deletions sql-server-express-adv/sql-server-express-adv.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@
<owners>flcdrg</owners>
<summary>Installs SQL Server 2022 Express Advanced database engine.</summary>
<description>
Experience the full feature set of SQL Server Express. This package contains the Database Engine, Reporting Services, and Full Text Search features.
SQL Server 2022 Express is a free edition of SQL Server, ideal for development and production for desktop, web, and small server applications.

SQL Server 2022 (16.x) Express edition is the entry-level, free database and is ideal for learning and building desktop and small server data-driven applications. It is the best choice for independent software vendors, developers, and hobbyists building client applications. If you need more advanced database features, SQL Server Express can be seamlessly upgraded to other higher end versions of SQL Server. SQL Server Express LocalDB is a lightweight version of Express that has all of its programmability features, runs in user mode and has a fast, zero-configuration installation and a short list of prerequisites.

Experience the full feature set of SQL Server Express. This package contains the Database Engine, Reporting Services, and Full Text Search features.

### Package Specific

Be aware that the way SQL Express is installed by this package does not allow for upgrades between major versions of SQL Server.

A workaround would be to uninstall the existing version and then install the latest version, then manually reattach any databases.
</description>
<projectUrl>https://www.microsoft.com/en-us/sql-server/sql-server-downloads</projectUrl>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-express-adv</packageSourceUrl>
Expand All @@ -18,7 +28,7 @@
<copyright>2022 Microsoft Corporation</copyright>
<licenseUrl>https://www.microsoft.com/en-us/sql-server/sql-server-2022-pricing</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<iconUrl>https://rawcdn.githack.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<releaseNotes>https://learn.microsoft.com/en-us/sql/sql-server/sql-server-2022-release-notes?view=sql-server-ver16</releaseNotes>
</metadata>
<files>
Expand Down
8 changes: 7 additions & 1 deletion sql-server-express/sql-server-express.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@
SQL Server 2022 Express is a free edition of SQL Server, ideal for development and production for desktop, web, and small server applications.

SQL Server 2022 (16.x) Express edition is the entry-level, free database and is ideal for learning and building desktop and small server data-driven applications. It is the best choice for independent software vendors, developers, and hobbyists building client applications. If you need more advanced database features, SQL Server Express can be seamlessly upgraded to other higher end versions of SQL Server. SQL Server Express LocalDB is a lightweight version of Express that has all of its programmability features, runs in user mode and has a fast, zero-configuration installation and a short list of prerequisites.

### Package Specific

Be aware that the way SQL Express is installed by this package does not allow for upgrades between major versions of SQL Server.

A workaround would be to uninstall the existing version and then install the latest version, then manually reattach any databases.
</description>
<projectUrl>https://www.microsoft.com/en-us/sql-server/sql-server-downloads</projectUrl>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/sql-server-express</packageSourceUrl>
<tags>sql server express admin 2022 express</tags>
<copyright>2022 Microsoft Corporation</copyright>
<licenseUrl>https://www.microsoft.com/en-us/sql-server/sql-server-2022-pricing</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<iconUrl>https://rawcdn.githack.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<docsUrl>https://docs.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver16</docsUrl>
<releaseNotes>https://learn.microsoft.com/en-us/sql/sql-server/sql-server-2022-release-notes?view=sql-server-ver16</releaseNotes>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion sql-server/sql-server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ downloaded to the downloads folder of the current user otherwise.
<copyright>2016</copyright>
<licenseUrl>http://download.microsoft.com/download/F/D/5/FD5E5C28-6973-4273-8737-D69AA3BEA243/SQL_Server_2016_Licensing_Datasheet_EN_US.pdf</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<iconUrl>https://rawcdn.githack.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<dependencies>
<dependency id="vcredist2013" version="12.0.30501.20150616" />
<dependency id="KB2919355" version="1.0.20160719" />
Expand Down
2 changes: 1 addition & 1 deletion sqllocaldb/sqllocaldb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Microsoft SQL Server Express LocalDB is a feature of [SQL Server Express](https:

**LocalDB** installation copies a minimal set of files necessary to start the SQL Server Database Engine. Once LocalDB is installed, you can initiate a connection using a special connection string. When connecting, the necessary SQL Server infrastructure is automatically created and started, enabling the application to use the database without complex configuration tasks. Developer Tools can provide developers with a SQL Server Database Engine that lets them write and test Transact-SQL code without having to manage a full server instance of SQL Server.
</description>
<iconUrl>https://cdn.rawgit.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<iconUrl>https://rawcdn.githack.com/ferventcoder/chocolatey-packages/59ad5e2e32c52fd2a45a9735f95a81368f9e5e85/icons/microsoft-sql-server.svg</iconUrl>
<docsUrl>https://docs.microsoft.com/en-us/sql/tools/sqllocaldb-utility</docsUrl>
</metadata>
<files>
Expand Down

0 comments on commit 6a4af95

Please sign in to comment.