Skip to content

Commit

Permalink
2.1.6 branding (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagilson authored Aug 20, 2024
1 parent d57a31f commit 5026182
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -1830,7 +1830,7 @@ util-deprecate@^1.0.1:
fsevents "^2.3.3"

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

## [Unreleased]

## [2.1.5] - 2024-09-05
## [2.1.6] - 2024-09-05

Minor bug fixes.

## [2.1.5] - 2024-09-05

Fixes an issue when the .NET Installer cannot be found and returns an undefined error.

## [2.1.4] - 2024-08-19

Publish a new version due to VS Marketplace Outage issue.
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.1.5",
"version": "2.1.6",
"publisher": "ms-dotnettools",
"engines": {
"vscode": "^1.81.1"
Expand Down

0 comments on commit 5026182

Please sign in to comment.