Skip to content

Commit

Permalink
Bump SQL Tools version to 1.4.0-alpha.18 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram committed Apr 5, 2018
1 parent a680a2a commit 7e49167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/mssql/src/config.json
@@ -1,6 +1,6 @@
{
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
"version": "1.4.0-alpha.17",
"version": "1.4.0-alpha.18",
"downloadFileNames": {
"Windows_86": "win-x86-netcoreapp2.0.zip",
"Windows_64": "win-x64-netcoreapp2.0.zip",
Expand Down
2 changes: 1 addition & 1 deletion src/sql/workbench/update/releaseNotes.ts
Expand Up @@ -76,7 +76,7 @@ export class ProductContribution implements IWorkbenchContribution {

notificationService.notify({
severity: Severity.Info,
message: nls.localize('read the release notes', "Welcome to {0} March Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version),
message: nls.localize('read the release notes', "Welcome to {0} April Public Preview! Would you like to view the Getting Started Guide?", product.nameLong, pkg.version),
actions
});
});
Expand Down

0 comments on commit 7e49167

Please sign in to comment.