Skip to content

Commit

Permalink
Rename library to just frc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Jan 18, 2020
1 parent affb716 commit e2b259a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dotnet-frc/dotnet-frc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
<PropertyGroup>
<PackAsTool>true</PackAsTool>
<PackageOutputPath>./nupkg</PackageOutputPath>
<ToolCommandName>dotnet-frc</ToolCommandName>
<ToolCommandName>frc</ToolCommandName>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<Version>2020.1.1</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>FRC.DotNet.CLI</PackageId>
<AssemblyTitle>FRC DotNet CLI</AssemblyTitle>
Expand Down

0 comments on commit e2b259a

Please # to comment.