Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update libraries.mdx section for VaultSharp #28426

Merged
merged 8 commits into from
Sep 24, 2024
Merged
3 changes: 2 additions & 1 deletion website/content/api-docs/libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ $ pip install ansible-modules-hashivault
### C#

- [VaultSharp](https://github.com/rajanadar/VaultSharp)
- Supports .NET 4.6.x, 4.7.x, 4.8.x, .NET Standard 2.x, .NET 6.0 and 7.0.
- Supports .NET 4.6.x, 4.7.x, 4.8.x, .NET Standard 2.x, .NET 6.0, 7.0 and 8.0.
- Supports every Auth and Secret backend supported by Vault, along with several System Apis.
rajanadar marked this conversation as resolved.
Show resolved Hide resolved

```shell-session
$ Install-Package VaultSharp
Expand Down
Loading