Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 6f9acfc

Browse files
authored
Merge pull request #23 from secrethub/fix/update-package-version
Update package version to v0.2.1
2 parents a71cc03 + 039c235 commit 6f9acfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This repository provides a .NET client for the SecretHub Secrets Management API.
1616
To install the SecretHub package from NuGet Gallery, run the following command in your project's directory:
1717

1818
```bash
19-
dotnet add package SecretHub --version 0.2.0
19+
dotnet add package SecretHub --version 0.2.1
2020
```
2121

2222
Or you can add the following line to your project's `csproj` file:
2323

2424
```xml
25-
<PackageReference Include="SecretHub" Version="0.2.0" />
25+
<PackageReference Include="SecretHub" Version="0.2.1" />
2626
```
2727

2828
The package supports Linux and Windows for 32-bit and 64-bit architectures and works with both .NET Core and the full .NET Framework.

secrethub.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
55
<PackageId>SecretHub</PackageId>
6-
<Version>0.2.0</Version>
6+
<Version>0.2.1</Version>
77
<Authors>SecretHub</Authors>
88
<Company>SecretHub</Company>
99
<Description>

0 commit comments

Comments
 (0)