Basically this script is a shortcut for publishing/generating Squirrel packages.
- Compile the selected project in release mode
- Create the nuget package for your project
- Releasify
- Open the file explorer with the generated files.
When working with squirrel, this is very time consuming so the script does all this for you automatically.
Get the package via nuget
Install-Package SmartB.Squirrel.Scripts
ℹ️Make sure that your .csproj name matches your .nuspec name.
For example if you have MyProject.csproj you must have MyProject.nuspec in your project's root
- Choose the project you want to releasify in the nuget package manager
- Run the following command
New-Squirrel -version <version>
New-Squirrel -version <version> -project <project> # Or specify the project name (Default is current)
Please feel free to contribute or give me a thumbs up if this script worked for you. You can build the nuget package using the .bat script