From f8d4e2458807882b6a92c3c90da48007575d5ccb Mon Sep 17 00:00:00 2001 From: AnPucel Date: Fri, 4 Feb 2022 12:28:43 -0800 Subject: [PATCH] Adding dotnet example app to docs (#13782) --- website/content/api-docs/libraries.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/api-docs/libraries.mdx b/website/content/api-docs/libraries.mdx index 88b5efd79820..5e7390a19b81 100644 --- a/website/content/api-docs/libraries.mdx +++ b/website/content/api-docs/libraries.mdx @@ -62,6 +62,8 @@ $ Install-Package VaultSharp $ Install-Package Vault ``` +[Example application](https://github.com/hashicorp/hello-vault-dotnet) + ### C++ - [libvault](https://github.com/abedra/libvault)