Skip to content

Commit ef5299b

Browse files
authored
bump version for next release (#2090)
1 parent 42b08e3 commit ef5299b

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/dotnet/vscode-dotnet-runtime.git"
88
},
99
"license": "MIT",
10-
"version": "2.2.5",
10+
"version": "2.2.6",
1111
"publisher": "ms-dotnettools",
1212
"engines": {
1313
"vscode": "^1.75.0"

sample/yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ uuid@^8.3.0:
22072207
fsevents "^2.3.3"
22082208

22092209
"vscode-dotnet-runtime@file:../vscode-dotnet-runtime-extension":
2210-
version "2.2.5"
2210+
version "2.2.6"
22112211
resolved "file:../vscode-dotnet-runtime-extension"
22122212
dependencies:
22132213
"@types/chai-as-promised" "^7.1.8"

vscode-dotnet-runtime-extension/CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10-
## [2.2.5] - 2025
10+
## [2.2.6] - 2025-1
1111

12+
Update CDNs to new domains for faster downloads.
13+
14+
## [2.2.5] - 2025-1-14
15+
16+
Collect server side network delay to evaluate CDN delivery times and proficiency.
1217

1318
## [2.2.4] - 2025-1-14
1419

15-
The `dotnet.findPath` API now can work even if VS Code provides incorrect information about the PATH by using other methods to detect the PATH outside of VS Code. Collect server side network delay to evaluate CDN delivery times and proficiency.
20+
The `dotnet.findPath` API now can work even if VS Code provides incorrect information about the PATH by using other methods to detect the PATH outside of VS Code.
1621

1722
## [2.2.3] - 2024-11-16
1823

vscode-dotnet-runtime-extension/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotnet-runtime-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"description": "This extension installs and manages different versions of the .NET SDK and Runtime.",
1414
"connectionString": "InstrumentationKey=02dc18e0-7494-43b2-b2a3-18ada5fcb522;IngestionEndpoint=https://westus2-0.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/;ApplicationId=e8e56970-a18a-4101-b7d1-1c5dd7c29eeb",
1515
"icon": "images/dotnetIcon.png",
16-
"version": "2.2.5",
16+
"version": "2.2.6",
1717
"publisher": "ms-dotnettools",
1818
"engines": {
1919
"vscode": "^1.81.1"

0 commit comments

Comments
 (0)