Skip to content

Commit

Permalink
2.0.6 branding (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Jun 10, 2024
1 parent 90a71c7 commit 30beed1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@

"vscode-dotnet-runtime@file:../vscode-dotnet-runtime-extension":
"resolved" "file:../vscode-dotnet-runtime-extension"
"version" "2.0.5"
"version" "2.0.6"
dependencies:
"@types/chai-as-promised" "^7.1.8"
"axios" "^1.3.4"
Expand Down
8 changes: 7 additions & 1 deletion vscode-dotnet-runtime-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

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

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

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

Adds reportable SBOMs.
Upgrades Axios Cache Interceptor with a patch for n[r].split errors.
Improves error reporting.
Improves Distro Json Schema file.
Fix bug installing the .NET SDK when the machine has a different display language besides English.

# [2.0.5] - 2024-05-07

Includes some minor bug fixes and error message improvements.
Expand Down
4 changes: 2 additions & 2 deletions vscode-dotnet-runtime-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-dotnet-runtime-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "This extension installs and manages different versions of the .NET SDK and Runtime.",
"appInsightsKey": "02dc18e0-7494-43b2-b2a3-18ada5fcb522",
"icon": "images/dotnetIcon.png",
"version": "2.0.5",
"version": "2.0.6",
"publisher": "ms-dotnettools",
"engines": {
"vscode": "^1.74.0"
Expand Down

0 comments on commit 30beed1

Please sign in to comment.