msix 0.1.16 msix: ^0.1.16 copied to clipboard
Create and sign Msix installer for flutter windows-build files.
Changelog #
0.1.16 #
- fix: Sometimes VC libraries are not copied - https://github.com/YehudaKremer/msix/issues/30
0.1.15 #
- fix invalid character in the app name - https://github.com/YehudaKremer/msix/issues/25
0.1.14 #
- Using Dart Package Configuration File v2.0
- Add decode for packages path - https://github.com/YehudaKremer/msix/issues/21
0.1.13 #
- Sign with time stamp
0.1.12 #
- Add support for icons generated by Visual Studio
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.