Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bond.Parser.CLI/Bond.Parser.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Tool configuration -->
<PackAsTool>true</PackAsTool>
<ToolCommandName>bbc</ToolCommandName>
<PackageId>Bond.Parser.CLI</PackageId>
<PackageId>bbc</PackageId>
<Version>0.2.0</Version>
<Authors>Mirco De Zorzi</Authors>
<Description>Bond IDL compiler and toolchain</Description>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
VERSION := $(shell cat version)
NUPKG_DIR := ./nupkgs
TOOL_NAME := bbc
PKG_ID := Bond.Parser.CLI
PKG_ID := bbc

help: ## Show this help message
@echo 'Usage: make [target]'
Expand Down
Loading