From dd7e1edbf273e7c2a36af9b063617dcf3a461efe Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 3 Jun 2023 16:35:34 +0200 Subject: [PATCH] Update (#15) + Updated references --- README.md | 2 +- docs/api/wan24.Crypto.SignatureContainer.html | 18 +++++++++--------- docs/index.html | 2 +- docs/manifest.json | 4 ++-- src/wan24-Crypto Docs/index.md | 2 +- .../wan24-Crypto Shared Tests.csproj | 4 ++-- .../wan24-Crypto Tests.csproj | 6 +++--- src/wan24-Crypto/README.md | 2 +- src/wan24-Crypto/wan24-Crypto.csproj | 8 ++++---- 9 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index ceb9f6d..c544f97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # wan24-Crypto -This library exports a generic high level crypto API, which allows to use and +This library exports a generic high level crypto API, which allows to use an implemented cryptographic algorithm to be applied using a simple interface. Per default these cryptographic algorithms are implemented: diff --git a/docs/api/wan24.Crypto.SignatureContainer.html b/docs/api/wan24.Crypto.SignatureContainer.html index 88ba72f..6fc4cde 100644 --- a/docs/api/wan24.Crypto.SignatureContainer.html +++ b/docs/api/wan24.Crypto.SignatureContainer.html @@ -793,7 +793,7 @@

Methods Improve this Doc - View Source + View Source

Clone()

@@ -875,7 +875,7 @@
Returns
Improve this Doc - View Source + View Source

Deserialize(Stream, Int32)

@@ -912,7 +912,7 @@
Parameters
Improve this Doc - View Source + View Source

DeserializeAsync(Stream, Int32, CancellationToken)

@@ -969,7 +969,7 @@
Returns
Improve this Doc - View Source + View Source

Serialize(Stream)

@@ -1001,7 +1001,7 @@
Parameters
Improve this Doc - View Source + View Source

SerializeAsync(Stream, CancellationToken)

@@ -1053,7 +1053,7 @@
Returns
Improve this Doc - View Source + View Source

ValidateSignedData(Stream, Boolean)

@@ -1165,7 +1165,7 @@
Returns
Improve this Doc - View Source + View Source

ValidateSignedDataAsync(Stream, Boolean, CancellationToken)

@@ -1229,7 +1229,7 @@

Operators Improve this Doc - View Source + View Source

Explicit(Byte[] to SignatureContainer)

@@ -1278,7 +1278,7 @@
Returns
Improve this Doc - View Source + View Source

Implicit(SignatureContainer to Byte[])

diff --git a/docs/index.html b/docs/index.html index bbb3a64..5f33bba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -62,7 +62,7 @@

wan24-Crypto

-

This library exports a generic high level crypto API, which allows to use and +

This library exports a generic high level crypto API, which allows to use an implemented cryptographic algorithm to be applied using a simple interface.

Per default these cryptographic algorithms are implemented:

diff --git a/docs/manifest.json b/docs/manifest.json index 4878bf1..06b2911 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -957,7 +957,7 @@ "output": { ".html": { "relative_path": "api/wan24.Crypto.SignatureContainer.html", - "hash": "OLcfWITS9P1uiewhp7iV9WmKszIDukdwkcdLrbLjpVs=" + "hash": "5Ixp8fmNa5/KmT0YSjBXYm2gjVY6sKW+oiX2O0sahZ0=" } }, "is_incremental": false, @@ -1137,7 +1137,7 @@ "output": { ".html": { "relative_path": "index.html", - "hash": "XZRwFni2vJD2ZGdMxJsj/4yoFnhN7CWAxx+7K5frKT4=" + "hash": "8egcJHylC/+lAOPXTUMC8fhHq4DpPWlmC7wFMDOjQgw=" } }, "is_incremental": false, diff --git a/src/wan24-Crypto Docs/index.md b/src/wan24-Crypto Docs/index.md index ceb9f6d..c544f97 100644 --- a/src/wan24-Crypto Docs/index.md +++ b/src/wan24-Crypto Docs/index.md @@ -1,6 +1,6 @@ # wan24-Crypto -This library exports a generic high level crypto API, which allows to use and +This library exports a generic high level crypto API, which allows to use an implemented cryptographic algorithm to be applied using a simple interface. Per default these cryptographic algorithms are implemented: diff --git a/src/wan24-Crypto Shared Tests/wan24-Crypto Shared Tests.csproj b/src/wan24-Crypto Shared Tests/wan24-Crypto Shared Tests.csproj index a644257..d092584 100644 --- a/src/wan24-Crypto Shared Tests/wan24-Crypto Shared Tests.csproj +++ b/src/wan24-Crypto Shared Tests/wan24-Crypto Shared Tests.csproj @@ -8,7 +8,7 @@ wan24CryptoSharedTestswan24-Crypto-Shared-Testswan24-Crypto Shared Tests - 1.6.0 + 1.7.0nd1012Andreas Zimmermann, wan24.dewan24-Crypto @@ -25,7 +25,7 @@ - + diff --git a/src/wan24-Crypto Tests/wan24-Crypto Tests.csproj b/src/wan24-Crypto Tests/wan24-Crypto Tests.csproj index 48afa5e..7e1a3f4 100644 --- a/src/wan24-Crypto Tests/wan24-Crypto Tests.csproj +++ b/src/wan24-Crypto Tests/wan24-Crypto Tests.csproj @@ -13,9 +13,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/wan24-Crypto/README.md b/src/wan24-Crypto/README.md index ceb9f6d..c544f97 100644 --- a/src/wan24-Crypto/README.md +++ b/src/wan24-Crypto/README.md @@ -1,6 +1,6 @@ # wan24-Crypto -This library exports a generic high level crypto API, which allows to use and +This library exports a generic high level crypto API, which allows to use an implemented cryptographic algorithm to be applied using a simple interface. Per default these cryptographic algorithms are implemented: diff --git a/src/wan24-Crypto/wan24-Crypto.csproj b/src/wan24-Crypto/wan24-Crypto.csproj index 176e187..6dbd06d 100644 --- a/src/wan24-Crypto/wan24-Crypto.csproj +++ b/src/wan24-Crypto/wan24-Crypto.csproj @@ -9,7 +9,7 @@ True wan24-Crypto wan24-Crypto - 1.11.0 + 1.12.0 nd1012 Andreas Zimmermann, wan24.de wan24-Crypto @@ -27,9 +27,9 @@ - - - + + +