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
With |
withVersion(String version)
Specifies the version property: Package version found in the appxmanifest. |
Method Details
withVersion
public abstract MsixPackage.DefinitionStages.WithCreate withVersion(String version)
Specifies the version property: Package version found in the appxmanifest.xml. .
Parameters:
Returns: