Ocelot 8.1.0-unstable0005

This is a prerelease version of Ocelot.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Ocelot --version 8.1.0-unstable0005
NuGet\Install-Package Ocelot -Version 8.1.0-unstable0005
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ocelot" Version="8.1.0-unstable0005" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ocelot --version 8.1.0-unstable0005
#r "nuget: Ocelot, 8.1.0-unstable0005"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ocelot as a Cake Addin
#addin nuget:?package=Ocelot&version=8.1.0-unstable0005&prerelease

// Install Ocelot as a Cake Tool
#tool nuget:?package=Ocelot&version=8.1.0-unstable0005&prerelease

This project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. We have been unable to find this in my current workplace without having to write our own Javascript middlewares to handle the IdentityServer reference tokens. We would rather use the IdentityServer code that already exists to do this. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (116)

Showing the top 5 NuGet packages that depend on Ocelot:

Package Downloads
MMLib.SwaggerForOcelot

Swagger generator for Ocelot downstream services.

Ocelot.Provider.Polly

Provides Ocelot extensions to use Polly.NET

Ocelot.Provider.Consul

Provides Ocelot extensions to use Consul

Ocelot.Cache.CacheManager

Provides Ocelot extensions to use CacheManager.Net

2AxisTechnology.Core.CL

Plz don't install.

GitHub repositories (31)

Showing the top 5 popular GitHub repositories that depend on Ocelot:

