Ocelot 25.0.0-beta.2

Ocelot Logo

Release Status Development Status ReadTheDocs coveralls codecov License: MIT NuGet Downloads

About

Ocelot is a .NET API gateway. This project is aimed at people using .NET running a microservices (service-oriented) architecture that needs a unified point of entry into their system. However, it will work with anything that speaks HTTP(S) and runs on any platform that ASP.NET Core supports.

Ocelot consists of a series of ASP.NET Core middlewares arranged in a specific order. Ocelot custom middlewares manipulate 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 retrieved as the request 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!

Install

Ocelot is designed to work with ASP.NET Core and it targets net9.0 STS and net8.0, net10.0 LTS target framework monikers (TFMs). 1

Install Ocelot package and its dependencies using NuGet package manager:

Install-Package Ocelot

Or via the .NET CLI:

dotnet add package Ocelot

All versions are available on NuGet.

Documentation

  • RST-sources: This includes the source code for the documentation (in reStructuredText format, .rst files), which is up to date for the current development. And the rendered HTML documentation is available here.
  • Read the Docs: This official website, in HTML format, contains a wealth of information and will be helpful if you want to understand the features that Ocelot currently offers. The rendered HTML documentation, which is currently in development, is available here.
  • Ask Ocelot Guru: It is an AI focused on Ocelot, designed to answer your questions. 2

Features

The primary features—Configuration and Routing—are always utilized by users, even in a minimal app setup, without customizations or extra configurations. Ocelot's capabilities are categorized into three main groups of features: solid, hybrid, and feature-family groups, which are explained below.

  • Solid features are unique to Ocelot. They do not contain subfeatures and are not related to other features.
  • Hybrid features, on the other hand, have multiple relationships with other features and can be part of other features.
  • Feature families are large groups that consist of multiple subfeatures.
Group Features
Primary Configuration, Routing
Solid Caching, Delegating Handlers, Quality of Service3, Rate Limiting
Hybrid Administration, Aggregation4, Authentication, Configuration, Dependency Injection, Load Balancer
Family Configuration, Routing, Logging, Transformations, Service Discovery5

Feature groups are explained in the table below

Feature Relationships and Notes
Administration Administration heavily depends on Authentication, and Administration API methods are part of Authentication, Caching, and Configuration
Aggregation4 Aggregation relies on Routing
Authentication Authentication followed by Authorization
Configuration Configuration depends on Dependency Injection, including GET/POST operations via the Administration REST API, a specialized Websockets scheme/protocol, advanced Middleware Injection, and Metadata-based extensions
Routing Routing offers specialized Websockets and Dynamic Routing modes but does not support GraphQL6
Load Balancer Load Balancer is a critical dependency for Service Discovery
Logging Logging includes Error Handling and Tracing
Service Discovery5 Service Discovery with the following discovery providers: Consul, Kubernetes, Eureka, and Service Fabric
Transformations They provide transformations for Claims, Headers, and Method

Ocelot customizations can be configured using Metadata, developed with Delegating Handlers, and in advanced scenarios, they can be developed and then configured with Middleware Injection. For further details, refer to the Documentation.

Contributing

You can see what we are working on in the backlog. We love to receive contributions from the community, so please keep them coming. Pull requests, issues, and commentary welcome! octocat

Please complete the relevant template for issues and pull requests. Sometimes it's worth getting in touch with us to discuss changes before doing any work in case this is something we are already doing or it might not make sense. We can also give advice on the easiest way to do things octocat

Finally, we mark all existing issues as label: help wanted label: small effort label: medium effort label: large effort.7 If you want to contribute for the first time, we suggest looking at a label: help wanted label: small effort label: good first issue octocat

