We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369ad44 commit 0be18dfCopy full SHA for 0be18df
MarkdownUtil/MarkdownUtil.csproj
@@ -7,12 +7,12 @@
7
<Nullable>enable</Nullable>
8
<PackAsTool>true</PackAsTool>
9
<PackageId>MarkdownUtil</PackageId>
10
- <ToolCommandName>MarkdownUtil</ToolCommandName>
+ <ToolCommandName>mdu</ToolCommandName>
11
<Copyright>©2022 Jan Ruhlaender</Copyright>
12
<PackageLicenseExpression>MIT</PackageLicenseExpression>
13
<PackageOutputPath>./nupkg</PackageOutputPath>
14
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
15
- <Version>2.0.0</Version>
+ <Version>2.0.1</Version>
16
<AssemblyName>mdu</AssemblyName>
17
<PreserveCompilationContext>true</PreserveCompilationContext>
18
</PropertyGroup>
0 commit comments