Skip to content

Releases: Yortw/RSSDP

Fix Device Description Document Deserialisation

20 May 09:20
Compare
Choose a tag to compare

Device description documents that contained custom properties with inner xml rather than simple values caused the deserialation code to throw an XmlException. This should be fixed in this release.

Fix for Notifications on UWP and WinRT

12 Apr 03:35
Compare
Choose a tag to compare

Fixes #17 - Exception when calling ListenForNotifications before Search on WinRT or UWP.

Android Support, Custom Headers and Manual IP Bindings

04 Jan 07:10
Compare
Choose a tag to compare

This release supports

  1. Xamarin.Android project support.
  2. Fix for Nuget package so it will install into Xamarin.iOS and Xamarin.Android projects in VS 2015.
  3. Ability to include custom http headers in the response messages sent by RSSDP, and to retrieve them from the discovered device class.
  4. It's now possible to bind the locator or publisher to a specific IP address/adapter (by manually creating a socket factory instance and passing it the IP of the adapter to use). See issue #2 for sample.

WinRT and UWP10 Support

03 Aug 10:16
Compare
Choose a tag to compare

Nuget package and assemblies now support WinRT 8.1 and UWP 10 projects.

Fix for Reading Some Device Description Documents

13 Apr 20:28
Compare
Choose a tag to compare

Merge changes from PR/1 (by kakone) that fixes reading some device description documents that previously threw errors from the internal xml reader.

Hotfix Release

28 Mar 03:34
Compare
Choose a tag to compare

Concurrently disposing DeviceLocator while a SearchAsync call is in progress will now throw an ObjectDisposedException instead of a NullReferenceException.
Updated Nuget dependencies.

Release 1.0.01

15 Mar 04:10
Compare
Choose a tag to compare

Initial release with a couple of tweaks to the nuspec file etc.