Releases: tmds/Tmds.MDns
Releases · tmds/Tmds.MDns
v0.7.1
- Support TXT zero length strings (#20)
- Fix NullReferenceException in StartReceive method (#39)
v0.7.0
- Don't browser interfaces that don't have multicast enabled
- Don't browse interfaces that don't support IPv4
- Search services on loopback
- Ignore DNS authorative bit per RFC 6762
- Migrate to csproj format (Remove net20, net35 targets due to dotnet/msbuild#1333)
v0.6.0
Target netstandard 1.3 instead of netstandard 1.5
v0.4.0
Support net20-net45
Support netstandard1.5 (.NET Core rc2)
v0.2.1
bugfix, don't ask the ipv6 interface index of a non ipv6 interface
v0.1.1
ServiceBrowser: add Services property which is synchronized with the …