Beckhoff.TwinCAT.Ads.Reactive 4.3.10

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Beckhoff.TwinCAT.Ads.Reactive --version 4.3.10
NuGet\Install-Package Beckhoff.TwinCAT.Ads.Reactive -Version 4.3.10
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="Beckhoff.TwinCAT.Ads.Reactive" Version="4.3.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Beckhoff.TwinCAT.Ads.Reactive --version 4.3.10
#r "nuget: Beckhoff.TwinCAT.Ads.Reactive, 4.3.10"
#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 Beckhoff.TwinCAT.Ads.Reactive as a Cake Addin
#addin nuget:?package=Beckhoff.TwinCAT.Ads.Reactive&version=4.3.10

// Install Beckhoff.TwinCAT.Ads.Reactive as a Cake Tool
#tool nuget:?package=Beckhoff.TwinCAT.Ads.Reactive&version=4.3.10

Extends the TwinCAT.Ads.TcAdsClient with Reactive Interfaces for ADS Notifications to support observable Streams of
   value changes.
   
   Prerequisites:
     - TwinCAT 2 or 3 (XAR or Full) installation

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Beckhoff.TwinCAT.Ads.Reactive:

Package Downloads
PlcInterface.Ads

A PLC communication implementation for Beckhoff ADS

Community.TwinCAT.Mdp.Reactive

Contains a MDP client implementation for the Beckhoff Device Manager communication protocol based on the TwinCAT.Ads.AdsClient. The Root object is the TwinCAT.MDP.MdpClient to communicate with the Beckhoff Device Manager via ADS. Use TwinCAT.Mdp.Reactive for reactive extensions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.203 412 3/15/2024
6.1.197 630 2/12/2024
6.1.154 3,915 12/8/2023
6.1.125 700 11/23/2023
6.0.356 732 2/12/2024
6.0.334 475 12/8/2023
6.0.322 104 11/23/2023
4.4.26 601 7/27/2023

Release Notes::
===============

4.3.10.0
========
Enh: Updated System.Reactive package from 4.1.0 to 4.1.6

4.3.7.0
=======
Enh: Some minor improvements.

4.3.1.0
=======
Enh: AdsClientExtensions.PollAdsState added

4.3.0.0
=======

Enh: Support of Nuget Semantic Versioning support:

https://docs.microsoft.com/en-us/nuget/reference/package-versioning
https://semver.org/spec/v1.0.0.html

Because now the Versioning of Nuget packages supports API Updates, it is not necessary anymore to update the TwinCAT.Ads.dll
AssemblyVersion - which will force to recompile dependent assemblies. From Version 4.3.0.0 on the AssemblyVersion will change
only on major updates, what means that minor Updates (within 4.3.X.X) will remain the same AssemblyVersion and remain backward
compatible - only the AssemblyFileVersion will change.

4.2.175.0
=========
Enh: Adding TwinCATAds.Reactive.SymbolExtensions, TwinCATAds.Reactive.AnyTypeExtensions
Enh: Writing Values by Observable Value sequences
Enh: Poll Values as Observable sequence

4.2.173.0
=========
Enh: Signing Nuget Package with Beckhoff certificate

4.2.171.0
=========
Enh: Creating Nuget Package for TwinCAT.Ads.Reactive.dll (nuget.org, Beckhoff.TwinCAT.Ads.Reactive)