From a9be48a8f3634a5151343500cd549eb53a7354f9 Mon Sep 17 00:00:00 2001 From: s_roe Date: Thu, 6 Jun 2024 01:51:18 +0300 Subject: [PATCH] Added package icon in CommandBridge.csproj Added a new icon for the package in the `CommandBridge.csproj` file. The path to the icon file is specified by the new line `content\icon.png`. --- src/CommandBridge/CommandBridge.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CommandBridge/CommandBridge.csproj b/src/CommandBridge/CommandBridge.csproj index 41550ab..c56ab5c 100644 --- a/src/CommandBridge/CommandBridge.csproj +++ b/src/CommandBridge/CommandBridge.csproj @@ -13,6 +13,7 @@ CommandBridge CommandBridge https://github.com/g4-api/command-bridge + content\icon.png G4 API Community true Apache-2.0+