Skip to content

Commit 4f574ca

Browse files
Update version 1.0.1. (#11)
- Update documentation.
1 parent 005a1aa commit 4f574ca

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

BomSweeper.GlobalTool/BomSweeper.GlobalTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Copyright>Copyright (c) 2019 Maroontress Fast Software</Copyright>
2020
<PackageTags>csharp, dotnet-core, global-tool, bomsweeper</PackageTags>
2121
<NoPackageAnalysis>true</NoPackageAnalysis>
22-
<Version>1.0.0.0</Version>
22+
<Version>1.0.1.0</Version>
2323
<RepositoryType />
2424
<Company>Maroontress Fast Software</Company>
2525
<PackageLicenseFile>COPYRIGHT.txt</PackageLicenseFile>

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Byte Order Mark (BOM) in the directory tree and removing a BOM from those files.
55

66
## Requirements
77

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]
99

1010
## Get started
1111

@@ -18,7 +18,7 @@ dotnet tool install -g BomSweeper.GlobalTool
1818

1919
## Synopsis
2020

21-
> `bomsweeper` [`-C` _DIR_] [`-D` _N_] [`-Rhv`] [`--`] _PATTERN_...
21+
> `bomsweeper` [`-C` _DIR_] [`-D` _N_] [`-RVhv`] [`--`] _PATTERN_...
2222
2323
## Description
2424

@@ -62,6 +62,7 @@ Options are as follows:
6262
| `-D`, | `--max-depth` | _N_ | The maximum number of directory levels to search. (Default: `16`) |
6363
| `-R`, | `--remove` | | Remove a BOM |
6464
| `-v`, | `--verbose` | | Be verbose |
65+
| `-V`, | `--version` | | Show version and exit |
6566

6667
### Exit status
6768

@@ -94,8 +95,8 @@ and remove a UTF-8 BOM from the files if any.
9495

9596
### Requirements to build
9697

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]
99100

100101
### Build with .NET Core SDK
101102

@@ -125,8 +126,8 @@ dotnet tool install --global --add-source bin/Debug BomSweeper.GlobalTool
125126
```
126127

127128
[dotnet-core-sdk]:
128-
https://dotnet.microsoft.com/download/dotnet-core/2.2
129+
https://dotnet.microsoft.com/download/dotnet-core/3.1
129130
[dotnet-core-runtime]:
130-
https://dotnet.microsoft.com/download/dotnet-core/2.2
131+
https://dotnet.microsoft.com/download/dotnet-core/3.1
131132
[bomsweeper.globaltool]:
132133
https://www.nuget.org/packages/BomSweeper.GlobalTool/

0 commit comments

Comments
 (0)