MageAliases.

MageUpdateApplication(ICakeContext, UpdateApplicationSettings) Method

Summary

Makes one or more changes to an application manifest file.
Assembly
Cake.Mage.dll
Namespace
Cake.Mage
Containing Type
MageAliases

Syntax

public static void MageUpdateApplication(this ICakeContext context, UpdateApplicationSettings settings)

Examples

MageUpdateApplication(new UpdateApplicationSettings("./dist/WindowsFormsApplication1.manifest"){
    UseManifestForTrust = true,
    SupportUrl = new Uri("http://www.example.com")
});

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings UpdateApplicationSettings The settings.

Return Value

Type Description
void