diff --git a/Bond.Parser.CLI/Bond.Parser.CLI.csproj b/Bond.Parser.CLI/Bond.Parser.CLI.csproj index bf127c2..369266a 100644 --- a/Bond.Parser.CLI/Bond.Parser.CLI.csproj +++ b/Bond.Parser.CLI/Bond.Parser.CLI.csproj @@ -16,7 +16,7 @@ true bbc - Bond.Parser.CLI + bbc 0.2.0 Mirco De Zorzi Bond IDL compiler and toolchain diff --git a/Makefile b/Makefile index 047074f..bef1a5d 100644 --- a/Makefile +++ b/Makefile @@ -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]'