Skip to content

Commit de1f5e1

Browse files
committed
Update version to 0.33.5 in documentation and manifest files
1 parent 84b64b4 commit de1f5e1

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Release files should be published from GitHub Releases and mirrored in `download
4343

4444
Expected core artifact:
4545

46-
- `vscode-cosmosdb-0.33.3.vsix`
46+
- `vscode-cosmosdb-0.33.5.vsix`
4747

4848
See:
4949

docs/INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ This guide describes how private preview participants can install and validate t
77
- Visual Studio Code `1.103+` (Stable or Insiders)
88
- Azure account with access to an Azure Cosmos DB NoSQL account
99
- GitHub Copilot and GitHub Copilot Chat enabled in VS Code
10-
- Preview artifact: `vscode-cosmosdb-0.33.3.vsix`
10+
- Preview artifact: `vscode-cosmosdb-0.33.5.vsix`
1111

1212
## 1. Install Preview VSIX
1313

14-
1. Download `vscode-cosmosdb-0.33.3.vsix` from the release page.
14+
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).
1515
2. Open VS Code.
1616
3. Open Extensions view (`Ctrl+Shift+X` / `Cmd+Shift+X`).
1717
4. Select `...` -> `Install from VSIX...`.

downloads/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This folder tracks metadata and structure for private preview artifacts.
44

55
## Expected Artifact Naming
66

7-
- `vscode-cosmosdb-0.33.3.vsix`
7+
- `vscode-cosmosdb-0.33.5.vsix`
88

99
## Distribution Model
1010

preview-manifest.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"previewName": "cosmosdb-vscode-ai-assistant-private-preview",
33
"channel": "private-preview",
4-
"version": "0.33.3",
5-
"releaseDate": "2026-04-09",
4+
"version": "0.33.5",
5+
"releaseDate": "2026-05-20",
6+
"releaseUrl": "https://github.com/AzureCosmosDB/cosmosdb-vscode-ai-assistant-preview/releases/tag/untagged-47a45f8b45b5db8a6915",
67
"artifacts": [
78
{
8-
"name": "vscode-cosmosdb-0.33.3.vsix",
9-
"path": "downloads/vscode-cosmosdb-0.33.3.vsix",
9+
"name": "vscode-cosmosdb-0.33.5.vsix",
10+
"path": "downloads/vscode-cosmosdb-0.33.5.vsix",
1011
"sha256": "REPLACE_WITH_SHA256"
1112
}
1213
],

0 commit comments

Comments
 (0)