Skip to content

Commit

Permalink
Merge pull request #108 from ghuntley/patch-1
Browse files Browse the repository at this point in the history
update readme, get tshirt
  • Loading branch information
Oren Novotny committed Oct 2, 2018
2 parents 7ff4958 + e0d20d2 commit aff71e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Zeroconf
==========

# Bonjour/mDNS discovery support for .NET 4.5, Windows Phone 8, Windows Store apps and Portable Class Libraries
# Bonjour/mDNS discovery support for .NET v4.6.1, UWP, Xamarin & netstandard20

The core logic is implemented primarily .NET Standard 1.3 but with a .NET Standard 1.0 reference assembly.
Due to networking APIs being platform-specific on earlier platforms, a platform-specific version is required. Just make
sure that you also install the NuGet to your main app (or use project.json/PackageReferences) and you'll be all set.
The core logic is implemented primarily .NET Standard 20. Due to networking APIs being platform-specific on earlier platforms, a platform-specific version is required. Just make sure that you also install the NuGet to your main app and you'll be all set.

## Installation

Expand Down

0 comments on commit aff71e3

Please sign in to comment.