Releases: davidrpalmer/RaspberryIRDotNet
Releases · davidrpalmer/RaspberryIRDotNet
Second Nuget Release (2.0.0)
TL;DR - The .NET version is the only change you need to consider when updating.
- Update from .NET 3.1 to 8.0
- Unused (in the LIRC driver) items removed from the
DeviceFeatures
enum (based on an updatedlirc.h
file) - Timeout added to the
Mode2PacketType
enum (based on an updatedlirc.h
file) - Multiple internal code changes, should not alter the public API
First Nuget Release (1.0.0)
First actual release on NuGet, recent changes:
- Fix for running on 64 bit
- Add missing publish profile for examples project
- Move ReadCancellationToken in to RX namespace
- RealOpenFile: throw better exceptions
- Improve IR read cancel speed and improve efficiency when waiting for IR to be read