unbom by unbom

<PackageReference Include="unbom" Version="3.1.0" />

 unbom 3.1.0

Removes UTF-8 BOM marker from text files

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>unbom</id>
    <version>3.1.0</version>
    <title>unbom</title>
    <authors>unbom</authors>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <description>Removes UTF-8 BOM marker from text files</description>
    <releaseNotes>- Upgraded the target framework to .NET 6.0.
- Upgraded System.CommandLine dependency
- Using System.CommandLine.DragonFruit now to simplify code.</releaseNotes>
    <copyright>Copyright © Sedat Kapanoglu 2016-2020</copyright>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <repository url="https://github.com/ssg/unbom" />
  </metadata>
</package>