You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format
4
4
5
5
## [Unreleased]
6
6
7
+
## [2.1.1] - 2026-04-05
8
+
9
+
### Fixed
10
+
11
+
- Fixed `CredentialId` and `AuthenticatorId` properties not being displayed as Base64Url strings in the output of `Get-PasskeyWindowsHello` and `Get-PasskeyAuthenticator` cmdlets.
Copy file name to clipboardExpand all lines: Src/DSInternals.Passkeys/DSInternals.Passkeys.psd1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
RootModule='DSInternals.Passkeys.psm1'
9
9
10
10
# Version number of this module.
11
-
ModuleVersion='2.1.0'
11
+
ModuleVersion='2.1.1'
12
12
13
13
# Supported PSEditions
14
14
CompatiblePSEditions=@('Desktop','Core')
@@ -196,7 +196,7 @@ PrivateData = @{
196
196
197
197
# ReleaseNotes of this module
198
198
ReleaseNotes=@'
199
-
- Added the -Hint parameter to the Test-Passkey cmdlet.
199
+
- Fixed CredentialId and AuthenticatorId properties not being displayed as Base64Url strings in the output of Get-PasskeyWindowsHello and Get-PasskeyAuthenticator cmdlets.
0 commit comments