diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-08 13:41:41 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-08 13:54:48 -0700 |
| commit | 2c15f33036489464f6ebd7cc1584e1975e765899 (patch) | |
| tree | dd7aa9afaf01c14893903f7ab37b7fc20e3aba50 /src/WixToolset.Extensibility/Data | |
| parent | 93692d4306b0f6ab3f97aab1598785951ec7bc47 (diff) | |
| download | wix-2c15f33036489464f6ebd7cc1584e1975e765899.tar.gz wix-2c15f33036489464f6ebd7cc1584e1975e765899.tar.bz2 wix-2c15f33036489464f6ebd7cc1584e1975e765899.zip | |
Rename ComponentKeyPathType to PossibleKeyPathType
Diffstat (limited to 'src/WixToolset.Extensibility/Data')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IComponentKeyPath.cs | 2 | ||||
| -rw-r--r-- | src/WixToolset.Extensibility/Data/PossibleKeyPathType.cs (renamed from src/WixToolset.Extensibility/Data/ComponentKeyPathType.cs) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs b/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs index ba660b45..9417b836 100644 --- a/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs +++ b/src/WixToolset.Extensibility/Data/IComponentKeyPath.cs | |||
| @@ -8,6 +8,6 @@ namespace WixToolset.Extensibility.Data | |||
| 8 | 8 | ||
| 9 | string Id { get; set; } | 9 | string Id { get; set; } |
| 10 | 10 | ||
| 11 | ComponentKeyPathType Type { get; set; } | 11 | PossibleKeyPathType Type { get; set; } |
| 12 | } | 12 | } |
| 13 | } | 13 | } |
diff --git a/src/WixToolset.Extensibility/Data/ComponentKeyPathType.cs b/src/WixToolset.Extensibility/Data/PossibleKeyPathType.cs index 58bbb0cf..75ccb1d1 100644 --- a/src/WixToolset.Extensibility/Data/ComponentKeyPathType.cs +++ b/src/WixToolset.Extensibility/Data/PossibleKeyPathType.cs | |||
| @@ -1,8 +1,8 @@ | |||
| 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.Extensibility.Data | 3 | namespace WixToolset.Extensibility.Data |
| 4 | { | 4 | { |
| 5 | public enum ComponentKeyPathType | 5 | public enum PossibleKeyPathType |
| 6 | { | 6 | { |
| 7 | /// <summary> | 7 | /// <summary> |
| 8 | /// Not a key path. | 8 | /// Not a key path. |
