RedFoxMQ 0.20.0

dotnet add package RedFoxMQ --version 0.20.0
                    
NuGet\Install-Package RedFoxMQ -Version 0.20.0
                    
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="RedFoxMQ" Version="0.20.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RedFoxMQ" Version="0.20.0" />
                    
Directory.Packages.props
<PackageReference Include="RedFoxMQ" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RedFoxMQ --version 0.20.0
                    
#r "nuget: RedFoxMQ, 0.20.0"
                    
#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.
#addin nuget:?package=RedFoxMQ&version=0.20.0
                    
Install RedFoxMQ as a Cake Addin
#tool nuget:?package=RedFoxMQ&version=0.20.0
                    
Install RedFoxMQ as a Cake Tool

Very fast .NET in-memory message queue that uses TCP/InProc transport

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RedFoxMQ:

Package Downloads
RedFoxMQ.Serialization.ProtoBuf

ProtoBuf message serialization / deserialization for RedFoxMQ

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.20.0 2,353 9/26/2014
0.19.0 1,773 9/21/2014
0.18.0.2 1,688 9/21/2014
0.18.0 1,926 9/18/2014
0.17.0 1,537 9/18/2014
0.16.0 1,592 9/17/2014
0.15.1 1,622 6/3/2014
0.15.0 1,561 6/3/2014
0.14.4 1,701 3/26/2014
0.14.3 1,645 3/26/2014
0.14.2 1,682 2/10/2014
0.14.1 1,642 2/10/2014
0.14.0 1,599 2/10/2014
0.13.1 1,585 2/5/2014
0.13.0 1,596 1/30/2014
0.12.0 1,562 1/22/2014
0.11.2 1,612 1/21/2014
0.11.1 1,593 1/5/2014
0.11.0 1,539 1/4/2014
0.10.1 1,665 1/2/2014
0.10.0 1,632 1/2/2014
0.9.9 1,569 12/20/2013
0.9.8 1,572 12/19/2013
0.9.7.1 1,538 12/17/2013
0.9.7 1,625 12/17/2013
0.9.6 1,585 12/16/2013
0.9.5.1 1,533 12/14/2013
0.9.5 1,616 12/13/2013
0.9.4.1 1,590 12/13/2013
0.9.4 1,570 12/12/2013
0.9.3 1,535 12/11/2013
0.9.2 1,536 12/8/2013

- fixed bugs (IOException issue, MessageTypeId issue)