oozcitak / exiflibrary

A .Net Standard library for editing Exif metadata
MIT License
131 stars 48 forks source link

Added empty constructor to JPEGFile #76

Closed ziriax closed 4 years ago

ziriax commented 4 years ago

also added .editorconfig, to force spaces as indentation.

ziriax commented 4 years ago

Do you have any idea why everything fails here? It works locally on my machine. Seems that somehow .NET Core 3 is required, but I'm not explicitly referencing this. Maybe it would be easier if you just apply this tiny change directly?

Thanks!

oozcitak commented 4 years ago

Fixed by cabfd38