Repository Stars
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
aspnetrun/run-aspnetcore-microservices
Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and Clean Architecture implementation. Also includes Cross-Cutting concerns like Implementing Centralized Distributed Logging with Elasticsearch, Kibana
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 17, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, Google)...
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
abpframework/abp-samples
Sample solutions built with the ABP Framework
Version Downloads Last updated
23.1.0 7,139 3/4/2024
23.0.0 16,951 2/13/2024
22.0.1 84,061 12/8/2023
22.0.0 18,124 11/28/2023
21.0.0 12,652 11/21/2023
20.0.0 53,598 10/7/2023
19.0.4 5,017 10/6/2023
19.0.3 17,187 9/21/2023
19.0.2 170,382 4/22/2023
19.0.1 3,072 4/22/2023
19.0.0 2,981 4/22/2023
18.0.0 1,838,756 1/20/2022
17.0.1 194,968 12/20/2021
17.0.0 1,110,994 12/11/2020
16.0.2 16,038 12/11/2020
16.0.1 1,190,458 5/25/2020
16.0.0 44,413 5/23/2020
15.0.7 102,587 5/23/2020
15.0.6 297,973 4/13/2020
15.0.5 10,411 4/13/2020
15.0.4 4,449 4/13/2020
15.0.3 5,301 4/13/2020
15.0.2 4,787 4/12/2020
15.0.1 7,713 4/11/2020
15.0.0 14,913 4/11/2020
14.1.3 32,826 4/11/2020
14.1.2 3,308 4/11/2020
14.1.1 4,085 4/11/2020
14.1.0 100,520 3/13/2020
14.0.12 13,269 3/11/2020
14.0.11 55,796 2/22/2020
14.0.10 6,994 2/21/2020
14.0.9 70,431 2/9/2020
14.0.8 3,481 2/9/2020
14.0.7 3,260 2/9/2020
14.0.6 3,202 2/9/2020
14.0.5 22,897 2/4/2020
14.0.4 3,274 2/4/2020
14.0.3 71,640 1/19/2020
14.0.2 3,302 1/19/2020
14.0.1 3,653 1/19/2020
14.0.0 9,192 1/19/2020
13.9.0-alpha0115 9,493 11/5/2019
13.8.5 19,533 1/18/2020
13.8.4 17,658 1/18/2020
13.8.3 3,333 1/18/2020
13.8.2 3,480 1/17/2020
13.8.1 7,989 1/17/2020
13.8.0 220,308 10/28/2019
13.8.0-alpha0022 2,335 10/28/2019
13.8.0-alpha0019 10,764 9/23/2019
13.8.0-alpha0018 5,021 9/12/2019
13.8.0-alpha0017 2,820 9/12/2019
13.8.0-alpha0016 3,424 8/23/2019
13.8.0-alpha0015 2,970 8/23/2019
13.8.0-alpha0014 3,396 8/12/2019
13.8.0-alpha0010 3,159 7/28/2019
13.8.0-alpha0008 2,990 7/28/2019
13.8.0-alpha0006 4,217 7/1/2019
13.8.0-alpha0005 2,878 7/1/2019
13.8.0-alpha0004 2,850 7/1/2019
13.8.0-alpha0003 3,185 6/25/2019
13.8.0-alpha0002 11,677 6/18/2019
13.7.0-alpha0011 3,059 6/1/2019
13.7.0-alpha0010 3,122 5/30/2019
13.7.0-alpha0009 2,889 5/30/2019
13.7.0-alpha0008 2,909 5/30/2019
13.7.0-alpha0007 3,009 5/28/2019
13.7.0-alpha0006 3,046 5/27/2019
13.7.0-alpha0005 2,896 5/24/2019
13.7.0-alpha0004 2,892 5/23/2019
13.7.0-alpha0003 2,760 5/22/2019
13.7.0-alpha0002 2,973 5/22/2019
13.6.0-alpha0014 2,999 5/20/2019
13.6.0-alpha0012 3,304 5/13/2019
13.6.0-alpha0011 3,018 5/13/2019
13.6.0-alpha0010 3,037 5/10/2019
13.6.0-alpha0008 3,122 5/7/2019
13.6.0-alpha0007 2,963 5/4/2019
13.6.0-alpha0006 2,903 5/4/2019
13.6.0-alpha0004 3,139 4/13/2019
13.6.0-alpha0002 3,087 4/13/2019
13.6.0-alpha0001 3,074 4/8/2019
13.5.2 512,431 6/1/2019
13.5.1 53,672 5/20/2019
13.5.0 120,221 3/30/2019
13.5.0-alpha0056 2,993 3/30/2019
13.5.0-alpha0055 2,212 3/29/2019
13.5.0-alpha0054 2,915 3/29/2019
13.5.0-alpha0053 2,869 3/24/2019
13.5.0-alpha0001 2,807 3/23/2019
13.4.1 37,086 3/23/2019
13.4.0-alpha0001 2,917 3/23/2019
13.3.0-alpha0001 2,946 3/23/2019
13.2.0-alpha0034 2,764 3/22/2019
13.2.0-alpha0033 2,798 3/22/2019
13.2.0-alpha0031 2,123 3/22/2019
13.2.0-alpha0030 2,211 3/19/2019
13.2.0-alpha0026 2,156 3/19/2019
13.2.0-alpha0024 2,248 3/12/2019
13.2.0-alpha0023 2,158 3/12/2019
13.2.0-alpha0022 2,213 3/11/2019
13.2.0-alpha0021 2,227 3/11/2019
13.2.0-alpha0020 2,105 3/11/2019
13.2.0-alpha0015 3,048 2/25/2019
13.2.0-alpha0010 3,025 1/31/2019
13.2.0-alpha0009 2,867 1/27/2019
13.2.0-alpha0008 2,978 1/27/2019
13.2.0-alpha0007 2,946 1/27/2019
13.2.0-alpha0006 2,903 1/26/2019
13.2.0-alpha0004 2,918 1/26/2019
13.2.0-alpha0003 3,117 1/18/2019
13.2.0-alpha0001 2,991 1/16/2019
13.1.0-alpha0003 2,956 1/11/2019
13.1.0-alpha0002 2,816 1/11/2019
13.1.0-alpha0001 2,857 1/11/2019
13.0.0 158,994 1/13/2019
13.0.0-alpha0028 2,902 1/7/2019
12.1.0-unstable0009 3,687 9/30/2018
12.1.0-unstable0007 2,027 9/25/2018
12.1.0-unstable0005 1,989 9/25/2018
12.1.0-unstable0004 1,932 9/25/2018
12.1.0-unstable0003 1,949 9/24/2018
12.1.0-unstable0002 2,032 9/24/2018
12.1.0-unstable0001 3,291 9/22/2018
12.1.0-alpha0027 1,960 1/3/2019
12.1.0-alpha0026 1,879 12/26/2018
12.1.0-alpha0025 1,860 12/26/2018
12.1.0-alpha0024 1,862 12/17/2018
12.1.0-alpha0020 1,879 12/17/2018
12.1.0-alpha0019 1,834 12/16/2018
12.1.0-alpha0015 1,784 12/16/2018
12.1.0-alpha0014 1,935 12/8/2018
12.1.0-alpha0013 1,991 10/13/2018
12.1.0-alpha0011 2,016 10/13/2018
12.1.0-alpha0010 1,857 10/13/2018
12.0.1 230,949 9/30/2018
12.0.0 12,901 9/20/2018
12.0.0-unstable0014 1,956 9/20/2018
11.1.0-unstable0009 1,884 9/20/2018
11.1.0-unstable0008 1,906 9/12/2018
11.1.0-unstable0007 2,042 9/12/2018
11.1.0-unstable0006 1,978 9/12/2018
11.1.0-unstable0005 1,944 9/11/2018
11.1.0-unstable0003 2,143 9/4/2018
11.1.0-unstable0002 2,023 9/3/2018
11.1.0-unstable0001 1,971 9/3/2018
11.0.3 9,090 9/13/2018
11.0.2 19,462 9/3/2018
11.0.1 2,447 9/3/2018
11.0.0 4,162 9/1/2018
11.0.0-unstable0021 2,019 9/1/2018
11.0.0-unstable0020 2,024 8/31/2018
10.1.0-unstable0019 2,036 8/31/2018
10.1.0-unstable0018 1,964 8/30/2018
10.1.0-unstable0017 2,048 8/28/2018
10.1.0-unstable0016 1,996 8/27/2018
10.1.0-unstable0015 1,992 8/26/2018
10.1.0-unstable0013 1,993 8/25/2018
10.1.0-unstable0012 1,978 8/25/2018
10.1.0-unstable0011 2,231 8/20/2018
10.1.0-unstable0010 2,092 8/19/2018
10.1.0-unstable0009 2,623 8/19/2018
10.1.0-unstable0008 2,070 8/19/2018
10.1.0-unstable0007 2,402 8/14/2018
10.1.0-unstable0006 2,096 8/14/2018
10.1.0-unstable0005 1,973 8/14/2018
10.1.0-unstable0004 2,245 8/14/2018
10.1.0-unstable0003 2,298 8/12/2018
10.1.0-unstable0002 2,432 8/12/2018
10.1.0-unstable0001 2,158 8/12/2018
10.0.4 37,025 8/25/2018
10.0.3 12,823 8/19/2018
10.0.2 7,318 8/14/2018
10.0.1 4,766 8/12/2018
10.0.0 6,994 8/12/2018
9.1.0-unstable0001 2,341 8/12/2018
9.0.0 6,626 8/12/2018
9.0.0-unstable0041 2,473 8/12/2018
8.1.0-unstable0040 2,301 8/12/2018
8.1.0-unstable0039 2,366 8/11/2018
8.1.0-unstable0037 3,076 8/11/2018
8.1.0-unstable0036 2,785 8/11/2018
8.1.0-unstable0035 2,729 8/4/2018
8.1.0-unstable0034 2,560 8/4/2018
8.1.0-unstable0031 2,665 8/4/2018
8.1.0-unstable0030 2,725 8/4/2018
8.1.0-unstable0029 2,726 8/3/2018
8.1.0-unstable0028 4,162 8/2/2018
8.1.0-unstable0027 2,796 8/2/2018
8.1.0-unstable0026 2,941 8/1/2018
8.1.0-unstable0025 2,676 7/31/2018
8.1.0-unstable0023 2,813 7/31/2018
8.1.0-unstable0022 2,900 7/31/2018
8.1.0-unstable0021 2,772 7/31/2018
8.1.0-unstable0020 2,683 7/30/2018
8.1.0-unstable0019 2,710 7/30/2018
8.1.0-unstable0018 2,849 7/30/2018
8.1.0-unstable0017 2,831 7/30/2018
8.1.0-unstable0016 2,896 7/29/2018
8.1.0-unstable0015 2,557 7/29/2018
8.1.0-unstable0014 2,730 7/27/2018
8.1.0-unstable0013 2,960 7/27/2018
8.1.0-unstable0012 2,712 7/25/2018
8.1.0-unstable0011 2,816 7/25/2018
8.1.0-unstable0010 2,956 7/23/2018
8.1.0-unstable0009 2,823 7/21/2018
8.1.0-unstable0008 2,829 7/21/2018
8.1.0-unstable0006 3,023 7/20/2018
8.1.0-unstable0005 2,913 7/20/2018
8.1.0-unstable0004 2,818 7/20/2018
8.1.0-unstable0003 2,624 7/19/2018
8.1.0-unstable0002 3,018 7/19/2018
8.1.0-unstable0001 3,264 7/12/2018
8.0.8 6,099 8/11/2018
8.0.7 10,004 8/4/2018
8.0.6 4,238 8/3/2018
8.0.5 5,609 8/3/2018
8.0.4 14,293 7/30/2018
8.0.3 7,399 7/28/2018
8.0.2 5,874 7/25/2018
8.0.1 5,403 7/21/2018
8.0.0 27,058 7/11/2018
8.0.0-unstable0044 2,856 7/11/2018
7.1.0-unstable0043 2,820 7/11/2018
7.1.0-unstable0042 2,520 7/10/2018
7.1.0-unstable0041 2,681 7/10/2018
7.1.0-unstable0040 2,437 7/9/2018
7.1.0-unstable0039 2,812 7/9/2018
7.1.0-unstable0038 2,745 7/8/2018
7.1.0-unstable0037 2,670 7/8/2018
7.1.0-unstable0036 2,862 7/5/2018
7.1.0-unstable0035 2,850 7/2/2018
7.1.0-unstable0034 2,787 7/1/2018
7.1.0-unstable0033 2,688 6/29/2018
7.1.0-unstable0031 2,737 6/27/2018
7.1.0-unstable0030 2,915 6/22/2018
7.1.0-unstable0029 2,674 6/22/2018
7.1.0-unstable0028 2,446 6/21/2018
7.1.0-unstable0027 2,654 6/20/2018
7.1.0-unstable0026 2,926 6/20/2018
7.1.0-unstable0025 2,506 6/19/2018
7.1.0-unstable0023 2,718 6/17/2018
7.1.0-unstable0022 2,915 6/15/2018
7.1.0-unstable0020 2,578 6/12/2018
7.1.0-unstable0019 2,707 6/11/2018
7.1.0-unstable0017 2,646 6/11/2018
7.1.0-unstable0016 2,640 6/11/2018
7.1.0-unstable0014 2,668 6/8/2018
7.1.0-unstable0013 2,694 6/8/2018
7.1.0-unstable0012 2,699 6/6/2018
7.1.0-unstable0011 4,041 5/31/2018
7.1.0-unstable0010 2,857 5/24/2018
7.1.0-unstable0009 2,650 5/24/2018
7.1.0-unstable0007 2,653 5/22/2018
7.1.0-unstable0006 2,712 5/22/2018
7.1.0-unstable0005 2,885 5/17/2018
7.1.0-unstable0002 2,633 5/15/2018
7.1.0-unstable0001 2,625 5/14/2018
7.0.9 6,681 7/9/2018
7.0.8 4,383 7/8/2018
7.0.7 5,232 7/2/2018
7.0.6 10,868 6/22/2018
7.0.5 25,222 6/12/2018
7.0.4 16,282 5/17/2018
7.0.3 4,529 5/15/2018
7.0.1 4,099 5/14/2018
7.0.0 4,585 5/11/2018
7.0.0-unstable0024 2,661 5/11/2018
6.1.0-unstable0019 2,883 5/9/2018
6.0.0 7,386 4/30/2018
6.0.0-unstable0064 2,709 4/30/2018
5.6.0-unstable0032 3,171 4/30/2018
5.6.0-unstable0031 3,015 4/30/2018
5.6.0-unstable0030 2,700 4/26/2018
5.6.0-unstable0029 2,830 4/26/2018
5.6.0-unstable0028 3,042 4/25/2018
5.6.0-unstable0027 2,862 4/24/2018
5.6.0-unstable0025 3,009 4/22/2018
5.6.0-unstable0024 2,817 4/20/2018
5.6.0-unstable0023 3,327 4/18/2018
5.6.0-unstable0022 2,825 4/18/2018
5.6.0-unstable0021 2,795 4/18/2018
5.6.0-unstable0020 2,886 4/18/2018
5.6.0-unstable0006 2,715 4/17/2018
5.6.0-unstable0005 2,777 4/17/2018
5.6.0-unstable0004 3,010 4/14/2018
5.6.0-unstable0003 3,161 4/7/2018
5.6.0-unstable0002 3,031 4/12/2018
5.6.0-unstable0001 2,903 4/8/2018
5.5.7 10,920 4/25/2018
5.5.6 4,132 4/25/2018
5.5.5 4,170 4/22/2018
5.5.4 4,296 4/21/2018
5.5.3 5,320 4/19/2018
5.5.2 4,309 4/12/2018
5.5.1 6,658 4/8/2018
5.5.0 4,742 4/7/2018
5.4.0-unstable0004 2,645 4/7/2018
5.4.0-unstable0003 2,631 4/7/2018
5.4.0-unstable0002 2,565 4/6/2018
5.4.0-unstable0001 2,661 4/2/2018
5.3.1 6,431 4/2/2018
5.3.0 4,796 3/24/2018
5.3.0-unstable0004 3,043 3/23/2018
5.3.0-unstable0003 2,685 3/22/2018
5.3.0-unstable0002 2,748 3/21/2018
5.2.0 4,131 3/20/2018
5.2.0-unstable0001 2,681 3/20/2018
5.1.0 4,118 3/18/2018
5.1.0-unstable0010 2,639 3/18/2018
5.1.0-unstable0009 2,528 3/17/2018
5.1.0-unstable0008 2,648 3/17/2018
5.1.0-unstable0007 2,747 3/17/2018
5.1.0-unstable0006 2,761 3/17/2018
5.1.0-unstable0005 2,790 3/16/2018
5.1.0-unstable0004 2,707 3/14/2018
5.1.0-unstable0002 2,371 3/13/2018
5.1.0-unstable0001 3,013 3/10/2018
5.0.1 4,922 3/13/2018
5.0.0 4,444 3/10/2018
4.1.0-unstable0001 2,626 3/10/2018
4.0.0 4,211 3/9/2018
4.0.0-unstable0013 2,517 3/9/2018
3.2.0-unstable0044 2,528 3/8/2018
3.2.0-unstable0040 2,591 3/8/2018
3.2.0-unstable0039 2,713 3/5/2018
3.2.0-unstable0038 2,748 3/4/2018
3.2.0-unstable0037 2,603 3/4/2018
3.2.0-unstable0033 2,630 3/3/2018
3.2.0-unstable0018 2,770 3/3/2018
3.2.0-unstable0017 2,510 3/2/2018
3.2.0-unstable0016 2,531 3/2/2018
3.2.0-unstable0015 2,927 3/2/2018
3.2.0-unstable0013 2,861 3/2/2018
3.2.0-unstable0012 2,678 3/2/2018
3.2.0-unstable0009 2,707 3/2/2018
3.2.0-unstable0008 2,780 3/2/2018
3.2.0-unstable0007 2,496 3/1/2018
3.2.0-unstable0006 2,796 2/27/2018
3.2.0-unstable0005 2,583 2/27/2018
3.2.0-unstable0004 2,621 2/27/2018
3.2.0-unstable0002 3,709 2/21/2018
3.2.0-unstable0001 2,730 2/15/2018
3.1.9 5,697 3/4/2018
3.1.8 4,187 3/3/2018
3.1.7 4,614 3/1/2018
3.1.6 4,147 2/21/2018
3.1.5 4,345 2/15/2018
3.1.4 4,120 2/14/2018
3.1.0-unstable0012 2,825 2/14/2018
3.1.0-unstable0010 2,876 2/13/2018
3.1.0-unstable0007 2,715 2/13/2018
3.1.0-unstable0006 2,653 2/12/2018
3.1.0-unstable0005 2,728 2/8/2018
3.1.0-unstable0004 2,609 2/3/2018
3.1.0-unstable0003 2,623 2/2/2018
3.1.0-unstable0002 2,554 2/1/2018
3.1.0-unstable0001 2,571 2/1/2018
3.0.3 3,852 2/13/2018
3.0.2 4,935 2/5/2018
3.0.1 4,214 2/2/2018
3.0.0 37,487 1/31/2018
3.0.0-unstable0059 2,633 1/31/2018
2.1.0-unstable0058 2,899 1/31/2018
2.1.0-unstable0057 2,646 1/27/2018
2.1.0-unstable0056 2,635 1/22/2018
2.1.0-unstable0055 2,472 1/18/2018
2.1.0-unstable0053 2,663 1/16/2018
2.1.0-unstable0052 2,708 1/13/2018
2.1.0-unstable0051 2,558 1/10/2018
2.1.0-unstable0050 2,591 1/10/2018
2.1.0-unstable0049 2,667 1/10/2018
2.1.0-unstable0048 2,709 1/10/2018
2.1.0-unstable0047 2,595 1/6/2018
2.1.0-unstable0046 2,632 1/5/2018
2.1.0-unstable0045 2,643 1/5/2018
2.1.0-unstable0044 2,705 1/2/2018
2.1.0-unstable0043 2,792 1/1/2018
2.1.0-unstable0042 2,556 12/18/2017
2.1.0-unstable0041 2,556 12/12/2017
2.1.0-unstable0037 2,739 12/9/2017
2.1.0-unstable0036 3,407 12/6/2017
2.0.11 4,332 1/22/2018
2.0.10 5,149 1/10/2018
2.0.8 3,958 1/6/2018
2.0.7 3,990 1/5/2018
2.0.6 4,038 1/2/2018
2.0.5 4,001 1/1/2018
2.0.4 6,241 11/25/2017
2.0.3 8,227 11/22/2017
2.0.2 4,051 11/19/2017
2.0.1 9,463 11/15/2017
2.0.0 5,344 11/1/2017
1.5.0-unstable0158 2,372 10/13/2017
1.5.0-unstable0154 2,422 10/9/2017
1.5.0-unstable0151 2,225 10/9/2017
1.5.0-unstable0149 2,274 9/12/2017
1.5.0-unstable0147 2,262 8/30/2017
1.5.0-unstable0144 2,410 7/19/2017
1.5.0-unstable0134 2,310 7/4/2017
1.5.0-unstable0133 2,175 7/4/2017
1.5.0-unstable0131 2,327 7/4/2017
1.5.0-unstable0130 2,414 6/30/2017
1.5.0-unstable0122 2,263 6/29/2017
1.5.0-unstable0115 2,388 6/25/2017
1.5.0-unstable0111 2,389 6/24/2017
1.5.0-unstable0107 2,511 6/17/2017
1.5.0-unstable0103 2,372 6/16/2017
1.5.0-unstable0079 2,388 5/9/2017
1.5.0-unstable0072 2,518 4/28/2017
1.5.0-unstable0071 2,498 4/23/2017
1.5.0-unstable0067 2,423 4/21/2017
1.5.0-unstable0059 2,525 4/16/2017
1.5.0-unstable0053 2,376 3/19/2017
1.5.0-unstable0043 2,577 3/19/2017
1.5.0-unstable0039 2,382 3/18/2017
1.5.0-unstable0033 2,430 3/15/2017
1.5.0-unstable0031 2,273 3/14/2017
1.5.0-unstable0029 2,395 3/12/2017
1.5.0-unstable0028 2,268 3/12/2017
1.5.0-unstable0027 2,308 3/12/2017
1.5.0-unstable0004 2,401 3/7/2017
1.4.20 3,078 10/13/2017
1.4.11 2,960 10/9/2017
1.4.10 3,375 8/30/2017
1.4.9 3,120 6/30/2017
1.4.8 2,892 6/29/2017
1.4.7 2,904 6/25/2017
1.4.6 2,881 6/24/2017
1.4.5 3,017 6/19/2017
1.4.4 2,938 4/28/2017
1.4.3 3,447 4/27/2017
1.4.2 3,384 4/16/2017
1.4.1 3,108 3/7/2017
1.4.0-unstable0110 2,580 3/6/2017
1.4.0-unstable0108 2,402 3/5/2017
1.4.0-unstable0107 2,292 3/5/2017
1.4.0-unstable0106 2,447 3/5/2017
1.4.0-unstable0105 2,559 3/5/2017
1.4.0-unstable0104 2,352 3/5/2017
1.4.0-unstable0103 2,463 3/5/2017
1.4.0-unstable0102 2,293 3/5/2017
1.4.0-unstable0092 2,625 2/26/2017
1.4.0-unstable0091 2,351 2/25/2017
1.4.0-unstable0090 2,596 2/25/2017
1.4.0-unstable0089 2,417 2/25/2017
1.4.0-unstable0064 2,362 2/21/2017
1.4.0-unstable0058 2,494 2/17/2017
1.4.0-unstable0056 2,351 2/17/2017
1.4.0-unstable0055 2,554 2/16/2017
1.4.0-unstable0051 2,489 2/15/2017
1.4.0-unstable0030 2,432 2/11/2017
1.4.0-unstable0026 2,515 2/11/2017
1.4.0-unstable0023 2,417 2/11/2017
1.4.0-set-up-admin-api0001 2,514 2/15/2017
1.4.0-qos-documentatio0001 2,561 2/11/2017
1.4.0-pullrequest0047 2,482 2/17/2017
1.4.0-pullrequest0039 2,493 2/11/2017
1.4.0-publish-unable-a0001 2,286 2/11/2017
1.4.0-nuget-package-de0001 2,480 2/17/2017
1.4.0-beta0001 2,423 3/7/2017
1.3.3-pullrequest0054 2,417 2/20/2017
1.3.2 2,956 2/17/2017
1.3.2-pullrequest0045 2,498 2/15/2017
1.3.2-pullrequest0037 2,290 2/15/2017
1.3.1 2,909 2/7/2017
1.3.0-unstable0002 2,354 2/7/2017
1.2.0-unstable0033 2,381 2/6/2017
1.1.0 2,953 2/2/2017
1.1.0-beta0001 2,034 2/2/2017
1.0.123 3,120 1/29/2017
1.0.122 3,183 1/24/2017
1.0.120 3,000 1/21/2017
1.0.117 3,179 1/21/2017
1.0.115-rc1 2,631 1/21/2017
1.0.114-rc1 2,510 1/20/2017
1.0.112-rc1 2,513 1/18/2017
1.0.111-rc1 2,643 1/17/2017
1.0.110-rc1 2,650 1/17/2017
1.0.109-rc1 2,806 1/17/2017
1.0.108-rc1 2,590 1/12/2017
1.0.107-rc1 1,927 1/12/2017
1.0.106-rc1 1,933 12/1/2016
1.0.104-rc1 2,017 11/26/2016
1.0.103-rc1 2,111 11/26/2016
1.0.102-rc1 2,292 11/6/2016
1.0.101-rc1 2,059 11/6/2016
1.0.100-rc1 2,243 11/5/2016
1.0.99-rc1 2,173 11/5/2016
1.0.98-rc1 2,259 11/5/2016
1.0.97-rc1 2,244 11/5/2016
1.0.96-rc1 2,232 11/5/2016
1.0.95-rc1 2,228 11/5/2016
1.0.94-rc1 2,222 11/5/2016
1.0.93-rc1 2,217 11/5/2016
1.0.92-rc1 2,117 11/5/2016
1.0.91-rc1 2,197 11/5/2016
1.0.90-rc1 2,023 11/5/2016
1.0.89-rc1 2,160 11/2/2016
1.0.88-rc1 2,254 11/2/2016
1.0.87-rc1 2,229 11/2/2016
1.0.86-rc1 2,041 11/2/2016
1.0.85-rc1 2,090 10/30/2016
1.0.84-rc1 1,922 10/30/2016
1.0.83-rc1 2,087 10/30/2016
1.0.82-rc1 1,993 10/30/2016
1.0.81-rc1 2,029 10/29/2016
1.0.80-rc1 1,852 10/29/2016
1.0.79-rc1 2,030 10/29/2016
1.0.78-rc1 1,961 10/28/2016
1.0.77-rc1 1,980 10/26/2016
1.0.76-rc1 2,020 10/25/2016
1.0.75-rc1 2,028 10/25/2016
1.0.69-rc1 1,948 10/25/2016
1.0.68-rc1 1,957 10/25/2016
1.0.67-rc1 2,065 10/25/2016
1.0.66-rc4 6,182 10/25/2016
1.0.66-rc3 6,383 10/25/2016
1.0.66-rc2 6,810 10/25/2016
1.0.66-rc1 6,292 10/25/2016
1.0.65-rc2 6,099 10/25/2016
1.0.65-rc1 6,611 10/25/2016
1.0.14-rc1 6,768 10/25/2016
0.0.13-rc1 7,072 10/25/2016
0.0.12-rc1 7,188 10/25/2016