Windows Package Manager Manifest Creator v1.5.1.0
This release now supports generating and updating a v1.5 manifest along with various improvements when updating archive packages. The minor version has been bumped to match the currently support winget manifest schema version. Huge shoutout to @mdanish-kh for the major contribution and work to help improve winget-create 🎉
What's Changed
- Update to schema v1.5 by @ryfu-msft in #403
- Update bug report issue template by @mdanish-kh in #401
- Update README.md by @mdanish-kh in #402
- Retain portable InstallerType from base manifest by @mdanish-kh in #400
- Improve ZIP handling in interactive update by @mdanish-kh in #398
- Add ARM machine types by @mdanish-kh in #407
- Null check for obtaining RelativeFilePaths by @mdanish-kh in #410
- Handle Stub Packages for MSIX by @ryfu-msft in #411
- Shift common installer fields to manifest root level by @mdanish-kh in #409
- Add test for installer properties override by @mdanish-kh in #413
- Configuration file for WinGet-Create by @mdanish-kh in #416
- Get new RelativeFilePaths if previous do not exist by @mdanish-kh in #415
- Change LF line endings to CRLF in project files by @mdanish-kh in #418
- Avoid creating installer node with duplicate NestedInstallerFile by @mdanish-kh in #419
- Bump version to v1.5 by @ryfu-msft in #423
- Update localized strings by @ryfu-msft in #422
Full Changelog: v1.2.7.0...v1.5.1.0