Skip to content

Commit 17bb280

Browse files
authored
Release v3.5.2 (#545)
1 parent ef51aa0 commit 17bb280

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## 3.5.2
4+
- Fix architecture detection by using .NET runtime architecture instead of system architecture (https://github.com/dafny-lang/ide-vscode/pull/544)
5+
36
## 3.5.1
47
- Fix publish process for Linux systems without xdg-open (https://github.com/dafny-lang/ide-vscode/pull/541)
58
- Update platform versions for Dafny >= 4.11 release downloads (https://github.com/dafny-lang/ide-vscode/pull/539)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ide-vscode",
33
"displayName": "Dafny",
44
"description": "Dafny for Visual Studio Code",
5-
"version": "3.5.1",
5+
"version": "3.5.2",
66
"publisher": "dafny-lang",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)