diff --git a/README.md b/README.md index 5309491..3cf171f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -#plist-cil +# plist-cil This library enables .NET (CLR) applications to work with property lists in various formats. -It is mostly based on [dd-plist for Java](https://code.google.com/p/plist/). +It is mostly based on [dd-plist for Java](https://github.com/3breadt/dd-plist). You can parse existing property lists (e.g. those created by an iOS application) and work with the contents on any operating system. @@ -8,7 +8,7 @@ The library also enables you to create your own property lists from scratch and The provided API mimics the Cocoa/NeXTSTEP API, and where applicable, the .NET API, granting access to the basic functions of classes like NSDictionary, NSData, etc. -###Supported formats +### Supported formats | Format | Read | Write | | ---------------------- | ---- | ----- | @@ -17,17 +17,19 @@ The provided API mimics the Cocoa/NeXTSTEP API, and where applicable, the .NET A | OS X / iOS ASCII | yes | yes | | GNUstep ASCII | yes | yes | -###Requirements +### Requirements .NET Framework 4.0, Mono or .NET Core. +Targets .NET Framework 4.0, .NET Framework 4.5, .NET Standard 1.3, .NET Standard 1.4 and .NET Standard 1.6 so it should be compatible with Mono, Xamarin.iOS, Xamarin.Mac, UWP, etc. +If you find an incompatibility, please create an issue. -###Download +### Download The latest releases can be downloaded [here](https://github.com/claunia/plist-cil/releases). -###NuGet support +### NuGet support You can download the NuGet package directly from the [release](https://github.com/claunia/plist-cil/releases) page or from the [NuGet Gallery](https://www.nuget.org/) or from [here](https://www.nuget.org/packages/plist-cil/). -###Help +### Help The API documentation is included in the download. When you encounter a bug please report it by on the [issue tracker](https://github.com/claunia/plist-cil/issues).