@@ -5,7 +5,7 @@ Byte Order Mark (BOM) in the directory tree and removing a BOM from those files.
5
5
6
6
## Requirements
7
7
8
- - [ .NET Core 2.2 Runtime (Runtime 2.2 .4)] [ dotnet-core-runtime ]
8
+ - [ .NET Core 3.1 Runtime (Runtime 3.1 .4)] [ dotnet-core-runtime ]
9
9
10
10
## Get started
11
11
@@ -18,7 +18,7 @@ dotnet tool install -g BomSweeper.GlobalTool
18
18
19
19
## Synopsis
20
20
21
- > ` bomsweeper ` [ ` -C ` _ DIR_ ] [ ` -D ` _ N_ ] [ ` -Rhv ` ] [ ` -- ` ] _ PATTERN_ ...
21
+ > ` bomsweeper ` [ ` -C ` _ DIR_ ] [ ` -D ` _ N_ ] [ ` -RVhv ` ] [ ` -- ` ] _ PATTERN_ ...
22
22
23
23
## Description
24
24
@@ -62,6 +62,7 @@ Options are as follows:
62
62
| ` -D ` , | ` --max-depth ` | _ N_ | The maximum number of directory levels to search. (Default: ` 16 ` ) |
63
63
| ` -R ` , | ` --remove ` | | Remove a BOM |
64
64
| ` -v ` , | ` --verbose ` | | Be verbose |
65
+ | ` -V ` , | ` --version ` | | Show version and exit |
65
66
66
67
### Exit status
67
68
@@ -94,8 +95,8 @@ and remove a UTF-8 BOM from the files if any.
94
95
95
96
### Requirements to build
96
97
97
- - Visual Studio 2019 Version 16.1
98
- or [ .NET Core 2.2 SDK (SDK 2.2 .300)] [ dotnet-core-sdk ]
98
+ - Visual Studio 2019 Version 16.5
99
+ or [ .NET Core 3.1 SDK (SDK 3.1 .300)] [ dotnet-core-sdk ]
99
100
100
101
### Build with .NET Core SDK
101
102
@@ -125,8 +126,8 @@ dotnet tool install --global --add-source bin/Debug BomSweeper.GlobalTool
125
126
```
126
127
127
128
[ dotnet-core-sdk] :
128
- https://dotnet.microsoft.com/download/dotnet-core/2.2
129
+ https://dotnet.microsoft.com/download/dotnet-core/3.1
129
130
[ dotnet-core-runtime] :
130
- https://dotnet.microsoft.com/download/dotnet-core/2.2
131
+ https://dotnet.microsoft.com/download/dotnet-core/3.1
131
132
[ bomsweeper.globaltool] :
132
133
https://www.nuget.org/packages/BomSweeper.GlobalTool/
0 commit comments