Ocelot 19.0.2

.NET 7.0
dotnet add package Ocelot --version 19.0.2
NuGet\Install-Package Ocelot -Version 19.0.2
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="19.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ocelot --version 19.0.2
#r "nuget: Ocelot, 19.0.2"
#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=19.0.2

// Install Ocelot as a Cake Tool
#tool nuget:?package=Ocelot&version=19.0.2

Ocelot is an API Gateway. The 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.  reference tokens. 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 net7.0 is compatible.  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. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (106)

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

Ocelot.Administration

Provides Ocelot extensions to use the administration API and IdentityService dependencies that come with it

GitHub repositories (31)

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

Repository Stars
ThreeMammals/Ocelot
dotnet 7.0 API Gateway
anjoy8/Blog.Core
💖 ASP.NET Core 6.0/7.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 and SeriLog, use the HealthChecks with Watchdog, Implement Retry and Circuit Breaker patterns with Polly and so on.. See Microservices Architecture and Step by Step Implementation on .NET Course w/ discount->
asc-lab/dotnetcore-microservices-poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 7 Clean Architecture (Microservices + Dapr, Modular Monolith, Monolith), Blazor, Angular 15, React 18, Vue 3, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, Identity Server, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud (Azure, AWS) Services, ...
Version Downloads Last updated
19.0.2 11,397 4/22/2023
19.0.1 339 4/22/2023
19.0.0 444 4/22/2023
18.0.0 1,005,177 1/20/2022
17.0.1 147,069 12/20/2021
17.0.0 869,768 12/11/2020
16.0.2 11,201 12/11/2020
16.0.1 1,061,169 5/25/2020
16.0.0 33,231 5/23/2020
15.0.7 82,582 5/23/2020
15.0.6 266,477 4/13/2020
15.0.5 8,514 4/13/2020
15.0.4 2,428 4/13/2020
15.0.3 3,488 4/13/2020
15.0.2 3,005 4/12/2020
15.0.1 5,845 4/11/2020
15.0.0 10,860 4/11/2020
14.1.3 28,312 4/11/2020
14.1.2 1,618 4/11/2020
14.1.1 2,247 4/11/2020
14.1.0 94,638 3/13/2020
14.0.12 10,226 3/11/2020
14.0.11 50,651 2/22/2020
14.0.10 5,040 2/21/2020
14.0.9 60,165 2/9/2020
14.0.8 1,778 2/9/2020
14.0.7 1,500 2/9/2020
14.0.6 1,559 2/9/2020
14.0.5 20,641 2/4/2020
14.0.4 1,527 2/4/2020
14.0.3 62,555 1/19/2020
14.0.2 1,529 1/19/2020
14.0.1 1,871 1/19/2020
14.0.0 7,084 1/19/2020
13.9.0-alpha0115 7,572 11/5/2019
13.8.5 13,912 1/18/2020
13.8.4 13,203 1/18/2020
13.8.3 1,652 1/18/2020
13.8.2 1,689 1/17/2020
13.8.1 6,299 1/17/2020
13.8.0 195,923 10/28/2019
13.8.0-alpha0022 744 10/28/2019
13.8.0-alpha0019 8,703 9/23/2019
13.8.0-alpha0018 2,855 9/12/2019
13.8.0-alpha0017 886 9/12/2019
13.8.0-alpha0016 1,451 8/23/2019
13.8.0-alpha0015 959 8/23/2019
13.8.0-alpha0014 1,423 8/12/2019
13.8.0-alpha0010 1,172 7/28/2019
13.8.0-alpha0008 959 7/28/2019
13.8.0-alpha0006 2,206 7/1/2019
13.8.0-alpha0005 905 7/1/2019
13.8.0-alpha0004 905 7/1/2019
13.8.0-alpha0003 1,144 6/25/2019
13.8.0-alpha0002 8,364 6/18/2019
13.7.0-alpha0011 1,166 6/1/2019
13.7.0-alpha0010 1,134 5/30/2019
13.7.0-alpha0009 997 5/30/2019
13.7.0-alpha0008 1,020 5/30/2019
13.7.0-alpha0007 1,105 5/28/2019
13.7.0-alpha0006 1,021 5/27/2019
13.7.0-alpha0005 1,008 5/24/2019
13.7.0-alpha0004 1,018 5/23/2019
13.7.0-alpha0003 939 5/22/2019
13.7.0-alpha0002 1,012 5/22/2019
13.6.0-alpha0014 1,031 5/20/2019
13.6.0-alpha0012 1,198 5/13/2019
13.6.0-alpha0011 1,005 5/13/2019
13.6.0-alpha0010 984 5/10/2019
13.6.0-alpha0008 1,069 5/7/2019
13.6.0-alpha0007 1,049 5/4/2019
13.6.0-alpha0006 1,037 5/4/2019
13.6.0-alpha0004 1,125 4/13/2019
13.6.0-alpha0002 1,011 4/13/2019
13.6.0-alpha0001 1,141 4/8/2019
13.5.2 455,855 6/1/2019
13.5.1 48,311 5/20/2019
13.5.0 112,758 3/30/2019
13.5.0-alpha0056 969 3/30/2019
13.5.0-alpha0055 766 3/29/2019
13.5.0-alpha0054 943 3/29/2019
13.5.0-alpha0053 957 3/24/2019
13.5.0-alpha0001 929 3/23/2019
13.4.1 29,380 3/23/2019
13.4.0-alpha0001 980 3/23/2019
13.3.0-alpha0001 919 3/23/2019
13.2.0-alpha0034 915 3/22/2019
13.2.0-alpha0033 940 3/22/2019
13.2.0-alpha0031 775 3/22/2019
13.2.0-alpha0030 742 3/19/2019
13.2.0-alpha0026 778 3/19/2019
13.2.0-alpha0024 850 3/12/2019
13.2.0-alpha0023 763 3/12/2019
13.2.0-alpha0022 802 3/11/2019
13.2.0-alpha0021 782 3/11/2019
13.2.0-alpha0020 722 3/11/2019
13.2.0-alpha0015 1,171 2/25/2019
13.2.0-alpha0010 1,152 1/31/2019
13.2.0-alpha0009 1,063 1/27/2019
13.2.0-alpha0008 1,051 1/27/2019
13.2.0-alpha0007 1,057 1/27/2019
13.2.0-alpha0006 1,030 1/26/2019
13.2.0-alpha0004 1,023 1/26/2019
13.2.0-alpha0003 1,115 1/18/2019
13.2.0-alpha0001 1,065 1/16/2019
13.1.0-alpha0003 1,069 1/11/2019
13.1.0-alpha0002 1,022 1/11/2019
13.1.0-alpha0001 1,016 1/11/2019
13.0.0 152,676 1/13/2019
13.0.0-alpha0028 1,035 1/7/2019
12.1.0-unstable0009 2,424 9/30/2018
12.1.0-unstable0007 742 9/25/2018
12.1.0-unstable0005 692 9/25/2018
12.1.0-unstable0004 668 9/25/2018
12.1.0-unstable0003 683 9/24/2018
12.1.0-unstable0002 674 9/24/2018
12.1.0-unstable0001 2,065 9/22/2018
12.1.0-alpha0027 596 1/3/2019
12.1.0-alpha0026 577 12/26/2018
12.1.0-alpha0025 584 12/26/2018
12.1.0-alpha0024 580 12/17/2018
12.1.0-alpha0020 585 12/17/2018
12.1.0-alpha0019 579 12/16/2018
12.1.0-alpha0015 541 12/16/2018
12.1.0-alpha0014 548 12/8/2018
12.1.0-alpha0013 666 10/13/2018
12.1.0-alpha0011 601 10/13/2018
12.1.0-alpha0010 613 10/13/2018
12.0.1 213,026 9/30/2018
12.0.0 11,394 9/20/2018
12.0.0-unstable0014 658 9/20/2018
11.1.0-unstable0009 677 9/20/2018
11.1.0-unstable0008 742 9/12/2018
11.1.0-unstable0007 704 9/12/2018
11.1.0-unstable0006 682 9/12/2018
11.1.0-unstable0005 708 9/11/2018
11.1.0-unstable0003 754 9/4/2018
11.1.0-unstable0002 716 9/3/2018
11.1.0-unstable0001 679 9/3/2018
11.0.3 7,651 9/13/2018
11.0.2 16,807 9/3/2018
11.0.1 1,129 9/3/2018
11.0.0 2,730 9/1/2018
11.0.0-unstable0021 676 9/1/2018
11.0.0-unstable0020 673 8/31/2018
10.1.0-unstable0019 702 8/31/2018
10.1.0-unstable0018 698 8/30/2018
10.1.0-unstable0017 753 8/28/2018
10.1.0-unstable0016 685 8/27/2018
10.1.0-unstable0015 684 8/26/2018
10.1.0-unstable0013 691 8/25/2018
10.1.0-unstable0012 746 8/25/2018
10.1.0-unstable0011 1,089 8/20/2018
10.1.0-unstable0010 767 8/19/2018
10.1.0-unstable0009 808 8/19/2018
10.1.0-unstable0008 731 8/19/2018
10.1.0-unstable0007 1,050 8/14/2018
10.1.0-unstable0006 808 8/14/2018
10.1.0-unstable0005 742 8/14/2018
10.1.0-unstable0004 753 8/14/2018
10.1.0-unstable0003 707 8/12/2018
10.1.0-unstable0002 771 8/12/2018
10.1.0-unstable0001 706 8/12/2018
10.0.4 29,964 8/25/2018
10.0.3 9,566 8/19/2018
10.0.2 5,576 8/14/2018
10.0.1 3,105 8/12/2018
10.0.0 5,158 8/12/2018
9.1.0-unstable0001 718 8/12/2018
9.0.0 4,457 8/12/2018
9.0.0-unstable0041 789 8/12/2018
8.1.0-unstable0040 789 8/12/2018
8.1.0-unstable0039 733 8/11/2018
8.1.0-unstable0037 1,055 8/11/2018
8.1.0-unstable0036 735 8/11/2018
8.1.0-unstable0035 767 8/4/2018
8.1.0-unstable0034 701 8/4/2018
8.1.0-unstable0031 723 8/4/2018
8.1.0-unstable0030 731 8/4/2018
8.1.0-unstable0029 724 8/3/2018
8.1.0-unstable0028 1,922 8/2/2018
8.1.0-unstable0027 728 8/2/2018
8.1.0-unstable0026 746 8/1/2018
8.1.0-unstable0025 748 7/31/2018
8.1.0-unstable0023 710 7/31/2018
8.1.0-unstable0022 743 7/31/2018
8.1.0-unstable0021 729 7/31/2018
8.1.0-unstable0020 731 7/30/2018
8.1.0-unstable0019 737 7/30/2018
8.1.0-unstable0018 739 7/30/2018
8.1.0-unstable0017 707 7/30/2018
8.1.0-unstable0016 739 7/29/2018
8.1.0-unstable0015 728 7/29/2018
8.1.0-unstable0014 757 7/27/2018
8.1.0-unstable0013 705 7/27/2018
8.1.0-unstable0012 731 7/25/2018
8.1.0-unstable0011 724 7/25/2018
8.1.0-unstable0010 723 7/23/2018
8.1.0-unstable0009 702 7/21/2018
8.1.0-unstable0008 718 7/21/2018
8.1.0-unstable0006 743 7/20/2018
8.1.0-unstable0005 757 7/20/2018
8.1.0-unstable0004 710 7/20/2018
8.1.0-unstable0003 736 7/19/2018
8.1.0-unstable0002 776 7/19/2018
8.1.0-unstable0001 1,188 7/12/2018
8.0.8 4,128 8/11/2018
8.0.7 7,791 8/4/2018
8.0.6 2,207 8/3/2018
8.0.5 3,267 8/3/2018
8.0.4 12,308 7/30/2018
8.0.3 5,168 7/28/2018
8.0.2 3,871 7/25/2018
8.0.1 3,267 7/21/2018
8.0.0 24,742 7/11/2018
8.0.0-unstable0044 837 7/11/2018
7.1.0-unstable0043 845 7/11/2018
7.1.0-unstable0042 840 7/10/2018
7.1.0-unstable0041 842 7/10/2018
7.1.0-unstable0040 836 7/9/2018
7.1.0-unstable0039 791 7/9/2018
7.1.0-unstable0038 800 7/8/2018
7.1.0-unstable0037 806 7/8/2018
7.1.0-unstable0036 1,026 7/5/2018
7.1.0-unstable0035 818 7/2/2018
7.1.0-unstable0034 847 7/1/2018
7.1.0-unstable0033 775 6/29/2018
7.1.0-unstable0031 906 6/27/2018
7.1.0-unstable0030 888 6/22/2018
7.1.0-unstable0029 864 6/22/2018
7.1.0-unstable0028 840 6/21/2018
7.1.0-unstable0027 823 6/20/2018
7.1.0-unstable0026 813 6/20/2018
7.1.0-unstable0025 746 6/19/2018
7.1.0-unstable0023 823 6/17/2018
7.1.0-unstable0022 793 6/15/2018
7.1.0-unstable0020 870 6/12/2018
7.1.0-unstable0019 787 6/11/2018
7.1.0-unstable0017 823 6/11/2018
7.1.0-unstable0016 834 6/11/2018
7.1.0-unstable0014 743 6/8/2018
7.1.0-unstable0013 855 6/8/2018
7.1.0-unstable0012 824 6/6/2018
7.1.0-unstable0011 2,171 5/31/2018
7.1.0-unstable0010 892 5/24/2018
7.1.0-unstable0009 861 5/24/2018
7.1.0-unstable0007 842 5/22/2018
7.1.0-unstable0006 832 5/22/2018
7.1.0-unstable0005 911 5/17/2018
7.1.0-unstable0002 920 5/15/2018
7.1.0-unstable0001 898 5/14/2018
7.0.9 4,830 7/9/2018
7.0.8 2,472 7/8/2018
7.0.7 3,279 7/2/2018
7.0.6 8,783 6/22/2018
7.0.5 23,467 6/12/2018
7.0.4 13,776 5/17/2018
7.0.3 2,598 5/15/2018
7.0.1 2,249 5/14/2018
7.0.0 2,440 5/11/2018
7.0.0-unstable0024 754 5/11/2018
6.1.0-unstable0019 848 5/9/2018
6.0.0 4,854 4/30/2018
6.0.0-unstable0064 912 4/30/2018
5.6.0-unstable0032 908 4/30/2018
5.6.0-unstable0031 874 4/30/2018
5.6.0-unstable0030 774 4/26/2018
5.6.0-unstable0029 868 4/26/2018
5.6.0-unstable0028 846 4/25/2018
5.6.0-unstable0027 887 4/24/2018
5.6.0-unstable0025 951 4/22/2018
5.6.0-unstable0024 955 4/20/2018
5.6.0-unstable0023 1,050 4/18/2018
5.6.0-unstable0022 823 4/18/2018
5.6.0-unstable0021 799 4/18/2018
5.6.0-unstable0020 848 4/18/2018
5.6.0-unstable0006 840 4/17/2018
5.6.0-unstable0005 833 4/17/2018
5.6.0-unstable0004 928 4/14/2018
5.6.0-unstable0003 1,440 4/7/2018
5.6.0-unstable0002 861 4/12/2018
5.6.0-unstable0001 883 4/8/2018
5.5.7 8,381 4/25/2018
5.5.6 2,003 4/25/2018
5.5.5 2,249 4/22/2018
5.5.4 2,098 4/21/2018
5.5.3 3,278 4/19/2018
5.5.2 2,367 4/12/2018
5.5.1 4,193 4/8/2018
5.5.0 2,756 4/7/2018
5.4.0-unstable0004 967 4/7/2018
5.4.0-unstable0003 939 4/7/2018
5.4.0-unstable0002 862 4/6/2018
5.4.0-unstable0001 866 4/2/2018
5.3.1 4,355 4/2/2018
5.3.0 3,041 3/24/2018
5.3.0-unstable0004 1,018 3/23/2018
5.3.0-unstable0003 920 3/22/2018
5.3.0-unstable0002 862 3/21/2018
5.2.0 2,443 3/20/2018
5.2.0-unstable0001 855 3/20/2018
5.1.0 2,293 3/18/2018
5.1.0-unstable0010 838 3/18/2018
5.1.0-unstable0009 861 3/17/2018
5.1.0-unstable0008 864 3/17/2018
5.1.0-unstable0007 877 3/17/2018
5.1.0-unstable0006 831 3/17/2018
5.1.0-unstable0005 867 3/16/2018
5.1.0-unstable0004 910 3/14/2018
5.1.0-unstable0002 877 3/13/2018
5.1.0-unstable0001 841 3/10/2018
5.0.1 3,020 3/13/2018
5.0.0 2,571 3/10/2018
4.1.0-unstable0001 858 3/10/2018
4.0.0 2,344 3/9/2018
4.0.0-unstable0013 831 3/9/2018
3.2.0-unstable0044 827 3/8/2018
3.2.0-unstable0040 859 3/8/2018
3.2.0-unstable0039 868 3/5/2018
3.2.0-unstable0038 891 3/4/2018
3.2.0-unstable0037 823 3/4/2018
3.2.0-unstable0033 846 3/3/2018
3.2.0-unstable0018 856 3/3/2018
3.2.0-unstable0017 829 3/2/2018
3.2.0-unstable0016 922 3/2/2018
3.2.0-unstable0015 876 3/2/2018
3.2.0-unstable0013 849 3/2/2018
3.2.0-unstable0012 858 3/2/2018
3.2.0-unstable0009 889 3/2/2018
3.2.0-unstable0008 832 3/2/2018
3.2.0-unstable0007 829 3/1/2018
3.2.0-unstable0006 875 2/27/2018
3.2.0-unstable0005 858 2/27/2018
3.2.0-unstable0004 846 2/27/2018
3.2.0-unstable0002 1,803 2/21/2018
3.2.0-unstable0001 892 2/15/2018
3.1.9 3,946 3/4/2018
3.1.8 2,148 3/3/2018
3.1.7 2,426 3/1/2018
3.1.6 2,445 2/21/2018
3.1.5 2,517 2/15/2018
3.1.4 2,225 2/14/2018
3.1.0-unstable0012 938 2/14/2018
3.1.0-unstable0010 946 2/13/2018
3.1.0-unstable0007 867 2/13/2018
3.1.0-unstable0006 863 2/12/2018
3.1.0-unstable0005 972 2/8/2018
3.1.0-unstable0004 880 2/3/2018
3.1.0-unstable0003 886 2/2/2018
3.1.0-unstable0002 864 2/1/2018
3.1.0-unstable0001 863 2/1/2018
3.0.3 2,033 2/13/2018
3.0.2 2,800 2/5/2018
3.0.1 2,279 2/2/2018
3.0.0 35,457 1/31/2018
3.0.0-unstable0059 925 1/31/2018
2.1.0-unstable0058 914 1/31/2018
2.1.0-unstable0057 861 1/27/2018
2.1.0-unstable0056 878 1/22/2018
2.1.0-unstable0055 869 1/18/2018
2.1.0-unstable0053 911 1/16/2018
2.1.0-unstable0052 855 1/13/2018
2.1.0-unstable0051 872 1/10/2018
2.1.0-unstable0050 843 1/10/2018
2.1.0-unstable0049 838 1/10/2018
2.1.0-unstable0048 833 1/10/2018
2.1.0-unstable0047 888 1/6/2018
2.1.0-unstable0046 909 1/5/2018
2.1.0-unstable0045 855 1/5/2018
2.1.0-unstable0044 890 1/2/2018
2.1.0-unstable0043 869 1/1/2018
2.1.0-unstable0042 924 12/18/2017
2.1.0-unstable0041 867 12/12/2017
2.1.0-unstable0037 808 12/9/2017
2.1.0-unstable0036 1,503 12/6/2017
2.0.11 2,406 1/22/2018
2.0.10 3,121 1/10/2018
2.0.8 2,119 1/6/2018
2.0.7 2,104 1/5/2018
2.0.6 2,114 1/2/2018
2.0.5 2,130 1/1/2018
2.0.4 4,402 11/25/2017
2.0.3 6,103 11/22/2017
2.0.2 2,139 11/19/2017
2.0.1 7,354 11/15/2017
2.0.0 3,520 11/1/2017
1.5.0-unstable0158 763 10/13/2017
1.5.0-unstable0154 770 10/9/2017
1.5.0-unstable0151 781 10/9/2017
1.5.0-unstable0149 771 9/12/2017
1.5.0-unstable0147 784 8/30/2017
1.5.0-unstable0144 856 7/19/2017
1.5.0-unstable0134 809 7/4/2017
1.5.0-unstable0133 821 7/4/2017
1.5.0-unstable0131 845 7/4/2017
1.5.0-unstable0130 837 6/30/2017
1.5.0-unstable0122 800 6/29/2017
1.5.0-unstable0115 794 6/25/2017
1.5.0-unstable0111 815 6/24/2017
1.5.0-unstable0107 831 6/17/2017
1.5.0-unstable0103 814 6/16/2017
1.5.0-unstable0079 841 5/9/2017
1.5.0-unstable0072 827 4/28/2017
1.5.0-unstable0071 808 4/23/2017
1.5.0-unstable0067 793 4/21/2017
1.5.0-unstable0059 859 4/16/2017
1.5.0-unstable0053 849 3/19/2017
1.5.0-unstable0043 838 3/19/2017
1.5.0-unstable0039 833 3/18/2017
1.5.0-unstable0033 810 3/15/2017
1.5.0-unstable0031 843 3/14/2017
1.5.0-unstable0029 858 3/12/2017
1.5.0-unstable0028 843 3/12/2017
1.5.0-unstable0027 833 3/12/2017
1.5.0-unstable0004 827 3/7/2017
1.4.20 1,313 10/13/2017
1.4.11 1,376 10/9/2017
1.4.10 1,711 8/30/2017
1.4.9 1,568 6/30/2017
1.4.8 1,291 6/29/2017
1.4.7 1,305 6/25/2017
1.4.6 1,284 6/24/2017
1.4.5 1,304 6/19/2017
1.4.4 1,332 4/28/2017
1.4.3 1,758 4/27/2017
1.4.2 1,732 4/16/2017
1.4.1 1,450 3/7/2017
1.4.0-unstable0110 808 3/6/2017
1.4.0-unstable0108 800 3/5/2017
1.4.0-unstable0107 872 3/5/2017
1.4.0-unstable0106 832 3/5/2017
1.4.0-unstable0105 795 3/5/2017
1.4.0-unstable0104 842 3/5/2017
1.4.0-unstable0103 805 3/5/2017
1.4.0-unstable0102 794 3/5/2017
1.4.0-unstable0092 929 2/26/2017
1.4.0-unstable0091 858 2/25/2017
1.4.0-unstable0090 834 2/25/2017
1.4.0-unstable0089 851 2/25/2017
1.4.0-unstable0064 817 2/21/2017
1.4.0-unstable0058 840 2/17/2017
1.4.0-unstable0056 832 2/17/2017
1.4.0-unstable0055 813 2/16/2017
1.4.0-unstable0051 830 2/15/2017
1.4.0-unstable0030 829 2/11/2017
1.4.0-unstable0026 847 2/11/2017
1.4.0-unstable0023 807 2/11/2017
1.4.0-set-up-admin-api0001 885 2/15/2017
1.4.0-qos-documentatio0001 835 2/11/2017
1.4.0-pullrequest0047 837 2/17/2017
1.4.0-pullrequest0039 849 2/11/2017
1.4.0-publish-unable-a0001 818 2/11/2017
1.4.0-nuget-package-de0001 820 2/17/2017
1.4.0-beta0001 773 3/7/2017
1.3.3-pullrequest0054 824 2/20/2017
1.3.2 1,337 2/17/2017
1.3.2-pullrequest0045 822 2/15/2017
1.3.2-pullrequest0037 818 2/15/2017
1.3.1 1,255 2/7/2017
1.3.0-unstable0002 851 2/7/2017
1.2.0-unstable0033 906 2/6/2017
1.1.0 1,325 2/2/2017
1.1.0-beta0001 788 2/2/2017
1.0.123 1,204 1/29/2017
1.0.122 1,229 1/24/2017
1.0.120 1,215 1/21/2017
1.0.117 1,266 1/21/2017
1.0.115-rc1 780 1/21/2017
1.0.114-rc1 780 1/20/2017
1.0.112-rc1 775 1/18/2017
1.0.111-rc1 745 1/17/2017
1.0.110-rc1 844 1/17/2017
1.0.109-rc1 789 1/17/2017
1.0.108-rc1 794 1/12/2017
1.0.107-rc1 756 1/12/2017
1.0.106-rc1 776 12/1/2016
1.0.104-rc1 797 11/26/2016
1.0.103-rc1 797 11/26/2016
1.0.102-rc1 1,011 11/6/2016
1.0.101-rc1 904 11/6/2016
1.0.100-rc1 986 11/5/2016
1.0.99-rc1 953 11/5/2016
1.0.98-rc1 983 11/5/2016
1.0.97-rc1 955 11/5/2016
1.0.96-rc1 982 11/5/2016
1.0.95-rc1 969 11/5/2016
1.0.94-rc1 986 11/5/2016
1.0.93-rc1 949 11/5/2016
1.0.92-rc1 903 11/5/2016
1.0.91-rc1 929 11/5/2016
1.0.90-rc1 863 11/5/2016
1.0.89-rc1 1,015 11/2/2016
1.0.88-rc1 1,013 11/2/2016
1.0.87-rc1 1,009 11/2/2016
1.0.86-rc1 824 11/2/2016
1.0.85-rc1 824 10/30/2016
1.0.84-rc1 802 10/30/2016
1.0.83-rc1 842 10/30/2016
1.0.82-rc1 769 10/30/2016
1.0.81-rc1 758 10/29/2016
1.0.80-rc1 733 10/29/2016
1.0.79-rc1 748 10/29/2016
1.0.78-rc1 770 10/28/2016
1.0.77-rc1 776 10/26/2016
1.0.76-rc1 761 10/25/2016
1.0.75-rc1 789 10/25/2016
1.0.69-rc1 754 10/25/2016
1.0.68-rc1 750 10/25/2016
1.0.67-rc1 761 10/25/2016
1.0.66-rc4 785 10/25/2016
1.0.66-rc3 758 10/25/2016
1.0.66-rc2 763 10/25/2016
1.0.66-rc1 776 10/25/2016
1.0.65-rc2 767 10/25/2016
1.0.65-rc1 781 10/25/2016
1.0.14-rc1 783 10/25/2016
0.0.13-rc1 776 10/25/2016
0.0.12-rc1 798 10/25/2016