MiniWamp 0.2.4

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

// Install MiniWamp as a Cake Tool
#tool nuget:?package=MiniWamp&version=0.2.4

A pure C# implementation of the WAMP v1 specification.  Works with .NET 4.5 and as a PCL with win8.1, wp8.1.

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. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 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
0.2.4 1,711 10/23/2015
0.2.2 1,014 10/17/2015
0.2.0 1,297 8/12/2015
0.2.0-prerelease 1,228 8/11/2015
0.1.2 1,114 1/30/2015
0.1.1 1,310 1/29/2015
0.1.0 1,282 1/29/2015

Whats New?
- Refactoring
- Auto build configuration

**Please migrate to this version as there were some build issues in the previous version.**