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:
- Build the project by executing build.bat
- Run the SmartStore.NET Extension Packager located under src/Tools/SmartStore.Packager
- Enter the Root path of you build
- Click on Read Extensions
- Choose the extension you want to create
- Click create package
The created package can be found in the chosen build folder in the subfolder Packages