From 1e0f110cb06d982cdb6baedb13e29e2cd1bceea1 Mon Sep 17 00:00:00 2001 From: dlebee <36390643+dlebee@users.noreply.github.com> Date: Thu, 1 Mar 2018 09:35:38 -0500 Subject: [PATCH] Update README.md just added a download help section. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b4889f6..bed7a63 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Check "Projects" section of github to see whats going on. https://github.com/PoweredSoft/DynamicLinq/projects/1 +## Download +Full Version | NuGet | NuGet Install +------------ | :-------------: | :-------------: +PoweredSoft.DynamicLinq | download | ```PM> Install-Package PoweredSoft.DynamicLinq``` +PoweredSoft.DynamicLinq.EntityFramework | download | ```PM> Install-Package PoweredSoft.DynamicLinq``` + ## Samples Complex Query ```csharp