You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Windows App SDK release's channel; for example, "preview", or empty string for stable.
public const string FormattedVersionShortTag
[release-dependent]
The Windows App SDK release's short-form version tag, formatted for concatenation when constructing identifiers; for example, "-p2", or empty string for stable.
public const string FormattedVersionTag
[release-dependent]
The Windows App SDK release's version tag, formatted for concatenation when constructing identifiers; for example, "-preview2", or empty string for stable.
public const ushort Major
[release-dependent]
The major version of the Windows App SDK release.
public const uint MajorMinor
[release-dependent]
The major and minor version of the Windows App SDK release, encoded as a uint32_t (0xMMMMNNNN where M=major, N=minor).
public const ushort Minor
[release-dependent]
The minor version of the Windows App SDK release.
public const ushort Patch
[release-dependent]
The patch version of the Windows App SDK release.
public const string VersionShortTag
[release-dependent]
The Windows App SDK release's short-form version tag; for example, "p2", or empty string for stable.
public const string VersionTag
[release-dependent]
The Windows App SDK release's version tag; for example, "preview2", or empty string for stable.