This page explains how to prepare your Beebox package and how it is installed to a Beebox.
...
A package without dependencies, your dll is all you need:
AcmeSample.BeeboxPackage.dll
A package with a few dependencies, create a zip:
AcmeSample.BeeboxPackage.zip
AcmeSample.BeeboxPackage.dll
MyDependency.dll
readme.txt
Info |
---|
Your dll name must end with .BeeboxPackage.dll. The name of the zip archive is of no importance. |
A word on dependencies
These dependencies do not need to be included in your package:
- Wordbee.Extensibility.dll
- Newtonsoft.Json.dll
- Standard .Net framework dlls
Install your package
Log in to the Beebox user interface. Click on "Administration" and then "Extensions":
...