From 8700abb045e70ff339a47eaad7ebe7b2a6f4ee3c Mon Sep 17 00:00:00 2001 From: Frans van Dorsselaer <17404029+dorssel@users.noreply.github.com> Date: Sun, 26 Oct 2025 20:42:19 +0100 Subject: [PATCH] Bump dependencies --- .config/dotnet-tools.json | 2 +- .github/linters/vs-spell-exclusion.txt | 3 ++- Directory.Packages.props | 4 ++-- README.md | 7 ++----- global.json | 2 +- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9b6fd44..3aa6141 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "docfx": { - "version": "2.78.3", + "version": "2.78.4", "commands": [ "docfx" ], diff --git a/.github/linters/vs-spell-exclusion.txt b/.github/linters/vs-spell-exclusion.txt index 439a4c2..bb7b92f 100644 --- a/.github/linters/vs-spell-exclusion.txt +++ b/.github/linters/vs-spell-exclusion.txt @@ -6,8 +6,9 @@ marshaller navmenu param realloc +Sentyron sitenav stateful xmss -zeroize Xtended +zeroize diff --git a/Directory.Packages.props b/Directory.Packages.props index ce2e44f..3882469 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -10,8 +10,8 @@ SPDX-License-Identifier: MIT - - + + diff --git a/README.md b/README.md index 688ccfb..b059a57 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,6 @@ SPDX-License-Identifier: MIT [![Codecov](https://codecov.io/gh/dorssel/dotnet-xmss/branch/main/graph/badge.svg?token=L0QI0AZRJI)](https://codecov.io/gh/dorssel/dotnet-xmss) [![NuGet](https://img.shields.io/nuget/v/Dorssel.Security.Cryptography.Xmss?logo=nuget)](https://www.nuget.org/packages/Dorssel.Security.Cryptography.Xmss) -> [!NOTE] -> This implementation leverages the [Fox Crypto XMSS Library](https://github.com/FoxCryptoNL/xmss). -> -> The previous implementation is no longer maintained, but still available as an [archive branch](https://github.com/dorssel/dotnet-xmss/tree/master). +This implementation leverages the [Sentyron XMSS Library](https://github.com/Sentyron/xmss). -TODO +See the Examples directory for usage samples. Also see the [API documentation](https://dorssel.github.io/dotnet-xmss/). diff --git a/global.json b/global.json index 40d9da0..7e779c0 100644 --- a/global.json +++ b/global.json @@ -6,6 +6,6 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.134", - "MSTest.Sdk": "4.0.0" + "MSTest.Sdk": "4.0.1" } } \ No newline at end of file