* Branding for version 2.2.0

Bumping to a new major version considering the stabilization of the new dotnet find path API.

* Update vscode-dotnet-runtime-extension/CHANGELOG.md
This commit is contained in:
Noah Gilson 2024-10-07 13:19:31 -07:00 коммит произвёл GitHub
Родитель 1cd3b7b2f5
Коммит 389f40e290
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 12 добавлений и 6 удалений

2
sample/package-lock.json сгенерированный
Просмотреть файл

@ -33,7 +33,7 @@
},
"../vscode-dotnet-runtime-extension": {
"name": "vscode-dotnet-runtime",
"version": "2.1.7",
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"@types/chai-as-promised": "^7.1.8",

Просмотреть файл

@ -1830,7 +1830,7 @@ util-deprecate@^1.0.1:
fsevents "^2.3.3"
"vscode-dotnet-runtime@file:../vscode-dotnet-runtime-extension":
version "2.1.7"
version "2.2.0"
resolved "file:../vscode-dotnet-runtime-extension"
dependencies:
"@types/chai-as-promised" "^7.1.8"

Просмотреть файл

@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning].
## [Unreleased]
## [2.1.7] - 2024-09-31
## [2.2.0] - 2024-10-15
Adds ability to install the runtime via the `package.json` file of an extension. See the documentation/commands.md section.
Fixes an issue parsing other regional characters with the dotnet.findPath() API.
## [2.1.7] - 2024-09-30
Adds the API dotnet.findPath() to see if there's an existing .NET installation on the PATH.

4
vscode-dotnet-runtime-extension/package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "vscode-dotnet-runtime",
"version": "2.1.7",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-dotnet-runtime",
"version": "2.1.7",
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"@types/chai-as-promised": "^7.1.8",

Просмотреть файл

@ -13,7 +13,7 @@
"description": "This extension installs and manages different versions of the .NET SDK and Runtime.",
"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",
"icon": "images/dotnetIcon.png",
"version": "2.1.7",
"version": "2.2.0",
"publisher": "ms-dotnettools",
"engines": {
"vscode": "^1.81.1"