From 4b6412dec9922e6f9af17b0b6fb49d856972566c Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Thu, 5 Dec 2019 10:39:30 -0800 Subject: [PATCH] Update readme and versions for release (#1521) * update versions for release * add more context for reduced size --- README.md | 16 +++++++++++++++- package.json | 2 +- src/configurations/production.config.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c9a5aa3a..57da15ce3 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,20 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP, demo +## Version 1.8.0 +* Release date: December 9, 2019 +* Release status: GA + +## What's new in 1.8.0 +* Added support for scripting context menu actions on the Object Explorer +* Added support for adding a new firewall rule to a server +* Separate database connections from server connections +* Reduced extension size from 10 MB to 6MB +* Open pinned doc when starting a new query +* Fixed scrolling and heights for multiple result sets +* Fixed using correct database for new query from Object Explorer +* Fixed results font size from settings not respected + ## Version 1.7.1 * Release date: November 11, 2019 * Release status: GA @@ -288,7 +302,7 @@ See [customize options] and [manage connection profiles] for more details. ``` ## Change Log -The current version is ```1.6.0```. See the [change log] for a detailed list of changes in each version. +The current version is ```1.8.0```. See the [change log] for a detailed list of changes in each version. ## Supported Operating Systems diff --git a/package.json b/package.json index 0d20d2d4a..71f35bb73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mssql", "displayName": "SQL Server (mssql)", - "version": "1.7.1", + "version": "1.8.0", "description": "Develop Microsoft SQL Server, Azure SQL Database and SQL Data Warehouse everywhere", "publisher": "ms-mssql", "preview": false, diff --git a/src/configurations/production.config.json b/src/configurations/production.config.json index 28fceec11..c94341a0e 100644 --- a/src/configurations/production.config.json +++ b/src/configurations/production.config.json @@ -1,7 +1,7 @@ { "service": { "downloadUrl": "https://download.microsoft.com/download/c/2/f/c9857f58-e569-4677-ad24-f180e83a8252/microsoft.sqltools.servicelayer-{#fileName#}", - "version": "1.7.1", + "version": "1.8.0", "downloadFileNames": { "Windows_7_86": "win-x86-netcoreapp2.2.zip", "Windows_7_64": "win-x64-netcoreapp2.2.zip",