Skip to content

Commit cbb2cc8

Browse files
committed
Rename CommonMark.Console.exe to cmark.exe
1 parent b0ccff4 commit cbb2cc8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CommonMark.Console/CommonMark.Console.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<PropertyGroup>
55
<TargetFrameworks>net45</TargetFrameworks>
66
<OutputType>Exe</OutputType>
7+
8+
<AssemblyName>cmark</AssemblyName>
79
</PropertyGroup>
810

911
<PropertyGroup>

CommonMark.NET.Console.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
</metadata>
1818
<files>
1919
<file src="LICENSE.md" target="\" />
20-
<file src="CommonMark.Console\bin\$configuration$\net45\CommonMark.Console.exe" target="tools\cmark.exe" />
21-
<file src="CommonMark.Console\bin\$configuration$\net45\CommonMark.Console.exe.config" target="tools\cmark.exe.config" />
20+
<file src="CommonMark.Console\bin\$configuration$\net45\cmark.exe" target="tools\" />
21+
<file src="CommonMark.Console\bin\$configuration$\net45\cmark.exe.config" target="tools\" />
2222
<file src="CommonMark\bin\$configuration$\net45\CommonMark.*" target="tools\" />
2323
</files>
2424
</package>

0 commit comments

Comments
 (0)