Skip to content

Commit fc85c3e

Browse files
docs: minor formatting changes to release notes (#216)
Co-authored-by: Dennis Dyall <[email protected]>
1 parent 6661512 commit fc85c3e

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

Yubico.Core/src/Yubico.Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ limitations under the License. -->
4646
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4747
<IncludeSymbols>true</IncludeSymbols>
4848
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
49+
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
4950

5051
<!-- StrongName signing -->
5152
<SignAssembly>true</SignAssembly>

Yubico.YubiKey/examples/PivSampleCode/CertificateOperations/YubiKeySignatureGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public YubiKeySignatureGenerator(
9696
}
9797

9898
// Return the public key as an instance of PublicKey.
99-
protected override PublicKey BuildPublicKey()
99+
protected override System.Security.Cryptography.X509Certificates.PublicKey BuildPublicKey()
100100
{
101101
return _defaultGenerator.PublicKey;
102102
}

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ limitations under the License. -->
4545
<EmbedUntrackedSources>true</EmbedUntrackedSources>
4646
<IncludeSymbols>true</IncludeSymbols>
4747
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
48+
<PackageReleaseNotes>https://github.com/Yubico/Yubico.NET.SDK/releases/latest</PackageReleaseNotes>
4849
<!-- StrongName signing -->
4950
<SignAssembly>true</SignAssembly>
5051
<AssemblyOriginatorKeyFile>..\..\Yubico.NET.SDK.snk</AssemblyOriginatorKeyFile>

docs/users-manual/getting-started/whats-new.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@ Release date: April 9th, 2025
2424

2525
Features:
2626

27-
- Curve25519 support has been added for PIV [#210](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
27+
- Curve25519 support has been added for PIV [(#210)](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
2828

2929
- Keys can now be imported or generated using the Ed25519 and X25519 algorithms.
3030
- The key agreement operation can be performed with an X25519 key.
3131
- Digital signatures can now be created with a Ed25519 key.
3232
- New related unit tests have been added.
3333

34-
- Unit tests have been added for RSA-3072 and RSA-4096 keys [#197](https://github.com/Yubico/Yubico.NET.SDK/pull/197).
34+
- Unit tests have been added for RSA-3072 and RSA-4096 keys. [(#197)](https://github.com/Yubico/Yubico.NET.SDK/pull/197)
3535

36-
- Support for large APDUs has been improved [#208](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
36+
- Support for large APDUs has been improved [(#208)](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
3737

38-
- When sending large APDU commands to a YubiKey via the smartcard connection, the CommandChainingTransform will now throw an exception when the cumulative APDU data (sent in chunks of up to 255 bytes) exceeds the max APDU size for the given YubiKey (varies based on firmware version; see SmartCardMaxApduSizes).
38+
- When sending large APDU commands to a YubiKey via the smartcard connection, the CommandChainingTransform will now throw an exception when the cumulative APDU data (sent in chunks of up to 255 bytes) exceeds the max APDU size for the given YubiKey (varies based on firmware version; see [SmartCardMaxApduSizes](xref:Yubico.YubiKey.SmartCardMaxApduSizes)).
3939

40-
- Support for Ed25519 and P384 credentials has been added for FIDO [#186](https://github.com/Yubico/Yubico.NET.SDK/pull/186).
40+
- Support for Ed25519 and P384 credentials has been added for FIDO. [(#186)](https://github.com/Yubico/Yubico.NET.SDK/pull/186)
4141

42-
- Ubuntu runners have been upgraded from version 20.04 to 22.04 to support the compilation of Yubico.NativeShims [#188](https://github.com/Yubico/Yubico.NET.SDK/pull/188).
42+
- Ubuntu runners have been upgraded from version 20.04 to 22.04 to support the compilation of Yubico.NativeShims. [(#188)](https://github.com/Yubico/Yubico.NET.SDK/pull/188)
4343

4444
Bug Fixes:
4545

46-
- The default logger now only writes output for the "Error" log level unless another level is specified [#185](https://github.com/Yubico/Yubico.NET.SDK/pull/185). Previously, the logger wrote output for all log levels, which could become overly long and difficult to evaluate.
46+
- The default logger now only writes output for the "Error" log level unless another level is specified. Previously, the logger wrote output for all log levels, which could become overly long and difficult to evaluate. [(#185)](https://github.com/Yubico/Yubico.NET.SDK/pull/185)
4747

4848
Miscellaneous:
4949

50-
- The [License](https://github.com/Yubico/Yubico.NET.SDK/blob/develop/LICENSE.txt) was updated to remove the information for the AesCmac.cs file from the Bouncy Castle library [#196](https://github.com/Yubico/Yubico.NET.SDK/pull/196).
50+
- The [License](https://github.com/Yubico/Yubico.NET.SDK/blob/develop/LICENSE.txt) was updated to remove the information for the AesCmac.cs file from the Bouncy Castle library. [(#196)](https://github.com/Yubico/Yubico.NET.SDK/pull/196)
5151

5252
## 1.12.x Releases
5353

0 commit comments

Comments
 (0)