diff options
Diffstat (limited to 'src/WixToolset.Core/OptimizeCA.cs')
-rw-r--r-- | src/WixToolset.Core/OptimizeCA.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core/OptimizeCA.cs b/src/WixToolset.Core/OptimizeCA.cs index ba17604d..0d7b5e1a 100644 --- a/src/WixToolset.Core/OptimizeCA.cs +++ b/src/WixToolset.Core/OptimizeCA.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | 1 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. |
2 | 2 | ||
3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
@@ -8,7 +8,7 @@ namespace WixToolset.Core | |||
8 | /// Values for the OptimizeCA MsiPatchMetdata property, which indicates whether custom actions can be skipped when applying the patch. | 8 | /// Values for the OptimizeCA MsiPatchMetdata property, which indicates whether custom actions can be skipped when applying the patch. |
9 | /// </summary> | 9 | /// </summary> |
10 | [Flags] | 10 | [Flags] |
11 | internal enum OptimizeCA | 11 | public enum OptimizeCA // TODO: review where to place this data so it can not be exposed by WixToolset.Core |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// No custom actions are skipped. | 14 | /// No custom actions are skipped. |