This release includes v1.2 Schema support as well as logic to help generate and update manifests for portable packages. We have also made improvements to address issues when submitting manifests to forked repos that are out of sync with the upstream repository.
Note: Self-contained exes have been removed since WS2022 now supports AppExecutionAliases. Check out the README for instructions on how to use the msixbundle in your CI/CD pipeline.
Changes:
- 3ea6614 Fix null/empty filename string when downloading package file (#293)
- 99cc214 Add support for creating and updating portable manifests (#290)
- 9963de9 Sync fork prior to creating reference and handle NotFoundException (#289)
- b8b1ab5 always prompt for packageId (#288)
- 49a1fb4 Add custom YamlDotNet emitter that makes all fields with newlines use literal style. (#281)
- 9915d37 Add support for 1.2 Schema (#270)