Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Jan 29, 2020
1 parent 6fa3656 commit 588a32a
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.1" />
<PackageReference Include="CertificateManager" Version="1.0.3" />
```

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

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>small fixes for RSA certificates</PackageReleaseNotes>
<PackageReleaseNotes>private key, public certificate pem exports</PackageReleaseNotes>
<Copyright>2020 damienbod</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>damienbod</Authors>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 588a32a

Please sign in to comment.