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

Add description for VaultSharp client library #18298

Merged
merged 3 commits into from
Aug 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion website/content/api-docs/libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ $ pip install ansible-modules-hashivault

### C#

- [VaultSharp](https://github.com/rajanadar/VaultSharp) (.NET Standard 2.0 & 1.3, .NET Core >= 1.0.0, .NET 4.5, .NET 4.6, Mono, iOS, Android, Mac, UWP etc.)
- [VaultSharp](https://github.com/rajanadar/VaultSharp) (The most comprehensive cross-platform .NET Library for Vault)
- Supports all Auth and Secret backends supported by Vault including Enterprise features of Vault.
- Truly cross platform: Supports .NET 5, .NET 6, .NET Framework 4.x, .NET Standard 2.x/1.x, mac/iOS, Android, UWP, Mono, Xamarin etc.
- With extensive documentation and code samples at https://rajanadar.github.io/VaultSharp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [VaultSharp](https://github.com/rajanadar/VaultSharp) (The most comprehensive cross-platform .NET Library for Vault)
- Supports all Auth and Secret backends supported by Vault including Enterprise features of Vault.
- Truly cross platform: Supports .NET 5, .NET 6, .NET Framework 4.x, .NET Standard 2.x/1.x, mac/iOS, Android, UWP, Mono, Xamarin etc.
- With extensive documentation and code samples at https://rajanadar.github.io/VaultSharp
- [VaultSharp](https://github.com/rajanadar/VaultSharp)
- Supports .NET 5, .NET 6, .NET Framework 4.x, .NET Standard 2.x/1.x, mac/iOS, Android, UWP, Mono, Xamarin.

Let's keep these to a minimum to match the other descriptions. Make sure to keep your readme updated with the correct information.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep these to a minimum to match the other descriptions. Make sure to keep your readme updated with the correct information.

got it. made the change


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