From 177936825640ec55ca56541b01b481c5c8d94a7d Mon Sep 17 00:00:00 2001 From: Stefano Prosperi Date: Sun, 15 Nov 2020 21:45:34 +0100 Subject: [PATCH] README: added NuGet link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0bb10b..b90bdb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # DStruct.NET +[![NuGet Version (DStruct.NET)](https://img.shields.io/nuget/v/DStruct.NET.svg?style=flat-square)](https://www.nuget.org/packages/DStruct.NET/) + **DStruct** is a library I implemented around the end of 2018, when I first approached C# and felt like it was lacking some important data structures that other languages like Python and C++ offer in their standard libraries. All the data structures implemented in the library are listed below, divided by category.