Skip to content

Commit

Permalink
Added package icon in CommandBridge.csproj
Browse files Browse the repository at this point in the history
Added a new icon for the package in the `CommandBridge.csproj` file. The path to the icon file is specified by the new line `<PackageIcon>content\icon.png</PackageIcon>`.
  • Loading branch information
sroei committed Jun 5, 2024
1 parent 844ef33 commit a9be48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CommandBridge/CommandBridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<PackageId>CommandBridge</PackageId>
<Title>CommandBridge</Title>
<PackageProjectUrl>https://github.com/g4-api/command-bridge</PackageProjectUrl>
<PackageIcon>content\icon.png</PackageIcon>
<Authors>G4 API Community</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Apache-2.0+</PackageLicenseExpression>
Expand Down

0 comments on commit a9be48a

Please sign in to comment.