From de1f5e1efb8f45b5a46e62de2b0d24269c952522 Mon Sep 17 00:00:00 2001 From: sajeetharan Date: Wed, 20 May 2026 17:21:36 +0530 Subject: [PATCH] Update version to 0.33.5 in documentation and manifest files --- README.md | 2 +- docs/INSTALLATION.md | 4 ++-- downloads/README.md | 2 +- preview-manifest.json | 9 +++++---- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8272407..f0b4c70 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Release files should be published from GitHub Releases and mirrored in `download Expected core artifact: -- `vscode-cosmosdb-0.33.3.vsix` +- `vscode-cosmosdb-0.33.5.vsix` See: diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 78c7206..c2aa183 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -7,11 +7,11 @@ This guide describes how private preview participants can install and validate t - Visual Studio Code `1.103+` (Stable or Insiders) - Azure account with access to an Azure Cosmos DB NoSQL account - GitHub Copilot and GitHub Copilot Chat enabled in VS Code -- Preview artifact: `vscode-cosmosdb-0.33.3.vsix` +- Preview artifact: `vscode-cosmosdb-0.33.5.vsix` ## 1. Install Preview VSIX -1. Download `vscode-cosmosdb-0.33.3.vsix` from the release page. +1. Download `vscode-cosmosdb-0.33.5.vsix` from the [release page](https://github.com/AzureCosmosDB/cosmosdb-vscode-ai-assistant-preview/releases/tag/untagged-47a45f8b45b5db8a6915). 2. Open VS Code. 3. Open Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+X`). 4. Select `...` -> `Install from VSIX...`. diff --git a/downloads/README.md b/downloads/README.md index d20c182..70d40f4 100644 --- a/downloads/README.md +++ b/downloads/README.md @@ -4,7 +4,7 @@ This folder tracks metadata and structure for private preview artifacts. ## Expected Artifact Naming -- `vscode-cosmosdb-0.33.3.vsix` +- `vscode-cosmosdb-0.33.5.vsix` ## Distribution Model diff --git a/preview-manifest.json b/preview-manifest.json index ba58c40..e11981e 100644 --- a/preview-manifest.json +++ b/preview-manifest.json @@ -1,12 +1,13 @@ { "previewName": "cosmosdb-vscode-ai-assistant-private-preview", "channel": "private-preview", - "version": "0.33.3", - "releaseDate": "2026-04-09", + "version": "0.33.5", + "releaseDate": "2026-05-20", + "releaseUrl": "https://github.com/AzureCosmosDB/cosmosdb-vscode-ai-assistant-preview/releases/tag/untagged-47a45f8b45b5db8a6915", "artifacts": [ { - "name": "vscode-cosmosdb-0.33.3.vsix", - "path": "downloads/vscode-cosmosdb-0.33.3.vsix", + "name": "vscode-cosmosdb-0.33.5.vsix", + "path": "downloads/vscode-cosmosdb-0.33.5.vsix", "sha256": "REPLACE_WITH_SHA256" } ],