MiniWamp 0.1.0

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

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

This project implements the WAMP v1 specification.  Currently requires win8.1

Product Compatible and additional computed target framework versions.
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Store netcore451 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,709 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

Initial release - contains the basic implementation of WAMP v1 (http://wamp.ws/spec/)