Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 at then. The name of the zip archive is of no importance.

...