From 747774e5e758e842a4ae42a70001bc1db647db29 Mon Sep 17 00:00:00 2001 From: Biarity Date: Sun, 28 Jan 2018 09:46:59 +1000 Subject: [PATCH] Added badges --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2a8ab00..33bea6d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Sieve is a simple, clean, and extensible framework for .NET Core that **adds sorting, filtering, and pagination functionality out of the box**. Most common use case would be for serving ASP.NET Core GET queries. +[![NuGet Pre Release](https://img.shields.io/nuget/v/Sieve.svg?style=flat-square)](https://www.nuget.org/packages/Sieve) +[![AppVeyor](https://img.shields.io/appveyor/ci/Biarity/sieve.svg?style=flat-square)](https://ci.appveyor.com/project/Biarity/sieve) + +[Get Sieve on nuget](https://www.nuget.org/packages/Sieve/). + ## Usage for ASP.NET Core In this example, consider an app with a `Post` entity.