This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Mage.
Summary
Makes one or more changes to an application manifest file.
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
Return Value