ApiRequests.Amqp.Standard 1.2.10

dotnet add package ApiRequests.Amqp.Standard --version 1.2.10
NuGet\Install-Package ApiRequests.Amqp.Standard -Version 1.2.10
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="ApiRequests.Amqp.Standard" Version="1.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApiRequests.Amqp.Standard --version 1.2.10
#r "nuget: ApiRequests.Amqp.Standard, 1.2.10"
#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 ApiRequests.Amqp.Standard as a Cake Addin
#addin nuget:?package=ApiRequests.Amqp.Standard&version=1.2.10

// Install ApiRequests.Amqp.Standard as a Cake Tool
#tool nuget:?package=ApiRequests.Amqp.Standard&version=1.2.10

Implementations of base classes and interfaces to build requests to external APIs faster via AMQP.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 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.  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 netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.10 167 7/20/2023
1.2.9 267 3/28/2023
1.2.8 191 3/24/2023
1.2.7 204 3/24/2023
1.2.6 182 3/24/2023
1.2.5 212 3/20/2023
1.2.4 201 3/20/2023
1.2.3 201 3/20/2023
1.2.2 205 3/20/2023
1.2.1 187 3/20/2023
1.2.0 197 3/20/2023
1.1.5 254 2/3/2023
1.1.4 288 1/6/2023
1.1.3 293 1/5/2023
1.1.2 277 1/5/2023
1.1.1 271 1/5/2023
1.1.0 274 1/5/2023
1.0.2 296 1/5/2023
1.0.1 267 1/4/2023
1.0.0 269 1/4/2023

- Add request methods that send messages and return data from reply messages.
           - Fix reply query consuming.
           - Enable auto ack.
           - Fix correlation Id providing for Nest.js specific rmq message.