vBump extensions with updates to 1DS key (#21092)

* vBump extensions with updates to 1DS key

* Add import

* sql-assessment
This commit is contained in:
Charles Gagnon
2022-11-03 10:05:35 -07:00
committed by GitHub
parent fb05c4304e
commit ec03b3f4aa
10 changed files with 5 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
"name": "admin-tool-ext-win",
"displayName": "%adminToolExtWin.displayName%",
"description": "%adminToolExtWin.description%",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/extensions/admin-tool-ext-win/license/Azure%20Data%20Studio%20Extension%20-%20Standalone%20(free)%20Use%20Terms.txt",

View File

@@ -7,7 +7,6 @@
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
"engines": {
"vscode": "^1.25.0"
},

View File

@@ -7,7 +7,6 @@
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
"engines": {
"vscode": "*",
"azdata": "*"

View File

@@ -2,7 +2,7 @@
"name": "import",
"displayName": "SQL Server Import",
"description": "SQL Server Import for Azure Data Studio supports importing CSV or JSON files into SQL Server.",
"version": "1.5.1",
"version": "1.5.2",
"publisher": "Microsoft",
"preview": false,
"engines": {

View File

@@ -2,7 +2,6 @@
"name": "liveshare",
"version": "0.1.0",
"publisher": "Microsoft",
"aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
"activationEvents": [
"*"
],

View File

@@ -17,7 +17,6 @@
],
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extensionIcon.png",
"aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
"main": "./out/main",
"repository": {
"type": "git",

View File

@@ -7,7 +7,6 @@
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"aiKey": "29a207bb14f84905966a8f22524cb730-25407f35-11b6-4d4e-8114-ab9e843cb52f-7380",
"engines": {
"vscode": "0.10.x"
},

View File

@@ -2,7 +2,7 @@
"name": "query-history",
"displayName": "%queryHistory.displayName%",
"description": "%queryHistory.description%",
"version": "0.5.2",
"version": "0.5.3",
"publisher": "Microsoft",
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",

View File

@@ -2,7 +2,7 @@
"name": "sql-assessment",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.6.3",
"version": "0.6.4",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",

View File

@@ -2,7 +2,7 @@
"name": "sql-bindings-vscode",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "ms-mssql",
"preview": true,
"engines": {