The main purpose is to fully automatize the application deploy, from build to upload the updated files. App ID (AssemblyTitle
), Title (AssemblyTitle
), Author (AssemblyCompany
), Description (AssemblyDescription
) and Version (AssemblyVersion
) are all read from the Main exe assembly information
Update Application Version the package version is extracted from exe file , you don't need to set this value manually. Right click on a file and select refresh version to update while running.
Create Squirrel Package . In similar way you do with Nuget Package Manager, just drag the file you want into window. No need to create lib/net45 folder.
Upload installer files . Set connection details one time - Supports local file system and Amazon Web Services S3 Buckets Create Account.
Decide to upload only the updated files or do complete setup upload
Project Version Auto-Increment (NOTE: must follow Semantic versioning i.e. Major.Minor.Build http://semver.org/)