Skip to content

Commit

Permalink
Removing DigitalSignature XML attribute form bundle
Browse files Browse the repository at this point in the history
Removing DigitalSignature XML attribute form bundle.
This element reflected to Bundle.wxs causes a compilation error.
  • Loading branch information
alxcp committed Jun 26, 2017
1 parent 04a1f60 commit decc1f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/src/WixSharp/Bootstrapper/Bundle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public Bundle(string name, params ChainItem[] items)
/// <summary>
/// Parameters of digitaly sign
/// </summary>
[Xml]
public DigitalSignatureBootstrapper DigitalSignature;

/// <summary>
Expand Down

0 comments on commit decc1f5

Please sign in to comment.