File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
47Update serial conversion to use big endian only
58
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Certificate Manager is a package which makes it easy to create certificates (cha
1919Add 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
2525The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows:
Original file line number Diff line number Diff line change 1313Add 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
1919The NuGet packages uses dependency injection to setup. In a console application initialize the package as follows:
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments