Skip to content

Commit

Permalink
Version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 31, 2024
1 parent f58b03c commit 352dead
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Certificate Manager change log

## 2022-10-31 version 1.0.9
Updated packages and dependencies

## 2022-01-21 version 1.0.8
Update serial conversion to use big endian only

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

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

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>Update serial conversion to use big endian only </PackageReleaseNotes>
<Copyright>2022 damienbod</Copyright>
<Copyright>2024 damienbod</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>damienbod</Authors>
<Version>1.0.8</Version>
<Version>1.0.9</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 352dead

Please sign in to comment.