Skip to content

Commit eb41440

Browse files
committed
This should fix #318
1 parent af74d24 commit eb41440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ElectronNET.CLI/ElectronNET.CLI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.2</TargetFramework>
6-
<AssemblyName>electronize</AssemblyName>
7-
6+
<AssemblyName>dotnet-electronize</AssemblyName>
7+
<ToolCommandName>electronize</ToolCommandName>
88
<PackageType>DotnetCliTool</PackageType>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageOutputPath>..\artifacts</PackageOutputPath>
1111
<PackageId>ElectronNET.CLI</PackageId>
12-
<Version>1.0.0.0</Version>
12+
<Version>99.0.0.0</Version>
1313
<Authors>Gregor Biswanger, Robert Muehsig</Authors>
1414
<Product>Electron.NET</Product>
1515
<Company />

0 commit comments

Comments
 (0)