Notes


  1. Starting with version 21 and higher, the solution's code base supports Multitargeting as SDK-style projects. It should be easier for teams to migrate to the currently supported .NET 8, 9 and 10 frameworks. Also, new features will be available for all .NET SDKs that we support via multitargeting. Find out more here: Target frameworks in SDK-style projects

  2. Ocelot Guru is an unofficial tool to get answers regarding Ocelot: please consider it an advanced search tool. Thus, we have an official Questions & Answers category in the Discussions space.

  3. Retry policies only via Polly library referenced within the Ocelot.Provider.Polly extension package.

  4. Previously, the Aggregation feature was called Request Aggregation in versions 23.4.3 and earlier. Internally, within the Ocelot team, this feature is referred to as Multiplexer.

  5. Ocelot supports the following service discovery providers: (1) Consul through the Ocelot.Provider.Consul extension package, (2) Kubernetes via the Ocelot.Provider.Kubernetes extension package, and (3) Netflix Eureka, which utilizes the Steeltoe.Discovery.Eureka package referenced within the Ocelot.Provider.Eureka extension package. Additionally, Ocelot supports (4) Azure Service Fabric for service discovery, along with special modes such as Dynamic Routing and Custom Providers.

  6. Ocelot does not directly support GraphQL. Developers can easily integrate the GraphQL for .NET library.

  7. See all labels for the repository, which are useful for searching and filtering.

Showing the top 20 packages that depend on Ocelot.

Packages Downloads
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
26
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
27
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
28
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
29
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
31
MMLib.SwaggerForOcelot
Swagger generator for Ocelot downstream services.
33

https://github.com/ThreeMammals/Ocelot/blob/main/ReleaseNotes.md

