timheuer / taglib-sharp-portable

.NET Portable Class Library implementation of TagLib# (forked from TagLib# main project)
Other
58 stars 33 forks source link

Should use Dispose instead of Flush #4

Closed timheuer closed 10 years ago

timheuer commented 10 years ago

Per API Port tool, should be using Dispose() instead of Flush() on closing a stream in portable lib.