Bump SQL Tools version to 1.4.0-alpha.18 (#1075)

This commit is contained in:
Karl Burtram
2018-04-04 18:36:41 -07:00
committed by GitHub
parent a680a2a7dc
commit 7e49167530
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/v{#version#}/microsoft.sqltools.servicelayer-{#fileName#}", "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": { "downloadFileNames": {
"Windows_86": "win-x86-netcoreapp2.0.zip", "Windows_86": "win-x86-netcoreapp2.0.zip",
"Windows_64": "win-x64-netcoreapp2.0.zip", "Windows_64": "win-x64-netcoreapp2.0.zip",

View File

@@ -76,7 +76,7 @@ export class ProductContribution implements IWorkbenchContribution {
notificationService.notify({ notificationService.notify({
severity: Severity.Info, 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 actions
}); });
}); });