From e2008d681f24fbfefa2f661f6e5c40f199da52a0 Mon Sep 17 00:00:00 2001 From: Annalise Diroff Date: Tue, 25 Jan 2022 12:10:29 -0800 Subject: [PATCH] Adding dotnet example app to docs --- 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 e598ede22da8..27faca422674 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)