Skip to content

Commit aa65ea3

Browse files
Merge pull request #566 from NordicSemiconductor/push-zttryuqqpsno
Fix issue in device enumeration
2 parents 00d9cca + 9bc6afc commit aa65ea3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 4.7.1 - Unreleased
2+
3+
### Fixed
4+
5+
- Updated the bundled `nrfutil device` command to v2.15.7, which includes a fix
6+
to an issue with the device enumeration on Windows.
7+
18
## 4.7.0 - 2025-12-01
29

310
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pc-nrfconnect-programmer",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"displayName": "Programmer",
55
"description": "Tool for flash programming Nordic SoCs and SiPs",
66
"homepage": "https://github.com/NordicSemiconductor/pc-nrfconnect-programmer",
@@ -16,7 +16,7 @@
1616
"nrfConnectForDesktop": {
1717
"nrfutil": {
1818
"device": [
19-
"2.15.3"
19+
"2.15.7"
2020
]
2121
},
2222
"html": "dist/index.html",

0 commit comments

Comments
 (0)