Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit cc7b299

Browse files
authored
Merge pull request #43 from datalust/dev
2.0.* Maintenance Release
2 parents 360c3c7 + 7e212d9 commit cc7b299

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dotnet tool install --global Datalust.ClefTool
2323
And run with:
2424

2525
```
26-
dotnet clef --help
26+
clef --help
2727
```
2828

2929
### Reading CLEF files

src/Datalust.ClefTool/Datalust.ClefTool.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<PackageId>Datalust.ClefTool</PackageId>
1515
<PackAsTool>true</PackAsTool>
1616
<ToolCommandName>clef</ToolCommandName>
17+
<RollForward>Major</RollForward>
1718
</PropertyGroup>
1819

1920
<ItemGroup>

0 commit comments

Comments
 (0)