-Support msix, appx and bundles
-Output will be similar to input
-Custom PFX files
-No more password dialogs
-Easy to use with few default configs
-Works standalone (just double click to open) or with cmd
-Deps will be copied to the new signed package
-Save important values (publisher, password) as default values.
-Detailed handling for errors with option to retry the failed process
-Structure flipped upside down
- Switched to CommandLineParser for handling user switches
- Allowed modifying the package being signed mid-process
- Added cleaning the temp folder after process complete
- Streamlined some code that was used several times but almost identical