From be67e2b40df4fd18bd21d061cda058f920d752f0 Mon Sep 17 00:00:00 2001 From: Rob Kennedy <49076884+vasont@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:16:04 -0400 Subject: [PATCH] Update README.md Added nuget links --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e30cb8f..655a02b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ There are plenty of storage abstraction libraries out on GitHub, but none of the We set out to create a library that does the minimum to get the common jobs we need to get done, and to this point, **Talegen.Storage.Net** was born. +## Download + +Libraries can be downloaded via nuget.org at the following: + + - [Talegen.Storage.Net.Core](https://www.nuget.org/packages/Talegen.Storage.Net.Core/) - Core interface classes, local disk and memory storage implementations. + - [Talegen.Storage.Net.AzureBlobs](https://www.nuget.org/packages/Talegen.Storage.Net.AzureBlobs/) - Azure Blob Storage File Share implementation. + ## Documentation For a general overview of the library, please visit the [Talegen.Storage.Net documentation online](https://talegen.github.io/Talegen.Storage.Net/).