Release Notes

1.0.1 (2020-06-02)

Update target framework .NET Core 3.1.

Requirements to run

  • .NET Core 3.1 (3.1.300)

Requirements to build

  • Visual Studio 2019 (16.5) or .NET Core 3.1 (3.1.300)

New

  • Add -V (--version) option to show version.

Fixed

  • Fix BomSweeper to handle UnauthorizedAccessException.

Changed

  • Update target framework .NET Core 3.1.

1.0.0 (2019-04-30)

Initial release.

Requirements to run

  • .NET Core 2.2 (2.2.203)

Requirements to build

  • Visual Studio 2019 (16.0) or .NET Core 2.2 (2.2.203)

New

  • Find the files matching the specified patterns and starting with a UTF-8 BOM in the current directory and subdirectories.
  • Remove a UTF-8 BOM from the files matching the specified patterns.