Interface MsixPackage.DefinitionStages.WithVersion

All Known Subinterfaces:
MsixPackage.Definition, MsixPackage.DefinitionStages.WithCreate
Enclosing interface:
MsixPackage.DefinitionStages

public static interface MsixPackage.DefinitionStages.WithVersion
The stage of the MsixPackage definition allowing to specify version.
  • Method Details

    • withVersion

      Specifies the version property: Package Version found in the appxmanifest.xml. .
      Parameters:
      version - Package Version found in the appxmanifest.xml.
      Returns:
      the next definition stage.