Skip to content

Commit

Permalink
Merge pull request #584 from Yubico/release/1.7.0-relnotes
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
Greg Domzalski authored Apr 3, 2023
2 parents 21aeb5b + 0a7f531 commit ec21700
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Yubico.Core/src/Yubico.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ limitations under the License. -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageReference Include="Yubico.NativeShims" Version="1.6.*-*" />
<PackageReference Include="Yubico.NativeShims" Version="1.*-*" />
<ProjectReference Include="..\..\Yubico.DotNetPolyfills\src\Yubico.DotNetPolyfills.csproj" />
</ItemGroup>

Expand Down
12 changes: 12 additions & 0 deletions Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ limitations under the License. -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Yubico.YubiKey" Version="1.6.1-prerelease.20230329.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SharedSampleCode\SharedSampleCode.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License. -->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Yubico.YubiKey" Version="1.6.1-prerelease.20230329.1" />
<PackageReference Include="Yubico.YubiKey" Version="1.*-*" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->
<YubicoDotNetPolyfillsVersion>1.6.1</YubicoDotNetPolyfillsVersion>
<YubicoDotNetPolyfillsVersion>1.7.0</YubicoDotNetPolyfillsVersion>

<!--
Yubico.Core project
Expand All @@ -55,7 +55,7 @@ for external milestones.
This project can, and should, use pre-release suffixes for development milestones.
-->
<YubicoCoreVersion>1.6.1</YubicoCoreVersion>
<YubicoCoreVersion>1.7.0</YubicoCoreVersion>

<!--
Yubico.Authenticator project
Expand All @@ -69,7 +69,7 @@ for external milestones.
This project can, and should, use pre-release suffixes for development milestones.
-->
<YubicoYubiKeyVersion>1.6.1</YubicoYubiKeyVersion>
<YubicoYubiKeyVersion>1.7.0</YubicoYubiKeyVersion>

</PropertyGroup>

Expand Down

0 comments on commit ec21700

Please sign in to comment.