drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
922 stars 164 forks source link

Bump netstandard2.0 to netstandard2.1 #360

Closed drewnoakes closed 7 months ago

drewnoakes commented 7 months ago

.NET Standard 2.1 includes several span-accepting overloads of common methods, especially for type conversions. It'd be great to be able to use those and reduce allocations.