Skip to content

Commit

Permalink
Merge pull request #548 from Yubico/release/1.6.0-relnotes-and-versio…
Browse files Browse the repository at this point in the history
…n-bump

Release/1.6.0 relnotes and version bump
  • Loading branch information
Greg Domzalski authored Jan 16, 2023
2 parents dc1944a + eec6b3d commit 8216c69
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 5 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.5.3-prerelease.20221222.1" />
<PackageReference Include="Yubico.NativeShims" Version="1.6.0" />
<ProjectReference Include="..\..\Yubico.DotNetPolyfills\src\Yubico.DotNetPolyfills.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Yubico.NativeShims/Yubico.NativeShims.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Yubico.NativeShims</id>
<version>1.5.2</version>
<version>1.6.0</version>
<authors>Yubico AB</authors>
<owners>Yubico AB</owners>
<description>
Expand Down
29 changes: 29 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,35 @@ limitations under the License. -->

Here you can find all of the updates and release notes for published versions of the SDK.

## 1.6.x Releases

### 1.6.0

Release date: January 16th, 2023

Features:

- **FIDO2 Credential Blobs and Large Blob support.** FIDO2 allows applications to store additional information
alongside a credential. Credential Blobs and Large Blobs are two separate, though related, features for achieving
this.

Bug fixes:

- Added an MSBuild rule for projects that target .NET Framework 4.x that now automatically copy the correct
version of Yubico.NativeShims.dll into the build directory. This addresses the "Missing DLL" issue that .NET
Framework users would encounter. Fixes [GitHub Issue #11](https://github.com/Yubico/Yubico.NET.SDK/issues/11).
- Addressed an issue where the SDK would enumerate FIDO devices on Windows despite being un-elevated. Windows requires
process elevation in order to communicate with FIDO devices. The SDK would display one or more YubiKeys with
incorrect properties as a result. Fixes [GitHub Issue #20](https://github.com/Yubico/Yubico.NET.SDK/issues/20).
- A difference in behavior between .NET Framework 4.x and .NET 6 caused OAEP padding operations to fail for projects
running on .NET Framework 4.x. The SDK has been updated to work around this difference in behavior and should
now work for all supported versions of .NET. Fixes [GitHub Issue #33](https://github.com/Yubico/Yubico.NET.SDK/issues/33).
- The YubiKey requires a short delay when switching between its USB interfaces. Switching too quickly can result
in failed operations and other strange behaviors. The SDK will now automatically wait the required amount of
time to ensure stable communication with the YubiKey. Note that this may cause the first operation or command
sent to the YubiKey to appear slow. Subsequent calls to the same application will not be affected.
Fixes [GitHub Issue #34](https://github.com/Yubico/Yubico.NET.SDK/issues/34).

## 1.5.x Releases

### 1.5.1 (Yubico.YubiKey), 1.5.2 (Yubico.NativeShims)
Expand Down
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.5.1</YubicoDotNetPolyfillsVersion>
<YubicoDotNetPolyfillsVersion>1.6.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.5.1</YubicoCoreVersion>
<YubicoCoreVersion>1.6.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.5.1</YubicoYubiKeyVersion>
<YubicoYubiKeyVersion>1.6.0</YubicoYubiKeyVersion>

</PropertyGroup>

Expand Down

0 comments on commit 8216c69

Please sign in to comment.