Skip to content

Commit 352dead

Browse files
committed
Version 1.0.9
1 parent f58b03c commit 352dead

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Certificate Manager change log
22

3+
## 2022-10-31 version 1.0.9
4+
Updated packages and dependencies
5+
36
## 2022-01-21 version 1.0.8
47
Update serial conversion to use big endian only
58

Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Certificate Manager is a package which makes it easy to create certificates (cha
1919
Add the NuGet package to the your project file
2020

2121
```
22-
<PackageReference Include="CertificateManager" Version="1.0.8" />
22+
<PackageReference Include="CertificateManager" Version="1.0.9" />
2323
```
2424

2525
The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Add the NuGet package to the your project file
1414

1515
```
16-
<PackageReference Include="CertificateManager" Version="1.0.8" />
16+
<PackageReference Include="CertificateManager" Version="1.0.9" />
1717
```
1818

1919
The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows:

src/CertificateManager/CertificateManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</Description>
1313
<PackageTags>certificate authentication mtls pfx cer pem cert crt</PackageTags>
1414
<PackageReleaseNotes>Update serial conversion to use big endian only </PackageReleaseNotes>
15-
<Copyright>2022 damienbod</Copyright>
15+
<Copyright>2024 damienbod</Copyright>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1717
<Authors>damienbod</Authors>
18-
<Version>1.0.8</Version>
18+
<Version>1.0.9</Version>
1919
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2020
<IncludeSymbols>true</IncludeSymbols>
2121
<SymbolPackageFormat>snupkg</SymbolPackageFormat>

0 commit comments

Comments
 (0)