diff --git a/Yubico.Core/src/Yubico.Core.csproj b/Yubico.Core/src/Yubico.Core.csproj index d5b93ac5..b80c838b 100644 --- a/Yubico.Core/src/Yubico.Core.csproj +++ b/Yubico.Core/src/Yubico.Core.csproj @@ -111,7 +111,7 @@ limitations under the License. --> - + diff --git a/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md b/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md index a59a9393..c2b5b113 100644 --- a/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md +++ b/Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md @@ -16,6 +16,18 @@ limitations under the License. --> Here you can find all of the updates and release notes for published versions of the SDK. +## 1.7.x Releases + +### 1.7.0 + +Release date: March 31st, 2023 + +Features: + +- **FIDO2 Credential Management**. The credential management feature allows a client application to retrieve + information about discoverable FIDO2 credentials on a YubiKey, update user information, and delete credentials. + This includes enumerating the relying parties and user information for all the discoverable credentials. + ## 1.6.x Releases ### 1.6.1 diff --git a/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj b/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj index 26f04a2a..f4d38112 100644 --- a/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj +++ b/Yubico.YubiKey/examples/Fido2SampleCode/Fido2SampleCode.csproj @@ -21,10 +21,6 @@ limitations under the License. --> false - - - - diff --git a/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj b/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj index f908a6f0..52eceaa0 100644 --- a/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj +++ b/Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj @@ -24,7 +24,7 @@ limitations under the License. --> - + diff --git a/build/Versions.props b/build/Versions.props index 77fb34ed..fae8caa8 100644 --- a/build/Versions.props +++ b/build/Versions.props @@ -40,7 +40,7 @@ for external milestones. Increment the minor version whenever we add support for a new class or type. Increment the patch version for bug fixes. --> - 1.6.1 + 1.7.0 - 1.6.1 + 1.7.0 - 1.6.1 + 1.7.0