From 68cb6af8454ee5921cff26e1fb273f44cb4587be Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 21 Nov 2021 17:53:19 +0100 Subject: [PATCH] 1.0.6 docs --- CHANGELOG.md | 4 ++++ Documentation.md | 2 +- README.md | 2 +- src/CertificateManager/CertificateManager.csproj | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ae381..95ad961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Certificate Manager change log + +## 2020-11-21 version 1.0.6 +* Add support for all SubjectAlternativeName properties + ## 2020-11-21 * Updated packages, move to .NET 6 diff --git a/Documentation.md b/Documentation.md index 07f88e5..64d051a 100644 --- a/Documentation.md +++ b/Documentation.md @@ -19,7 +19,7 @@ Certificate Manager is a package which makes it easy to create certificates (cha Add the NuGet package to the your project file ``` - + ``` The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows: diff --git a/README.md b/README.md index 71c71b1..ae4cf9d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Add the NuGet package to the your project file ``` - + ``` The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows: diff --git a/src/CertificateManager/CertificateManager.csproj b/src/CertificateManager/CertificateManager.csproj index f5d1be8..0e53fa6 100644 --- a/src/CertificateManager/CertificateManager.csproj +++ b/src/CertificateManager/CertificateManager.csproj @@ -12,10 +12,10 @@ certificate authentication mtls pfx cer pem cert crt bug fix Subject Key Identifier - 2020 damienbod + 2021 damienbod true damienbod - 1.0.5 + 1.0.6 true true snupkg