From decc1f58fc6b95a59d9ea5dbc203d8a649a9b683 Mon Sep 17 00:00:00 2001 From: Alexey Chepelev Date: Mon, 26 Jun 2017 16:23:41 +0300 Subject: [PATCH] Removing DigitalSignature XML attribute form bundle Removing DigitalSignature XML attribute form bundle. This element reflected to Bundle.wxs causes a compilation error. --- Source/src/WixSharp/Bootstrapper/Bundle.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/src/WixSharp/Bootstrapper/Bundle.cs b/Source/src/WixSharp/Bootstrapper/Bundle.cs index d36c6156..f59c90a3 100644 --- a/Source/src/WixSharp/Bootstrapper/Bundle.cs +++ b/Source/src/WixSharp/Bootstrapper/Bundle.cs @@ -110,7 +110,6 @@ public Bundle(string name, params ChainItem[] items) /// /// Parameters of digitaly sign /// - [Xml] public DigitalSignatureBootstrapper DigitalSignature; ///