Version Downloads Last updated
25.0.0-beta.2 6 03/22/2026
25.0.0-beta.1 6 02/28/2026
24.1.0 9 12/25/2025
24.1.0-beta.3 10 12/25/2025
24.1.0-beta.2 9 12/25/2025
24.1.0-beta.1 8 12/25/2025
24.0.1 17 07/18/2025
24.0.0 18 05/02/2025
23.5.0-beta.5 18 04/19/2025
23.5.0-beta.4 19 04/28/2025
23.5.0-beta.3 19 04/08/2025
23.5.0-beta.2 16 04/08/2025
23.5.0-beta.1 19 04/08/2025
23.4.3 23 01/18/2025
23.4.2 20 01/18/2025
23.4.1 18 01/18/2025
23.4.0 20 01/18/2025
23.3.6 22 01/18/2025
23.3.4 19 01/18/2025
23.3.3 21 06/28/2024
23.3.0 21 06/28/2024
23.2.2 23 06/03/2024
23.2.0 23 06/29/2024
23.1.0 23 03/26/2024
23.0.0 19 03/12/2024
22.0.1 20 01/05/2024
22.0.0 24 03/02/2024
21.0.0 18 03/13/2024
20.0.0 23 11/15/2023
19.0.4 22 03/12/2024
19.0.3 26 03/02/2024
19.0.2 22 03/02/2024
19.0.1 21 03/02/2024
19.0.0 24 03/02/2024
18.0.0 28 08/18/2023
17.0.1 21 03/02/2024
17.0.0 20 03/02/2024
16.0.2 22 11/19/2023
16.0.1 23 03/02/2024
16.0.0 26 03/02/2024
15.0.7 22 03/03/2024
15.0.6 22 03/16/2024
15.0.5 24 11/23/2023
15.0.4 23 03/02/2024
15.0.3 24 03/12/2024
15.0.2 23 11/18/2023
15.0.1 23 11/15/2023
15.0.0 26 11/15/2023
14.1.3 21 03/02/2024
14.1.2 21 11/15/2023
14.1.1 20 03/02/2024
14.1.0 25 11/17/2023
14.0.12 18 11/17/2023
14.0.11 22 03/17/2024
14.0.10 20 11/16/2023
14.0.9 19 03/14/2024
14.0.8 20 03/03/2024
14.0.7 23 11/15/2023
14.0.6 22 03/16/2024
14.0.5 24 11/16/2023
14.0.4 23 11/16/2023
14.0.3 23 11/13/2023
14.0.2 20 03/02/2024
14.0.1 24 03/24/2024
14.0.0 23 11/16/2023
13.9.0-alpha0115 20 03/09/2024
13.8.5 21 11/15/2023
13.8.4 20 03/17/2024
13.8.3 18 03/17/2024
13.8.2 20 03/03/2024
13.8.1 22 11/14/2023
13.8.0 23 11/13/2023
13.8.0-alpha0022 21 03/18/2024
13.8.0-alpha0019 19 03/06/2024
13.8.0-alpha0018 21 11/16/2023
13.8.0-alpha0017 19 03/18/2024
13.8.0-alpha0016 16 03/06/2024
13.8.0-alpha0015 17 03/18/2024
13.8.0-alpha0014 21 03/02/2024
13.8.0-alpha0010 17 03/22/2024
13.8.0-alpha0008 22 03/19/2024
13.8.0-alpha0006 22 03/08/2024
13.8.0-alpha0005 24 03/18/2024
13.8.0-alpha0003 21 03/06/2024
13.8.0-alpha0002 23 03/06/2024
13.7.0-alpha0011 19 03/08/2024
13.7.0-alpha0010 17 03/20/2024
13.7.0-alpha0009 20 03/20/2024
13.7.0-alpha0008 20 03/20/2024
13.7.0-alpha0007 20 03/19/2024
13.7.0-alpha0006 26 03/02/2024
13.7.0-alpha0005 22 03/20/2024
13.7.0-alpha0004 22 03/06/2024
13.7.0-alpha0003 21 11/13/2023
13.7.0-alpha0002 22 03/19/2024
13.6.0-alpha0014 20 03/09/2024
13.6.0-alpha0012 21 11/13/2023
13.6.0-alpha0011 20 03/09/2024
13.6.0-alpha0010 19 11/14/2023
13.6.0-alpha0008 25 03/08/2024
13.6.0-alpha0007 22 03/06/2024
13.6.0-alpha0006 26 11/12/2023
13.6.0-alpha0004 21 03/06/2024
13.6.0-alpha0002 24 03/06/2024
13.6.0-alpha0001 22 11/12/2023
13.5.2 23 03/02/2024
13.5.1 21 03/02/2024
13.5.0 21 11/15/2023
13.5.0-alpha0056 20 11/16/2023
13.5.0-alpha0055 22 03/19/2024
13.5.0-alpha0054 22 11/15/2023
13.5.0-alpha0053 17 03/18/2024
13.5.0-alpha0001 21 03/06/2024
13.4.1 20 11/14/2023
13.4.0-alpha0001 21 03/21/2024
13.3.0-alpha0001 21 03/05/2024
13.2.0-alpha0033 21 03/20/2024
13.2.0-alpha0031 20 03/08/2024
13.2.0-alpha0030 24 11/15/2023
13.2.0-alpha0026 25 11/14/2023
13.2.0-alpha0024 19 03/18/2024
13.2.0-alpha0023 19 11/17/2023
13.2.0-alpha0022 20 11/17/2023
13.2.0-alpha0021 22 11/13/2023
13.2.0-alpha0020 18 03/09/2024
13.2.0-alpha0015 19 11/16/2023
13.2.0-alpha0010 19 03/06/2024
13.2.0-alpha0009 25 03/08/2024
13.2.0-alpha0008 19 03/18/2024
13.2.0-alpha0007 20 03/22/2024
13.2.0-alpha0006 24 03/19/2024
13.2.0-alpha0004 23 11/21/2023
13.2.0-alpha0003 22 06/07/2024
13.2.0-alpha0001 21 11/15/2023
13.1.0-alpha0003 21 03/06/2024
13.1.0-alpha0002 21 03/18/2024
13.1.0-alpha0001 20 03/18/2024
13.0.0 23 11/14/2023
13.0.0-alpha0028 22 11/18/2023
12.1.0-unstable0009 18 03/06/2024
12.1.0-unstable0007 20 11/16/2023
12.1.0-unstable0005 24 03/06/2024
12.1.0-unstable0004 18 03/19/2024
12.1.0-unstable0003 18 11/15/2023
12.1.0-unstable0002 23 03/06/2024
12.1.0-unstable0001 21 11/15/2023
12.1.0-alpha0027 18 11/24/2023
12.1.0-alpha0026 21 03/19/2024
12.1.0-alpha0025 20 03/06/2024
12.1.0-alpha0024 24 03/06/2024
12.1.0-alpha0020 21 03/06/2024
12.1.0-alpha0019 20 03/06/2024
12.1.0-alpha0015 21 03/06/2024
12.1.0-alpha0014 21 03/22/2024
12.1.0-alpha0013 21 03/20/2024
12.1.0-alpha0011 18 03/20/2024
12.1.0-alpha0010 21 03/06/2024
12.0.1 20 03/02/2024
12.0.0 23 11/11/2023
11.1.0-unstable0009 21 11/16/2023
11.1.0-unstable0008 19 03/18/2024
11.1.0-unstable0007 20 11/12/2023
11.1.0-unstable0006 20 03/06/2024
11.1.0-unstable0005 20 03/06/2024
11.1.0-unstable0003 19 03/05/2024
11.1.0-unstable0002 19 11/17/2023
11.1.0-unstable0001 23 11/18/2023
11.0.3 24 03/02/2024
11.0.2 25 03/02/2024
11.0.1 24 03/13/2024
11.0.0 23 03/02/2024
11.0.0-unstable0021 17 03/20/2024
11.0.0-unstable0020 25 11/11/2023
10.1.0-unstable0019 19 03/05/2024
10.1.0-unstable0018 21 03/17/2024
10.1.0-unstable0017 19 03/05/2024
10.1.0-unstable0016 21 11/15/2023
10.1.0-unstable0015 21 03/16/2024
10.1.0-unstable0013 21 03/06/2024
10.1.0-unstable0012 19 11/15/2023
10.1.0-unstable0011 20 03/06/2024
10.1.0-unstable0010 21 03/16/2024
10.1.0-unstable0009 20 11/15/2023
10.1.0-unstable0008 19 03/16/2024
10.1.0-unstable0007 22 11/13/2023
10.1.0-unstable0006 21 11/16/2023
10.1.0-unstable0005 18 03/16/2024
10.1.0-unstable0004 18 11/15/2023
10.1.0-unstable0003 21 03/05/2024
10.1.0-unstable0002 20 03/05/2024
10.1.0-unstable0001 20 03/17/2024
10.0.4 23 03/02/2024
10.0.3 22 03/12/2024
10.0.2 21 03/02/2024
10.0.1 22 03/02/2024
10.0.0 25 03/02/2024
9.1.0-unstable0001 23 11/15/2023
9.0.0 24 11/16/2023
9.0.0-unstable0041 20 11/20/2023
8.1.0-unstable0040 17 03/19/2024
8.1.0-unstable0039 19 03/22/2024
8.1.0-unstable0037 19 11/17/2023
8.1.0-unstable0036 19 03/19/2024
8.1.0-unstable0035 21 03/19/2024
8.1.0-unstable0034 20 03/06/2024
8.1.0-unstable0031 20 11/15/2023
8.1.0-unstable0030 18 03/19/2024
8.1.0-unstable0029 19 11/16/2023
8.1.0-unstable0028 18 11/16/2023
8.1.0-unstable0027 17 03/06/2024
8.1.0-unstable0026 17 11/17/2023
8.1.0-unstable0025 21 11/17/2023
8.1.0-unstable0023 20 11/18/2023
8.1.0-unstable0022 20 03/18/2024
8.1.0-unstable0021 18 11/16/2023
8.1.0-unstable0020 21 03/19/2024
8.1.0-unstable0019 21 11/14/2023
8.1.0-unstable0018 20 03/18/2024
8.1.0-unstable0017 21 11/14/2023
8.1.0-unstable0016 19 03/28/2024
8.1.0-unstable0015 19 03/06/2024
8.1.0-unstable0014 20 11/15/2023
8.1.0-unstable0013 23 11/13/2023
8.1.0-unstable0012 19 03/22/2024
8.1.0-unstable0011 19 03/19/2024
8.1.0-unstable0010 25 11/14/2023
8.1.0-unstable0009 20 03/06/2024
8.1.0-unstable0008 22 03/06/2024
8.1.0-unstable0006 18 03/19/2024
8.1.0-unstable0005 18 03/06/2024
8.1.0-unstable0004 20 11/19/2023
8.1.0-unstable0003 20 11/16/2023
8.1.0-unstable0002 20 11/17/2023
8.1.0-unstable0001 23 03/17/2024
8.0.8 23 03/17/2024
8.0.7 20 03/16/2024
8.0.6 22 03/24/2024
8.0.5 20 03/02/2024
8.0.4 22 03/02/2024
8.0.3 23 11/14/2023
8.0.2 24 03/02/2024
8.0.1 22 03/02/2024
8.0.0 22 03/02/2024
8.0.0-unstable0044 20 03/19/2024
7.1.0-unstable0043 21 03/06/2024
7.1.0-unstable0042 19 03/06/2024
7.1.0-unstable0041 22 03/16/2024
7.1.0-unstable0040 19 03/17/2024
7.1.0-unstable0039 23 03/16/2024
7.1.0-unstable0038 22 05/25/2024
7.1.0-unstable0037 20 03/22/2024
7.1.0-unstable0036 20 03/17/2024
7.1.0-unstable0035 20 03/08/2024
7.1.0-unstable0034 25 03/06/2024
7.1.0-unstable0033 19 03/18/2024
7.1.0-unstable0031 20 03/03/2024
7.1.0-unstable0030 22 03/22/2024
7.1.0-unstable0029 20 11/11/2023
7.1.0-unstable0028 14 03/16/2024
7.1.0-unstable0027 20 03/06/2024
7.1.0-unstable0026 17 11/15/2023
7.1.0-unstable0025 20 03/06/2024
7.1.0-unstable0023 19 03/16/2024
7.1.0-unstable0022 21 03/16/2024
7.1.0-unstable0020 22 11/15/2023
7.1.0-unstable0019 20 03/16/2024
7.1.0-unstable0017 21 03/16/2024
7.1.0-unstable0016 19 11/16/2023
7.1.0-unstable0014 24 11/16/2023
7.1.0-unstable0013 20 11/13/2023
7.1.0-unstable0012 18 11/13/2023
7.1.0-unstable0011 19 03/17/2024
7.1.0-unstable0010 24 03/14/2024
7.1.0-unstable0009 20 03/06/2024
7.1.0-unstable0007 20 11/16/2023
7.1.0-unstable0006 23 03/03/2024
7.1.0-unstable0005 21 03/16/2024
7.1.0-unstable0002 18 03/13/2024
7.1.0-unstable0001 21 03/13/2024
7.0.9 23 11/12/2023
7.0.8 24 11/16/2023
7.0.7 22 11/13/2023
7.0.6 23 03/13/2024
7.0.5 22 03/02/2024
7.0.4 24 03/02/2024
7.0.3 24 03/05/2024
7.0.1 22 03/02/2024
7.0.0 23 11/12/2023
7.0.0-unstable0024 20 03/05/2024
6.1.0-unstable0019 19 03/06/2024
6.0.0 21 11/14/2023
6.0.0-unstable0064 20 03/19/2024
5.6.0-unstable0032 21 11/16/2023
5.6.0-unstable0031 19 02/28/2024
5.6.0-unstable0030 22 11/15/2023
5.6.0-unstable0028 17 03/06/2024
5.6.0-unstable0027 17 03/18/2024
5.6.0-unstable0025 19 11/15/2023
5.6.0-unstable0024 18 03/06/2024
5.6.0-unstable0023 19 03/19/2024
5.6.0-unstable0022 20 03/19/2024
5.6.0-unstable0021 20 11/15/2023
5.6.0-unstable0020 21 03/20/2024
5.6.0-unstable0006 20 03/28/2024
5.6.0-unstable0005 21 03/22/2024
5.6.0-unstable0004 19 03/19/2024
5.6.0-unstable0002 22 03/18/2024
5.6.0-unstable0001 25 11/15/2023
5.5.7 21 03/02/2024
5.5.6 22 11/13/2023
5.5.5 26 03/02/2024
5.5.4 21 03/02/2024
5.5.3 21 11/16/2023
5.5.2 20 03/02/2024
5.5.1 23 03/02/2024
5.5.0 21 03/01/2024
5.4.0-unstable0004 17 03/20/2024
5.4.0-unstable0003 17 03/21/2024
5.4.0-unstable0002 23 03/20/2024
5.4.0-unstable0001 20 03/18/2024
5.3.1 20 03/01/2024
5.3.0 22 11/14/2023
5.3.0-unstable0004 20 03/18/2024
5.3.0-unstable0003 25 11/16/2023
5.3.0-unstable0002 19 03/16/2024
5.2.0 23 11/12/2023
5.2.0-unstable0001 19 03/18/2024
5.1.0 21 03/01/2024
5.1.0-unstable0010 19 11/15/2023
5.1.0-unstable0009 19 03/19/2024
5.1.0-unstable0008 19 11/13/2023
5.1.0-unstable0007 19 11/21/2023
5.1.0-unstable0006 19 03/06/2024
5.1.0-unstable0005 21 03/19/2024
5.1.0-unstable0004 18 03/18/2024
5.1.0-unstable0002 19 11/21/2023
5.1.0-unstable0001 21 03/05/2024
5.0.1 21 03/02/2024
5.0.0 24 11/14/2023
4.1.0-unstable0001 20 03/18/2024
4.0.0 23 11/14/2023
4.0.0-unstable0013 19 11/16/2023
3.2.0-unstable0044 20 11/17/2023
3.2.0-unstable0040 22 03/18/2024
3.2.0-unstable0039 22 03/17/2024
3.2.0-unstable0038 20 03/06/2024
3.2.0-unstable0037 19 03/18/2024
3.2.0-unstable0033 19 11/17/2023
3.2.0-unstable0018 19 03/06/2024
3.2.0-unstable0017 22 03/06/2024
3.2.0-unstable0016 21 03/17/2024
3.2.0-unstable0015 22 03/17/2024
3.2.0-unstable0013 21 03/06/2024
3.2.0-unstable0012 21 03/06/2024
3.2.0-unstable0009 19 11/14/2023
3.2.0-unstable0008 20 11/16/2023
3.2.0-unstable0006 19 03/06/2024
3.2.0-unstable0005 20 03/17/2024
3.2.0-unstable0004 19 11/15/2023
3.2.0-unstable0002 18 03/16/2024
3.2.0-unstable0001 21 03/17/2024
3.1.9 23 03/02/2024
3.1.8 24 03/02/2024
3.1.7 22 11/12/2023
3.1.6 25 03/01/2024
3.1.5 22 03/02/2024
3.1.4 22 11/18/2023
3.1.0-unstable0012 19 03/06/2024
3.1.0-unstable0010 23 03/17/2024
3.1.0-unstable0007 19 03/22/2024
3.1.0-unstable0006 19 03/18/2024
3.1.0-unstable0005 21 11/17/2023
3.1.0-unstable0004 20 11/14/2023
3.1.0-unstable0003 21 03/05/2024
3.1.0-unstable0002 20 03/16/2024
3.1.0-unstable0001 22 11/13/2023
3.0.3 24 03/12/2024
3.0.2 22 01/17/2024
3.0.1 23 11/12/2023
3.0.0 20 03/01/2024
3.0.0-unstable0059 19 03/18/2024
2.1.0-unstable0058 17 11/20/2023
2.1.0-unstable0057 22 03/19/2024
2.1.0-unstable0056 19 03/19/2024
2.1.0-unstable0055 22 03/06/2024
2.1.0-unstable0053 21 03/19/2024
2.1.0-unstable0052 20 03/20/2024
2.1.0-unstable0051 19 03/19/2024
2.1.0-unstable0050 23 03/22/2024
2.1.0-unstable0049 19 11/15/2023
2.1.0-unstable0048 24 11/14/2023
2.1.0-unstable0047 21 11/17/2023
2.1.0-unstable0046 22 03/06/2024
2.1.0-unstable0045 22 03/18/2024
2.1.0-unstable0044 21 11/15/2023
2.1.0-unstable0043 19 03/17/2024
2.1.0-unstable0042 21 11/14/2023
2.1.0-unstable0041 19 03/19/2024
2.1.0-unstable0037 19 03/06/2024
2.1.0-unstable0036 19 03/19/2024
2.0.11 24 03/13/2024
2.0.10 23 03/02/2024
2.0.8 22 03/03/2024
2.0.7 24 03/02/2024
2.0.6 23 03/01/2024
2.0.5 21 03/02/2024
2.0.4 21 03/02/2024
2.0.3 21 03/12/2024
2.0.2 23 03/02/2024
2.0.1 22 03/02/2024
2.0.0 19 11/17/2023
1.5.0-unstable0158 19 03/06/2024
1.5.0-unstable0154 19 11/18/2023
1.5.0-unstable0151 20 11/14/2023
1.5.0-unstable0149 18 03/06/2024
1.5.0-unstable0144 20 03/20/2024
1.5.0-unstable0134 20 03/06/2024
1.5.0-unstable0131 19 03/19/2024
1.5.0-unstable0130 19 11/15/2023
1.5.0-unstable0122 19 03/19/2024
1.5.0-unstable0115 21 11/14/2023
1.5.0-unstable0111 20 03/19/2024
1.5.0-unstable0107 18 03/18/2024
1.5.0-unstable0103 16 03/22/2024
1.5.0-unstable0079 18 03/06/2024
1.5.0-unstable0072 17 03/18/2024
1.5.0-unstable0071 24 03/06/2024
1.5.0-unstable0067 19 11/23/2023
1.5.0-unstable0059 19 03/19/2024
1.5.0-unstable0053 21 03/06/2024
1.5.0-unstable0043 21 11/16/2023
1.5.0-unstable0033 21 03/06/2024
1.5.0-unstable0031 20 03/06/2024
1.5.0-unstable0029 19 11/16/2023
1.5.0-unstable0028 18 03/06/2024
1.5.0-unstable0027 19 03/22/2024
1.5.0-unstable0004 20 03/06/2024
1.4.20 21 11/14/2023
1.4.11 21 11/14/2023
1.4.10 23 03/18/2024
1.4.9 23 03/02/2024
1.4.8 20 03/02/2024
1.4.7 21 03/02/2024
1.4.6 23 03/02/2024
1.4.5 19 03/24/2024
1.4.4 22 03/02/2024
1.4.3 20 03/16/2024
1.4.2 25 03/13/2024
1.4.1 23 03/06/2024
1.4.0-unstable0110 19 03/21/2024
1.4.0-unstable0108 22 11/17/2023
1.4.0-unstable0106 20 03/06/2024
1.4.0-unstable0105 20 03/20/2024
1.4.0-unstable0104 22 11/11/2023
1.4.0-unstable0103 22 11/12/2023
1.4.0-unstable0102 23 11/15/2023
1.4.0-unstable0092 20 03/06/2024
1.4.0-unstable0091 20 03/20/2024
1.4.0-unstable0090 19 03/06/2024
1.4.0-unstable0089 19 11/13/2023
1.4.0-unstable0064 21 03/06/2024
1.4.0-unstable0058 17 03/20/2024
1.4.0-unstable0056 17 03/06/2024
1.4.0-unstable0055 23 11/18/2023
1.4.0-unstable0051 17 03/06/2024
1.4.0-unstable0030 19 11/12/2023
1.4.0-unstable0026 19 03/06/2024
1.4.0-unstable0023 21 11/12/2023
1.4.0-set-up-admin-api0001 15 03/06/2024
1.4.0-qos-documentatio0001 13 03/03/2024
1.4.0-pullrequest0047 19 11/15/2023
1.4.0-pullrequest0039 20 03/21/2024
1.4.0-publish-unable-a0001 18 03/04/2024
1.4.0-nuget-package-de0001 20 03/06/2024
1.4.0-beta0001 24 03/03/2024
1.3.3-pullrequest0054 20 03/06/2024
1.3.2 20 03/13/2024
1.3.2-pullrequest0045 25 11/14/2023
1.3.2-pullrequest0037 22 03/20/2024
1.3.1 22 03/19/2024
1.3.0-unstable0002 20 03/05/2024
1.2.0-unstable0033 20 03/06/2024
1.1.0 21 03/02/2024
1.1.0-beta0001 22 03/03/2024
1.0.123 22 03/02/2024
1.0.122 19 03/20/2024
1.0.120 20 03/03/2024
1.0.117 22 03/03/2024
1.0.115-rc1 18 03/21/2024
1.0.114-rc1 21 03/06/2024
1.0.112-rc1 22 11/12/2023
1.0.111-rc1 22 11/25/2023
1.0.110-rc1 18 03/20/2024
1.0.109-rc1 25 11/11/2023
1.0.108-rc1 23 11/15/2023
1.0.107-rc1 18 03/27/2024
1.0.106-rc1 20 03/19/2024
1.0.104-rc1 21 03/21/2024
1.0.103-rc1 19 03/06/2024
1.0.102-rc1 20 11/16/2023
1.0.101-rc1 22 11/18/2023
1.0.100-rc1 20 03/06/2024
1.0.99-rc1 25 11/18/2023
1.0.98-rc1 22 11/20/2023
1.0.97-rc1 24 03/06/2024
1.0.96-rc1 23 11/17/2023
1.0.95-rc1 20 03/20/2024
1.0.94-rc1 21 03/20/2024
1.0.93-rc1 23 11/17/2023
1.0.92-rc1 23 03/06/2024
1.0.91-rc1 21 03/20/2024
1.0.90-rc1 24 03/19/2024
1.0.89-rc1 22 03/03/2024
1.0.88-rc1 22 03/03/2024
1.0.87-rc1 23 03/06/2024
1.0.85-rc1 24 03/06/2024
1.0.84-rc1 23 03/06/2024
1.0.83-rc1 26 03/06/2024
1.0.82-rc1 23 11/15/2023
1.0.81-rc1 22 03/19/2024
1.0.80-rc1 22 03/18/2024
1.0.79-rc1 20 03/03/2024
1.0.78-rc1 23 03/06/2024
1.0.77-rc1 20 03/19/2024
1.0.76-rc1 22 11/15/2023
1.0.75-rc1 24 03/06/2024
1.0.69-rc1 21 03/06/2024
1.0.68-rc1 21 11/15/2023
1.0.67-rc1 23 11/15/2023
1.0.66-rc4 25 11/17/2023
1.0.66-rc3 22 11/14/2023
1.0.66-rc2 21 03/20/2024
1.0.66-rc1 22 03/03/2024
1.0.65-rc2 22 03/06/2024
1.0.65-rc1 24 03/06/2024
1.0.14-rc1 23 03/21/2024
0.0.13-rc1 23 03/06/2024
0.0.12-rc1 22 03/06/2024
0.0.0-dev 19 04/08/2025