microsoft / winget-create

The Windows Package Manager Manifest Creator command-line tool (aka wingetcreate)
MIT License
491 stars 84 forks source link

Microsoft `https://aka.ms/winget-manifest-schema` redirects to Manifest Schema `1.2` instead of `1.4` #346

Closed aisgbnok closed 1 year ago

aisgbnok commented 1 year ago

Brief description of your issue

When using the wingetcreate tool it provides a https://aka.ms/winget-manifest-schema link that directs redirects to Manifest Schema 1.2.

https://user-images.githubusercontent.com/10838153/217156982-25c8166b-5647-4d29-80f7-cd62fdc316de.mp4

Steps to reproduce

  1. Use WingetCreate to generate a new manifest.
    wingetcreate new https://www.example.com/installer-1.0.0.exe
  2. WingetCreate provides the link:

    For information about the restrictions for each field, visit https://aka.ms/winget-manifest-schema

Expected behavior

The https://aka.ms/winget-manifest-schema link should redirect to Manifest Schema 1.4.

Actual behavior

The https://aka.ms/winget-manifest-schema link redirects to Manifest Schema 1.2.

Environment

Windows Package Manager (Preview) v1.5.101-preview
Windows: Windows.Desktop v10.0.22623.1250
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.20.101.0
---
Windows Package Manager Manifest Creator v1.2.5.0
denelon commented 1 year ago

Thanks for reporting this. We will update the link.

ryfu-msft commented 1 year ago

This has been updated. Thanks for bringing this to our attention @aisgbnok !