Releases: nickj609/MenuManagerAPI
MenuManagerAPI v1.0.3
Bug Fixes
- Fixed missing dependency AnyBasLib
- Fixed issues with color normalization for CenterHtmlMenu
Misc
- Refactoring
- Updated config to display enum names instead of integer values.
Installation
-
Extract and copy
pluginsandsharedfolders to/csgo/addons/counterstrikesharp. -
After the first run, update the configuration file
MenuManagerAPI.json. -
Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.
- Download the source code and build it yourself.
- Download the latest release from the releases page.
- Install the package using the .NET CLI, run: dotnet add package MenuManagerAPI.Shared.
For more information on the use of this plugin, see the README.md.
MenuManagerAPI v1.0.2
Important
- If moving from v1.0.1 or earlier, back up your
MenuManager.jsonconfiguration file and let the plugin generate the new version. This version has minor changes to the configuration file.
Features
- Added color normalization support for menus
Misc
- Refactoring
- Created a nuget package for MenuManagerAPI.Shared
Installation
-
Extract and copy
pluginsandsharedfolders to/csgo/addons/counterstrikesharp. -
After the first run, update the configuration file
MenuManagerAPI.json. -
Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.
- Download the source code and build it yourself.
- Download the latest release from the releases page.
- Install the package using the .NET CLI, run: dotnet add package MenuManagerAPI.Shared.
For more information on the use of this plugin, see the README.md.
MenuManagerAPI v1.0.1
Installation
-
Extract and copy
pluginsandsharedfolders to/csgo/addons. -
After the first run, update the configuration file
MenuManagerAPI.json. -
Add a reference to MenuManagerAPI.Shared in your project using one of the methods below.
- Download the source code and build it yourself.
- Download the latest release from the releases page.
For more information on the use of this plugin, see the README.md.