Skip to content

Commit e5a30b8

Browse files
committed
Badges update
1 parent 7d08b65 commit e5a30b8

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
![Simplify](https://raw.githubusercontent.com/SimplifyNet/Images/master/LogoWeb128x128.png)
44

5+
[![Nuget Version](https://img.shields.io/nuget/v/Simplify.Web)](https://www.nuget.org/packages/Simplify.Web/)
6+
[![Nuget Download](https://img.shields.io/nuget/dt/Simplify.Web)](https://www.nuget.org/packages/Simplify.Web/)
7+
[![Issues board](https://dxssrr2j0sq4w.cloudfront.net/3.2.0/img/external/zenhub-badge.svg)](https://app.zenhub.com/workspaces/simplify-5d7dd300da4a88000107f7e5/board?repos=208544410,208543783,208544195,208544168,208544390,208544370,208543999)
8+
9+
[![AppVeyor branch](https://img.shields.io/appveyor/ci/i4004/simplify-web/master)](https://ci.appveyor.com/project/i4004/simplify-web)
10+
[![AppVeyor tests (branch)](https://img.shields.io/appveyor/tests/i4004/simplify-web/master)](https://ci.appveyor.com/project/i4004/simplify-web)
11+
[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web)](https://libraries.io/nuget/Simplify.Web)
12+
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web)](https://www.codefactor.io/repository/github/simplifynet/simplify.web)
13+
514
Simplify.Web is a lightweight and fast server-side .NET web-framework based on MVC and OWIN patterns for building HTTP based web-applications, RESTful APIs etc.
615

716
It can be used as:
@@ -15,23 +24,6 @@ It can be hosted:
1524
- The same way as an ApsNetCore MVC application (On IIS, or as a console application)
1625
- Inside a windows service
1726

18-
## Package status
19-
20-
| Latest version | [![Nuget version](http://img.shields.io/badge/nuget-v2.3-blue.svg)](https://www.nuget.org/packages/Simplify.Web/) |
21-
| :--------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------: |
22-
| **Dependencies** | [![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.svg)](https://libraries.io/nuget/Simplify.Web) |
23-
24-
## Issues
25-
26-
[![Issues board](https://dxssrr2j0sq4w.cloudfront.net/3.2.0/img/external/zenhub-badge.svg)](https://app.zenhub.com/workspaces/simplify-5d7dd300da4a88000107f7e5/board?repos=208544410,208543783,208544195,208544168,208544390,208544370,208543999)
27-
28-
## Build status
29-
30-
| Branch | Status |
31-
| :---------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32-
| **master** | [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/sln1ciuam2hobsv4/branch/master?svg=true)](https://ci.appveyor.com/project/i4004/simplify-web/branch/master) |
33-
| **develop** | [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/sln1ciuam2hobsv4/branch/develop?svg=true)](https://ci.appveyor.com/project/i4004/simplify-web/branch/develop) |
34-
3527
## Main features
3628

3729
- Comes as Microsoft.AspNetCore OWIN middleware

0 commit comments

Comments
 (0)