unoplatform/uno

[WASM] Use `manifest.json` for `PackageId.Version`

Open

#6420 aperta il 7 lug 2021

Vedi su GitHub
 (6 commenti) (0 reazioni) (0 assegnatari)C# (837 fork)batch import
difficulty/medium 🤔good first issuekind/enhancementno-reproplatform/wasm 🌐project/non-ui ⚙️

Metriche repository

Star
 (9789 star)
Metriche merge PR
 (Merge medio 14g 8h) (130 PR mergiate in 30 g)

Descrizione

What would you like to be added:

If the app has a manifest.json, we should use its version property (if it is defined) for PackageId.Version as opposed to Assembly version.

Why is this needed:

To verify running application version

For which Platform:

  • [ x] iOS
  • [ x] Android
  • [ x] WebAssembly
  • [ x] WebAssembly renderers for Xamarin.Forms
  • [ x] macOS
  • [ x] Skia
    • [x ] WPF
    • [ x] GTK (Linux)
    • [ x] Tizen
  • [ x] Windows
  • Build tasks
  • Solution Templates

Anything else we need to know?

It seems like an odd thing to not be implemented.

Guida contributor