parent
87db7cceb6
commit
b613f44ccd
26
README.md
26
README.md
|
|
@ -3,9 +3,11 @@ KestrelHttpServer
|
|||
|
||||
[](https://gitter.im/aspnet/KestrelHttpServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/KestrelHttpServer/branch/dev)
|
||||
[![Travis build status][travis-badge]](https://travis-ci.org/aspnet/KestrelHttpServer/branches)
|
||||
[![AppVeyor build status][appveyor-badge]](https://ci.appveyor.com/project/aspnetci/KestrelHttpServer/branch/dev)
|
||||
|
||||
Travis: [](https://travis-ci.org/aspnet/KestrelHttpServer)
|
||||
[travis-badge]: https://img.shields.io/travis/aspnet/KestrelHttpServer.svg?label=travis-ci&branch=dev&style=flat-square
|
||||
[appveyor-badge]: https://img.shields.io/appveyor/ci/aspnetci/KestrelHttpServer/dev.svg?label=appveyor&style=flat-square
|
||||
|
||||
This repo contains a cross-platform web server for ASP.NET Core.
|
||||
|
||||
|
|
@ -19,3 +21,23 @@ Before opening this project in Visual Studio or VS Code, execute `build.cmd /t:R
|
|||
This will execute only the part of the build script that downloads and initializes a few required build tools and packages.
|
||||
|
||||
See [developer documentation](https://github.com/aspnet/Home/wiki) for more details.
|
||||
|
||||
## Packages
|
||||
|
||||
Kestrel is available as a NuGet package.
|
||||
|
||||
Package name | Stable | Nightly (`dev` branch)
|
||||
--------------------------------------------|---------------------------------------------|------------------------------------------
|
||||
`Microsoft.AspNetCore.Server.Kestrel` | [![NuGet][main-nuget-badge]][main-nuget] | [![MyGet][main-myget-badge]][main-myget]
|
||||
`Microsoft.AspNetCore.Server.Kestrel.Https` | [![NuGet][https-nuget-badge]][https-nuget] | [![MyGet][https-myget-badge]][https-myget]
|
||||
|
||||
|
||||
[main-nuget]: https://www.nuget.org/packages/Microsoft.AspNetCore.Server.Kestrel/
|
||||
[main-nuget-badge]: https://img.shields.io/nuget/v/Microsoft.AspNetCore.Server.Kestrel.svg?style=flat-square&label=nuget
|
||||
[main-myget]: https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.AspNetCore.Server.Kestrel
|
||||
[main-myget-badge]: https://img.shields.io/dotnet.myget/aspnetcore-dev/vpre/Microsoft.AspNetCore.Server.Kestrel.svg?style=flat-square&label=myget
|
||||
|
||||
[https-nuget]: https://www.nuget.org/packages/Microsoft.AspNetCore.Server.Kestrel.Https/
|
||||
[https-nuget-badge]: https://img.shields.io/nuget/v/Microsoft.AspNetCore.Server.Kestrel.Https.svg?style=flat-square&label=nuget
|
||||
[https-myget]: https://dotnet.myget.org/feed/aspnetcore-dev/package/nuget/Microsoft.AspNetCore.Server.Kestrel.Https
|
||||
[https-myget-badge]: https://img.shields.io/dotnet.myget/aspnetcore-dev/vpre/Microsoft.AspNetCore.Server.Kestrel.Https.svg?style=flat-square&label=myget
|
||||
|
|
|
|||
Loading…
Reference in New Issue