Skip to content

Commit 8700abb

Browse files
committed
Bump dependencies
1 parent f507f45 commit 8700abb

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"docfx": {
13-
"version": "2.78.3",
13+
"version": "2.78.4",
1414
"commands": [
1515
"docfx"
1616
],

.github/linters/vs-spell-exclusion.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ marshaller
66
navmenu
77
param
88
realloc
9+
Sentyron
910
sitenav
1011
stateful
1112
xmss
12-
zeroize
1313
Xtended
14+
zeroize

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ SPDX-License-Identifier: MIT
1010
<PackageVersion Include="Dorssel.GitVersion.MsBuild" Version="1.1.1" />
1111
<!-- example WebApp -->
1212
<PackageVersion Include="Blazored.LocalStorage" Version="4.5.0" />
13-
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.9" />
14-
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.9" />
13+
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.10" />
14+
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.10" />
1515
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components" Version="4.13.0" />
1616
<PackageVersion Include="Microsoft.FluentUI.AspNetCore.Components.Icons" Version="4.13.0" />
1717
</ItemGroup>

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ SPDX-License-Identifier: MIT
1313
[![Codecov](https://codecov.io/gh/dorssel/dotnet-xmss/branch/main/graph/badge.svg?token=L0QI0AZRJI)](https://codecov.io/gh/dorssel/dotnet-xmss)
1414
[![NuGet](https://img.shields.io/nuget/v/Dorssel.Security.Cryptography.Xmss?logo=nuget)](https://www.nuget.org/packages/Dorssel.Security.Cryptography.Xmss)
1515

16-
> [!NOTE]
17-
> This implementation leverages the [Fox Crypto XMSS Library](https://github.com/FoxCryptoNL/xmss).
18-
>
19-
> The previous implementation is no longer maintained, but still available as an [archive branch](https://github.com/dorssel/dotnet-xmss/tree/master).
16+
This implementation leverages the [Sentyron XMSS Library](https://github.com/Sentyron/xmss).
2017

21-
TODO
18+
See the Examples directory for usage samples. Also see the [API documentation](https://dorssel.github.io/dotnet-xmss/).

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"msbuild-sdks": {
88
"Microsoft.Build.NoTargets": "3.7.134",
9-
"MSTest.Sdk": "4.0.0"
9+
"MSTest.Sdk": "4.0.1"
1010
}
1111
}

0 commit comments

Comments
 (0)