Extension Packager

SmartStore.NET plugins and themes can be distributed and installed as NuGet packages.

Plugins are installed here: SmartStore.NET > Admin > Configuration > Plugins > Upload Plugin. Themes are installed here: SmartStore.NET > Admin > Configuration > Themes > Upload Theme

How to create a NuGet package from an existing plugin:

  1. Build the project by executing build.bat
  2. Run the SmartStore.NET Extension Packager located under src/Tools/SmartStore.Packager
  3. Enter the Root path of you build
  4. Click on Read Extensions
  5. Choose the extension you want to create
  6. Click create package

The created package can be found in the chosen build folder in the subfolder Packages