unbom 3.2.0

.NET 6.0
dotnet tool install --global unbom --version 3.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local unbom --version 3.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=unbom&version=3.2.0
nuke :add-package unbom --version 3.2.0

Removes UTF-8 BOM marker from text files

Product Versions
.NET net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
3.2.0 69 3/16/2023
3.1.0 236 11/11/2022
3.0.0 513 12/18/2020

- Report number of files processed.
- Fix regression preventing wildcards from working.
- Fix exception on missing directory.