diff --git a/website/content/api-docs/libraries.mdx b/website/content/api-docs/libraries.mdx index 960d79d72f..24c31366ba 100644 --- a/website/content/api-docs/libraries.mdx +++ b/website/content/api-docs/libraries.mdx @@ -36,13 +36,23 @@ $ go get github.com/hashicorp/vault/api $ gem install vault ``` +## C# + +- [Vault DotNet Client](https://github.com/hashicorp/vault-client-dotnet) - Note that this is currently in early development, and is not yet production-ready. + +```shell-session +# Install-Package HashiCorp.Vault +``` + +[Example application](https://github.com/hashicorp/vault-client-dotnet#getting-started) + ## Community These libraries are provided by the community. ### Ansible -- [ansible-vault](https://github.com/jhaals/ansible-vault) lookup plugin without third-party dependencies. +- [ansible-vault](https://github.com/jhaals/ansible-vault) - Lookup plugin without third-party dependencies. - [Ansible Modules Hashivault](https://pypi.python.org/pypi/ansible-modules-hashivault) ```shell-session