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

Commit

Permalink
Merge pull request #16 from secrethub/fix/update-readme-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcoenen authored Oct 8, 2020
2 parents fa4b8a6 + 8ee8363 commit 6a42968
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SecretHub Client for .NET
# SecretHub Client for .NET <sup>[BETA](#beta)</a></sup>

This repository provides a .NET client for the SecretHub Secrets Management API.

Expand All @@ -8,20 +8,21 @@ This repository provides a .NET client for the SecretHub Secrets Management API.
- [Installation](#installation)
- [Usage](#usage)
- [Getting help](#getting-help)
- [BETA](#beta)
- [Developing](#developing)

## Installation

To install the SecretHub package from NuGet Gallery, run the following command in your project's directory:

```bash
dotnet add package SecretHub --version 0.1.0
dotnet add package SecretHub --version 0.2.0
```

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

```xml
<PackageReference Include="SecretHub" Version="0.1.0" />
<PackageReference Include="SecretHub" Version="0.2.0" />
```

The package supports Linux and Windows for 32-bit and 64-bit architectures and works with both .NET Core and the full .NET Framework.
Expand Down Expand Up @@ -121,6 +122,12 @@ catch(ApplicationException ex)

Come chat with us on [Discord](https://discord.gg/EQcE87s) or email us at [support@secrethub.io](mailto:support@secrethub.io)

## BETA
This project is currently in beta and we'd love your feedback! Check out the [issues](https://github.com/secrethub/secrethub-dotnet/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc) and feel free suggest cool ideas, use cases, or improvements.

Because it's still in beta, you can expect to see some changes introduced. Pull requests are very welcome.

For support, send us a message on [Discord](https://discord.gg/wcxV5RD) or send an email to support@secrethub.io

## Developing

Expand Down

0 comments on commit 6a42968

Please sign in to comment.