diff --git a/extensions/arc/README.md b/extensions/arc/README.md index eea2df9518..ec1fb957eb 100644 --- a/extensions/arc/README.md +++ b/extensions/arc/README.md @@ -2,7 +2,7 @@ Welcome to Microsoft Azure Arc Extension for Azure Data Studio! -**This extension is only applicable to customers in the Azure Arc data services private preview.** +**This extension is only applicable to customers in the Azure Arc data services public preview.** ## Overview diff --git a/extensions/arc/package.json b/extensions/arc/package.json index 5827681f42..711daae7cf 100644 --- a/extensions/arc/package.json +++ b/extensions/arc/package.json @@ -2,7 +2,7 @@ "name": "arc", "displayName": "%arc.displayName%", "description": "%arc.description%", - "version": "0.3.5", + "version": "0.4.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", diff --git a/extensions/azdata/README.md b/extensions/azdata/README.md index cdb5ee3e29..fadee9b62c 100644 --- a/extensions/azdata/README.md +++ b/extensions/azdata/README.md @@ -2,7 +2,7 @@ Welcome to Microsoft Azure Data CLI Extension for Azure Data Studio! -**This extension is only applicable to customers in the Azure Arc data services private preview. Other usage is not supported at this time.** +**This extension is only applicable to customers in the Azure Arc data services public preview. Other usage is not supported at this time.** ## Overview diff --git a/extensions/azdata/package.json b/extensions/azdata/package.json index 42062e1d11..3ad5edbb00 100644 --- a/extensions/azdata/package.json +++ b/extensions/azdata/package.json @@ -2,14 +2,14 @@ "name": "azdata", "displayName": "%azdata.displayName%", "description": "%azdata.description%", - "version": "0.1.2", + "version": "0.2.0", "publisher": "Microsoft", "preview": true, "license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt", "icon": "images/extension.png", "engines": { "vscode": "*", - "azdata": ">=1.20.0" + "azdata": ">=1.22.0" }, "activationEvents": [ "*"