This commit is contained in:
Noah Gilson 2024-11-12 09:53:54 -08:00 коммит произвёл GitHub
Родитель 3a41cf0924
Коммит e74af1cd30
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 11 добавлений и 5 удалений

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

@ -7,7 +7,7 @@
"url": "https://github.com/dotnet/vscode-dotnet-runtime.git"
},
"license": "MIT",
"version": "2.2.2",
"version": "2.2.3",
"publisher": "ms-dotnettools",
"engines": {
"vscode": "^1.75.0"

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

@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning].
## [Unreleased]
## [2.2.2] - ??
## [2.2.3] - 2024-11-16
The `dotnet.findPath` API supports the SDK mode and also adds the option to reject preview builds of .NET.
This API also now supports asking for a specific patch version of the runtime or a specific feature band of the SDK.
Several other improvements to this logic were implemented.
## [2.2.2] - 2024-10-30
Breaking change for the `dotnet.findPath` API - this API now always returns an `IDotnetAcquire` result instead of sometimes returning that object, and sometimes returning a `string`. Fixes the API to scan versions of .NET 10 or above correctly.

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

@ -1,12 +1,12 @@
{
"name": "vscode-dotnet-runtime",
"version": "2.2.2",
"version": "2.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscode-dotnet-runtime",
"version": "2.2.2",
"version": "2.2.3",
"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.2.2",
"version": "2.2.3",
"publisher": "ms-dotnettools",
"engines": {
"vscode": "^1.81.1"