Skip to content

Commit

Permalink
release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jan 21, 2022
1 parent 3d2fa88 commit 7eb0540
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.7" />
<PackageReference Include="CertificateManager" Version="1.0.8" />
```

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.7" />
<PackageReference Include="CertificateManager" Version="1.0.8" />
```

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 @@ -11,11 +11,11 @@
<Description>Certificate Manager is a package which makes it easy to create certificates (chained and self signed) which can be used to in client server authentication and IoT Devices like Azure IoT Hub
</Description>
<PackageTags>certificate authentication mtls pfx cer pem cert crt</PackageTags>
<PackageReleaseNotes>Added new methods to support creating RSA Device Chained Certificates</PackageReleaseNotes>
<PackageReleaseNotes>Update serial conversion to use big endian only </PackageReleaseNotes>
<Copyright>2022 damienbod</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>damienbod</Authors>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 7eb0540

Please sign in to comment.