Cqrs.WebApi 2.3.1581.806

There is a newer version of this package available.
See the version list below for details.
dotnet add package Cqrs.WebApi --version 2.3.1581.806
NuGet\Install-Package Cqrs.WebApi -Version 2.3.1581.806
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="Cqrs.WebApi" Version="2.3.1581.806" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cqrs.WebApi --version 2.3.1581.806
#r "nuget: Cqrs.WebApi, 2.3.1581.806"
#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 Cqrs.WebApi as a Cake Addin
#addin nuget:?package=Cqrs.WebApi&version=2.3.1581.806

// Install Cqrs.WebApi as a Cake Tool
#tool nuget:?package=Cqrs.WebApi&version=2.3.1581.806

Use ASP.NET Web API with CQRS.NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Cqrs.WebApi:

Package Downloads
Cqrs.Ninject.WebApi

Use Ninject as your IoC container of choice with WebAPI and CQRS.NET

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.0.44 269 1/19/2024
5.0.0.43 243 1/17/2024
5.0.0.42 240 1/15/2024
5.0.0.41 265 1/15/2024
5.0.0.40 239 1/15/2024
5.0.0.39 253 1/15/2024
5.0.0.38 252 1/14/2024
5.0.0.37 241 1/14/2024
5.0.0.36 257 1/13/2024
5.0.0.35 341 12/15/2023
5.0.0.34 314 12/10/2023
5.0.0.33 288 12/8/2023
5.0.0.32 360 11/19/2023
5.0.0.31 321 11/18/2023
5.0.0.30 347 10/23/2023
5.0.0.29 358 10/22/2023
5.0.0.28 341 10/19/2023
4.5.1.27 389 10/2/2023
4.5.1.26 381 10/2/2023
4.4.1.24 718 11/21/2022
4.4.1.23 748 10/21/2022
4.4.1.22 714 10/21/2022
4.4.1.21 763 10/13/2022
4.3.20 852 7/24/2022
4.3.19 824 7/23/2022
4.3.18 808 6/25/2022
4.3.17 801 6/25/2022
4.3.16 810 6/25/2022
4.3.15 795 6/23/2022
4.3.14 792 6/10/2022
4.3.13 832 6/9/2022
4.3.10 812 6/8/2022
4.3.9 787 5/30/2022
4.3.8 826 4/16/2022
4.3.7.2083851369 784 4/3/2022
4.3.6.2083241347 792 4/2/2022
2.4.1639.856 1,753 8/17/2018
2.4.1622.842 1,510 6/29/2018
2.4.1621.841 1,514 6/24/2018
2.4.1619.839 1,508 6/24/2018
2.3.1595.820 1,567 3/29/2018
2.3.1584.809 1,590 3/20/2018
2.3.1583.808 1,480 3/20/2018
2.3.1581.806 1,489 3/15/2018
2.3.1580.805 1,549 3/8/2018
2.3.1579.804 1,516 3/8/2018
2.3.1572.797 1,530 2/19/2018
2.2.1466.702 1,509 9/18/2017
2.2.1440.678 1,468 8/1/2017
2.2.1428.666 1,457 7/25/2017
2.2.1410.652 1,468 7/23/2017
2.2.1405.647 1,870 7/23/2017
2.1.1347.590 1,753 6/23/2017
2.0.1317.561 1,341 6/6/2017
1.601.1108.447 1,408 11/5/2016

Version 2.3

* Added IEventWithIdentity and ICommandWithIdentity to provide better event and command traceability versus aggregate and saga identification.
* Relaxed a lot of rules relating to WebAPI usage. Several constraints have now been removed.

Version 2.2

* Added CORS support with Microsoft.AspNet.WebApi.Cors.
* Refactored CqrsHttpApplication into the base CQRS package and migrated current usages to CqrsHttpApplicationWithSignalR.
* Relaxed the rules on the TAuthenticationToken type in HelpPageConfig. Switched to using "Cqrs.AuthenticationTokenType" app setting resolution.
* Allowed the loaded assembly XML documentation files in HelpPageConfig to be overridden if desired.
* Added support for generating documentation from HttpResponseMessage if you use HttpResponseMessage{TData}.

Version 2.1

* Added a Client WebAPI controller - something that was part of the blank solutions, but moving here for more broad use.
* Updated Microsoft.AspNet.SignalR.Core to version 2.2.2

Version 2.0

* Added a WebAPI controller
* Added a SignalR Hub and the class to proxy events from the message bus out over singalR.
* Added an implementation for notification proxy of NotifyCallerEventAttribute and NotifyEveryoneEventAttribute, but NOT NotifyEveryoneExceptCallerEventAttribute.
* Added a form-multipart encoded media type formatter