MsixPackage.DefinitionStages.WithVersion Interface

public static interface MsixPackage.DefinitionStages.WithVersion

The stage of the MsixPackage definition allowing to specify version.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withVersion(String version)

Specifies the version property: Package version found in the appxmanifest.xml.

Method Details

withVersion

public abstract MsixPackage.DefinitionStages.WithCreate withVersion(String version)

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.

Applies to