Skip to content

Commit 30beed1

Browse files
authored
2.0.6 branding (#1829)
1 parent 90a71c7 commit 30beed1

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

sample/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@
18321832

18331833
"vscode-dotnet-runtime@file:../vscode-dotnet-runtime-extension":
18341834
"resolved" "file:../vscode-dotnet-runtime-extension"
1835-
"version" "2.0.5"
1835+
"version" "2.0.6"
18361836
dependencies:
18371837
"@types/chai-as-promised" "^7.1.8"
18381838
"axios" "^1.3.4"

vscode-dotnet-runtime-extension/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10-
## [2.0.6] - Unreleased
10+
## [2.0.6] - 2024-06-10
1111

1212
Keeps track of which extensions manage which installs to allow for better cleanup of old runtimes and sdks.
1313

@@ -16,6 +16,12 @@ Fixes a bug with uninstall management where all .net installs would be removed i
1616
Fixes other book keeping code regarding .NET runtime and sdk installs.
1717
Improves storage mechanism to allow installing other types of runtimes in the future (aspnet, etc).
1818

19+
Adds reportable SBOMs.
20+
Upgrades Axios Cache Interceptor with a patch for n[r].split errors.
21+
Improves error reporting.
22+
Improves Distro Json Schema file.
23+
Fix bug installing the .NET SDK when the machine has a different display language besides English.
24+
1925
# [2.0.5] - 2024-05-07
2026

2127
Includes some minor bug fixes and error message improvements.

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotnet-runtime-extension/package.json

Lines changed: 1 addition & 1 deletion
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
"appInsightsKey": "02dc18e0-7494-43b2-b2a3-18ada5fcb522",
1515
"icon": "images/dotnetIcon.png",
16-
"version": "2.0.5",
16+
"version": "2.0.6",
1717
"publisher": "ms-dotnettools",
1818
"engines": {
1919
"vscode": "^1.74.0"

0 commit comments

Comments
 (0)