Skip to content

Commit dd95b3e

Browse files
authored
2.3.5 Branding (#2268)
- No longer make it a pre-release version. - Fix the changelog. - Bump the versions
1 parent ffa91db commit dd95b3e

File tree

7 files changed

+3278
-3273
lines changed

7 files changed

+3278
-3273
lines changed

pipeline-templates/package-vsix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- bash: |
4343
npm i -g rimraf
4444
npm i -g @vscode/vsce
45-
vsce package -o $(package-name)-$(GetVersion.version).vsix --ignoreFile ../.vscodeignore --yarn --pre-release
45+
vsce package -o $(package-name)-$(GetVersion.version).vsix --ignoreFile ../.vscodeignore --yarn
4646
cp $(package-name)-$(GetVersion.version).vsix ../packages/$(package-name)-$(GetVersion.version).vsix
4747
displayName: 📦 Package Artifact
4848
workingDirectory: $(dir-name)

sample/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ uuid@^8.3.0:
23132313
fsevents "^2.3.3"
23142314

23152315
"vscode-dotnet-runtime@file:../vscode-dotnet-runtime-extension":
2316-
version "2.3.4"
2316+
version "2.3.5"
23172317
resolved "file:../vscode-dotnet-runtime-extension"
23182318
dependencies:
23192319
"@types/chai-as-promised" "^7.1.8"

vscode-dotnet-runtime-extension/CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,21 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10-
## [2.3.4] - 2025-5-5
11-
12-
RHEL now uses dnf over yum.
13-
Caching is utilized more often for checking the status of dotnet.
14-
Changes to reliability where existing installations can be reused.
15-
Performance improvements by removing deprecated logic or simplifying logic.
16-
Uninstall no longer allows uninstallation when dotnet is in use.
17-
Clean up corrupt save data from very old versions of this extension.
18-
Adds a hidden command 'resetData' you can enable visiblity of to clear extension data.
19-
Uninstall logic is rewritten and improved.
10+
## [2.3.5] - 2025-5-5
11+
12+
- Changes in the pre-release 2.3.4 version are now applied to a release version.
13+
- Performance and reliability improvements.
14+
15+
## [2.3.4] - 2025-5-7 (Pre-release)
16+
17+
- RHEL now uses dnf over yum.
18+
- Caching is utilized more often for checking the status of dotnet.
19+
- Changes to reliability where existing installations can be reused.
20+
- Performance improvements by removing deprecated logic or simplifying logic.
21+
- Uninstall no longer allows uninstallation when dotnet is in use.
22+
- Clean up corrupt save data from very old versions of this extension.
23+
- Adds a hidden command 'resetData' you can enable visiblity of to clear extension data.
24+
- Uninstall logic is rewritten and improved.
2025

2126
## [2.3.3] - 2025-4-15
2227

vscode-dotnet-runtime-extension/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode-dotnet-runtime-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"description": "This extension installs and manages different versions of the .NET SDK and Runtime.",
1414
"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",
1515
"icon": "images/dotnetIcon.png",
16-
"version": "2.3.4",
16+
"version": "2.3.5",
1717
"publisher": "ms-dotnettools",
1818
"engines": {
1919
"vscode": "^1.99.0"

0 commit comments

Comments
 (0)