Update schema to 1.12 with Font InstallerType by dkbennett · Pull Request #5687 · microsoft/winget-cli

Would it be possible to get two more commits added:

  1. Move your current 1.12 schema files out and copy the 1.11 files into the 1.12 directory, otherwise unchanged. Commit this.
  2. Move your 1.12 files back in over the 1.11 files. Commit this.

Without at least a baseline of the 1.11 schema files, it is extremely annoying to review the changes between 1.11 and 1.12.

Another option that might set things up for success in the future would be to call the 1.12 directory latest and set the precedent of the pattern being:

  1. copy the latest directory to the appropriate previous version name [so next time it would be v1.12.0]
  2. update latest with the new changes

If you do this, make sure to create a commit in latest with 1.11 before putting the 1.12 files there.

[Note, 1.11 is actually the stand in for N-1, which I now think was 1.10?]