Skip to content

Commit

Permalink
fix package name (dotnet#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
srsaggam authored Feb 20, 2019
1 parent 9fa97a3 commit 7605bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mlnet/mlnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PackAsTool>true</PackAsTool>
<RootNamespace>Microsoft.ML.CLI</RootNamespace>
<ToolCommandName>mlnet</ToolCommandName>
<PackageId>mlgen</PackageId>
<Authors>mlgen</Authors>
<PackageId>mlnet</PackageId>
<Authors>mlnet</Authors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7605bf0

Please sign in to comment.