From f717df4495d00af4a4928beb76f2b5ac6aaaa967 Mon Sep 17 00:00:00 2001 From: Mirco De Zorzi Date: Sun, 8 Feb 2026 21:29:36 +0100 Subject: [PATCH] fix: rename package to bbc --- Bond.Parser.CLI/Bond.Parser.CLI.csproj | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]'