Skip to content

Commit

Permalink
Update libraries.mdx section for VaultSharp (#28426)
Browse files Browse the repository at this point in the history
* Update libraries.mdx section for VaultSharp

Added more info on VaultSharp for latest .NET version support and comprehensiveness of auth and secret backends supported

* Update website/content/api-docs/libraries.mdx

Co-authored-by: Violet Hynes <[email protected]>

---------

Co-authored-by: Sarah Chavis <[email protected]>
Co-authored-by: Violet Hynes <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent 8567b75 commit 7cf6cbd
Showing 1 changed file with 2 additions and 1 deletion.
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&#35;

- [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.

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

0 comments on commit 7cf6cbd

Please sign in to comment.