AdsClient 0.7.0

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

A client implementation of the Beckhoff Twincat ADS protocol.
This is a PCL library for .Net >=4.5/Mono >=3.2.8/Xamarin/WinRT.

The socket implementation can't be placed in the PCL library.
Therefore you need an extra dll depending on you program.
- Winsock (normal .Net app or Mono/Xamarin)
- WinRT (windows 8.1 WinRT/Phone)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AdsClient:

Package Downloads
AdsClient.Winsock

A client implementation of the Beckhoff Twincat ADS protocol. This is a library for .Net >=4.5/Mono >=3.2.8/Xamarin.

AdsClient.WinRT

A client implementation of the Beckhoff Twincat ADS protocol. This is a library for winrt (phone/windows 8.1)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 5,431 2/16/2015
0.6.0 3,834 4/12/2014