diff --git a/README.md b/README.md index b4889f6..6527324 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ 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 | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.DynamicLinq.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.DynamicLinq/) | ```PM> Install-Package PoweredSoft.DynamicLinq``` +PoweredSoft.DynamicLinq.EntityFramework | [![NuGet](https://img.shields.io/nuget/v/PoweredSoft.DynamicLinq.EntityFramework.svg?style=flat-square&label=nuget)](https://www.nuget.org/packages/PoweredSoft.DynamicLinq.EntityFramework/) | ```PM> Install-Package PoweredSoft.DynamicLinq.EntityFramework``` + + + + ## Samples Complex Query ```csharp