PremiseWebClient 1.0.6-beta

This is a prerelease version of PremiseWebClient.
dotnet add package PremiseWebClient --version 1.0.6-beta
                    
NuGet\Install-Package PremiseWebClient -Version 1.0.6-beta
                    
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="PremiseWebClient" Version="1.0.6-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PremiseWebClient" Version="1.0.6-beta" />
                    
Directory.Packages.props
<PackageReference Include="PremiseWebClient" />
                    
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 PremiseWebClient --version 1.0.6-beta
                    
#r "nuget: PremiseWebClient, 1.0.6-beta"
                    
#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=PremiseWebClient&version=1.0.6-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PremiseWebClient&version=1.0.6-beta&prerelease
                    
Install as a Cake Tool

The Premise WebClient .NET Client Library makes it easy to build .NET apps that talk to Premise. It supports the entire Premise WebClient Protocol including subscriptions so polling is not needed. See README.md in that project for more details.

The client is written in C# 4.6 (Visual Studio 2015) and the library is built as .NET Portable Class Library (PCL) so it should work on ASP.NET, Windows Phone 7/8, Windows 8, Android (Xamarin), and iOS (Xamarin).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.0.6-beta 1,070 7/4/2016
1.0.5 1,872 7/4/2016
1.0.4-beta 1,012 7/4/2016
1.0.2-beta 1,185 9/22/2013

First nuget push.