From 50261827f318e2f401537ce7c36277c32d120587 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 20 Aug 2024 16:25:38 -0700 Subject: [PATCH] 2.1.6 branding (#1931) --- sample/yarn.lock | 2 +- vscode-dotnet-runtime-extension/CHANGELOG.md | 6 +++++- vscode-dotnet-runtime-extension/package-lock.json | 4 ++-- vscode-dotnet-runtime-extension/package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sample/yarn.lock b/sample/yarn.lock index 32c71b78c3..5a72c79659 100644 --- a/sample/yarn.lock +++ b/sample/yarn.lock @@ -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" diff --git a/vscode-dotnet-runtime-extension/CHANGELOG.md b/vscode-dotnet-runtime-extension/CHANGELOG.md index e15417a221..748bbc7941 100644 --- a/vscode-dotnet-runtime-extension/CHANGELOG.md +++ b/vscode-dotnet-runtime-extension/CHANGELOG.md @@ -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. diff --git a/vscode-dotnet-runtime-extension/package-lock.json b/vscode-dotnet-runtime-extension/package-lock.json index ae33ff369e..2922f98359 100644 --- a/vscode-dotnet-runtime-extension/package-lock.json +++ b/vscode-dotnet-runtime-extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-dotnet-runtime", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-dotnet-runtime", - "version": "2.1.5", + "version": "2.1.6", "license": "MIT", "dependencies": { "@types/chai-as-promised": "^7.1.8", diff --git a/vscode-dotnet-runtime-extension/package.json b/vscode-dotnet-runtime-extension/package.json index d5237f1196..8e013fb223 100644 --- a/vscode-dotnet-runtime-extension/package.json +++ b/vscode-dotnet-runtime-extension/package.json @@ -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"