Skip to content

Commit

Permalink
Add DJI makernote and netstandard2.0 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Feb 8, 2018
1 parent 8000cf9 commit 531d1cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -96,6 +96,7 @@ Camera-specific "makernote" data is decoded for cameras manufactured by:
* Apple
* Canon
* Casio
* DJI
* Epson
* Fujifilm
* Kodak
Expand All @@ -118,12 +119,13 @@ This library targets:
- .NET Framework 3.5 (`net35`)
- .NET Framework 4.5 (`net45`)
- .NET Standard 1.3 (`netstandard1.3`)
- .NET Standard 2.0 (`netstandard2.0`)

All target frameworks are provided via the [one NuGet package](https://www.nuget.org/packages/MetadataExtractor).

`net35` and `net45` target the full .NET Framework. `net45` uses the newer `IReadOnlyList<>` on some public APIs where `net35` uses `IList<>`. Internally `net45` also uses some newer library features for slightly improved performance.

`netstandard1.3` implements version 1.3 of the [.NET Standard](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) which covers .NET Core, Mono, Xamarin platforms, UWP, and future platforms.
`netstandard1.3` implements version 1.3 of the [.NET Standard](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) which covers .NET Core, Mono, Xamarin platforms, UWP, and future platforms.

A PCL build was supported until [version 1.5.3](https://www.nuget.org/packages/MetadataExtractor/1.5.3) which supported Silverlight 5.0, Windows 8.0, Windows Phone 8.1 and Windows Phone Silverlight 8.0. PCL versions did not support file-system metadata due to restricted IO APIs.

Expand Down

0 comments on commit 531d1cc

Please sign in to comment.