Skip to content

Commit 86319b4

Browse files
committed
Update README
1 parent 23a4b91 commit 86319b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![Issue Stats](http://issuestats.com/github/drewnoakes/metadata-extractor-dotnet/badge/issue?style=flat)](http://issuestats.com/github/drewnoakes/metadata-extractor-dotnet)
66
<!--[![MetadataExtractor download stats](https://img.shields.io/nuget/dt/MetadataExtractor.svg)](https://www.nuget.org/packages/MetadataExtractor/)-->
77

8-
_MetadataExtractor_ is a straightforward .NET library for reading metadata from image files.
8+
_MetadataExtractor_ is a straightforward .NET library for reading metadata from image and movie files.
99

1010
## Installation
1111

12-
The easiest way to reference this project is to install [its NuGet package](https://www.nuget.org/packages/MetadataExtractor/):
12+
The easiest way to use this library is via its [NuGet package](https://www.nuget.org/packages/MetadataExtractor/):
1313

1414
PM> Install-Package MetadataExtractor
1515

@@ -106,19 +106,19 @@ Camera-specific "makernote" data is decoded for cameras manufactured by:
106106
* Sigma/Foveon
107107
* Sony
108108

109-
## Portable Class Library
109+
## Supported Frameworks
110110

111-
A PCL compatible build is available that supports Xamarin for Android and iOS, as well as:
111+
Multiple target frameworks are supported via the single NuGet package. This allows supports Xamarin for Android and iOS, as well as:
112112

113+
- .NET Framework 3.5
113114
- .NET Framework 4.5
115+
- .NET Framework 4.5 (Portable)
114116
- Silverlight 5.0
115117
- Windows 8.0
116118
- Windows Phone 8.1
117119
- Windows Phone Silverlight 8.0
118120

119-
If you require PCL support, use the [`MetadataExtractor.Portable`](https://www.nuget.org/packages/MetadataExtractor.Portable/) NuGet package.
120-
121-
Note that the portable version does not yet support XMP metadata. It also doesn't support file-system metadata due to the restrictions of the target BCLs.
121+
Note that the PCL version does not support file-system metadata due to restricted IO APIs.
122122

123123
## Mailing List
124124

@@ -136,7 +136,7 @@ An easier way to help is to contribute to the [sample image file library](https:
136136

137137
## Credits
138138

139-
This library is developed by [Drew Noakes](https://drewnoakes.com/code/exif/).
139+
This library is developed by [Drew Noakes](https://drewnoakes.com/code/exif/) and contributors.
140140

141141
Thanks are due to the many [users](https://github.com/drewnoakes/metadata-extractor/wiki/UsedBy) who sent in suggestions, bug reports,
142142
[sample images](https://github.com/drewnoakes/metadata-extractor/wiki/ImageDatabase) from their cameras as well as encouragement.

0 commit comments

Comments
 (0)