Skip to content

Commit 8e319bb

Browse files
authored
Bump SQL Tools Service version (#18043)
* bumping STS * bumping again * updating strings
1 parent 6ccec0f commit 8e319bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

localization/l10n/bundle.l10n.json

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999
"Move Up": "Move Up",
100100
"Move Down": "Move Down",
101101
"Delete": "Delete",
102+
"Error loading designer": "Error loading designer",
103+
"Retry": "Retry",
104+
"Loading table designer": "Loading table designer",
102105
"Results": "Results",
103106
"Messages": "Messages",
104107
"Timestamp": "Timestamp",

src/configurations/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"service": {
33
"downloadUrl": "https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
4-
"version": "5.0.20240823.2",
4+
"version": "5.0.20240918.1",
55
"downloadFileNames": {
66
"Windows_86": "win-x86-net8.0.zip",
77
"Windows_64": "win-x64-net8.0.zip",

0 commit comments

Comments
 (0)