Skip to content

Releases: firenero/AsyncIO

AsyncIO v1.3

01 May 15:29
Compare
Choose a tag to compare

AsyncIO

Changelog

v1.3

Implement async extension methods for FileInfo object.
Lower netstandard version to 1.3 from 1.6.

v1.2.1

  • Add .NET Core support.

v1.1

  • Add xml documentation to all public API.
  • Improve path validation performance.

AsyncIO v1.2.1

02 Mar 19:57
Compare
Choose a tag to compare

AsyncIO

Changelog

v1.2.1

  • Add .NET Core support.

v1.1

  • Add xml documentation to all public API.
  • Improve path validation performance.

AsyncIO v1.1

01 Jun 08:15
Compare
Choose a tag to compare

AsyncIO

Common asynchronous operations with file system.

  • AppendAllLinesAsync
  • AppendAllTextAsync
  • CopyAsync
  • DeleteAsync
  • MoveAsync
  • ReadAllBytesAsync
  • ReadAllLinesAsync
  • ReadAllTextAsync
  • WriteAllBytesAsync
  • WriteAllLinesAsync
  • WriteAllTextAsync

Changelog

v1.1

  • Add xml documentation to all public API
  • Improve path validation performance

AsyncIO v1.0

19 Jan 12:34
Compare
Choose a tag to compare

AsyncIO

Common asynchronous operations with file system.

  • AppendAllLinesAsync
  • AppendAllTextAsync
  • CopyAsync
  • DeleteAsync
  • MoveAsync
  • ReadAllBytesAsync
  • ReadAllLinesAsync
  • ReadAllTextAsync
  • WriteAllBytesAsync
  • WriteAllLinesAsync
  • WriteAllTextAsync