msix 0.2.0-nullsafety.0 msix: ^0.2.0-nullsafety.0 copied to clipboard
Create and sign Msix installer for flutter windows-build files.
Changelog #
0.2.0-nullsafety.0 #
- Null safe preview
0.1.8 #
- fix bug: can't get pfx password from config - https://github.com/YehudaKremer/msix/issues/16
0.1.10 #
- delete old code and documentation editing
0.1.8 #
- Allow setting certificate password via the command-line arguments
0.1.5 #
- backward compatibility for configuration properties
0.1.4 #
- backward compatibility for configuration properties
0.1.2 #
- can create an unsigned installation file for upload to the store
- breaking config change: "publisher_name" is now: "publisher_display_name"
- breaking config change: "certificate_subject" is now: "publisher"
0.1.1 #
- bug fix: automatically find the name of the exe file
0.1.0 #
- add capabilities
- support all tiles sizes
- bug fixes
0.0.10 #
- code refactoring
0.0.9 #
- fix "create doesn't handle package_names"
0.0.8 #
- Initial version.