Skip to content

Commit

Permalink
Merge branch 'master' into codeCoverage/70
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Bist committed Dec 5, 2019
2 parents 59c6dc4 + 4b6412d commit 020a94b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -21,6 +21,20 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,

<img src="https://github.com/Microsoft/vscode-mssql/raw/master/images/mssql-demo.gif" alt="demo" style="width:480px;"/>

## 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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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,
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 020a94b

Please sign in to comment.