Skip to content

Commit

Permalink
1.0.6 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Nov 21, 2021
1 parent 5b96e52 commit 68cb6af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Certificate Manager change log

<a name="2020-11-21"></a>
## 2020-11-21 version 1.0.6
* Add support for all SubjectAlternativeName properties

## 2020-11-21
* Updated packages, move to .NET 6

Expand Down
2 changes: 1 addition & 1 deletion Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
<PackageReference Include="CertificateManager" Version="1.0.5" />
<PackageReference Include="CertificateManager" Version="1.0.6" />
```

The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Add the NuGet package to the your project file

```
<PackageReference Include="CertificateManager" Version="1.0.5" />
<PackageReference Include="CertificateManager" Version="1.0.6" />
```

The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows:
Expand Down
4 changes: 2 additions & 2 deletions src/CertificateManager/CertificateManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</Description>
<PackageTags>certificate authentication mtls pfx cer pem cert crt</PackageTags>
<PackageReleaseNotes>bug fix Subject Key Identifier</PackageReleaseNotes>
<Copyright>2020 damienbod</Copyright>
<Copyright>2021 damienbod</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>damienbod</Authors>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 68cb6af

Please sign in to comment.