Browse Source

Fix the exe name (#117)

pull/118/head
David Fowler 6 years ago
committed by GitHub
parent
commit
7a38ea7f50
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/tye/tye.csproj

2
src/tye/tye.csproj

@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>Tye</RootNamespace>
<AssemblyName>Microsoft.Tye</AssemblyName>
<AssemblyName>tye</AssemblyName>
<PackageId>Microsoft.Tye</PackageId>
<ToolCommandName>tye</ToolCommandName>
<PackAsTool>true</PackAsTool>

Loading…
Cancel
Save