Cqrs.WebApi 2.2.1440.678

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

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

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 243 1/19/2024
5.0.0.43 207 1/17/2024
5.0.0.42 211 1/15/2024
5.0.0.41 229 1/15/2024
5.0.0.40 210 1/15/2024
5.0.0.39 224 1/15/2024
5.0.0.38 216 1/14/2024
5.0.0.37 210 1/14/2024
5.0.0.36 226 1/13/2024
5.0.0.35 309 12/15/2023
5.0.0.34 287 12/10/2023
5.0.0.33 262 12/8/2023
5.0.0.32 322 11/19/2023
5.0.0.31 290 11/18/2023
5.0.0.30 311 10/23/2023
5.0.0.29 327 10/22/2023
5.0.0.28 314 10/19/2023
4.5.1.27 352 10/2/2023
4.5.1.26 348 10/2/2023
4.4.1.24 690 11/21/2022
4.4.1.23 719 10/21/2022
4.4.1.22 696 10/21/2022
4.4.1.21 739 10/13/2022
4.3.20 794 7/24/2022
4.3.19 793 7/23/2022
4.3.18 778 6/25/2022
4.3.17 777 6/25/2022
4.3.16 778 6/25/2022
4.3.15 769 6/23/2022
4.3.14 763 6/10/2022
4.3.13 803 6/9/2022
4.3.10 788 6/8/2022
4.3.9 757 5/30/2022
4.3.8 800 4/16/2022
4.3.7.2083851369 756 4/3/2022
4.3.6.2083241347 759 4/2/2022
2.4.1639.856 1,724 8/17/2018
2.4.1622.842 1,476 6/29/2018
2.4.1621.841 1,480 6/24/2018
2.4.1619.839 1,473 6/24/2018
2.3.1595.820 1,537 3/29/2018
2.3.1584.809 1,556 3/20/2018
2.3.1583.808 1,450 3/20/2018
2.3.1581.806 1,456 3/15/2018
2.3.1580.805 1,516 3/8/2018
2.3.1579.804 1,483 3/8/2018
2.3.1572.797 1,501 2/19/2018
2.2.1466.702 1,478 9/18/2017
2.2.1440.678 1,441 8/1/2017
2.2.1428.666 1,423 7/25/2017
2.2.1410.652 1,429 7/23/2017
2.2.1405.647 1,837 7/23/2017
2.1.1347.590 1,722 6/23/2017
2.0.1317.561 1,307 6/6/2017
1.601.1108.447 1,379 11/5/2016

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