Skip to content

Commit 0be18df

Browse files
committed
Fixed naming of tool
Fix: package is still called with markdownUtil Fix: --help options shows mdu.dll instead of just "mdu"
1 parent 369ad44 commit 0be18df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MarkdownUtil/MarkdownUtil.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<Nullable>enable</Nullable>
88
<PackAsTool>true</PackAsTool>
99
<PackageId>MarkdownUtil</PackageId>
10-
<ToolCommandName>MarkdownUtil</ToolCommandName>
10+
<ToolCommandName>mdu</ToolCommandName>
1111
<Copyright>©2022 Jan Ruhlaender</Copyright>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageOutputPath>./nupkg</PackageOutputPath>
1414
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
15-
<Version>2.0.0</Version>
15+
<Version>2.0.1</Version>
1616
<AssemblyName>mdu</AssemblyName>
1717
<PreserveCompilationContext>true</PreserveCompilationContext>
1818
</PropertyGroup>

0 commit comments

Comments
 (0)