diff options
-rw-r--r-- | src/WixToolset.Extensibility/Services/IParseHelper.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Extensibility/Services/IParseHelper.cs b/src/WixToolset.Extensibility/Services/IParseHelper.cs index 93144629..d64efecd 100644 --- a/src/WixToolset.Extensibility/Services/IParseHelper.cs +++ b/src/WixToolset.Extensibility/Services/IParseHelper.cs | |||
@@ -115,6 +115,7 @@ namespace WixToolset.Extensibility.Services | |||
115 | /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> | 115 | /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> |
116 | /// <param name="args">Any additional information to include in the hash for the generated short name.</param> | 116 | /// <param name="args">Any additional information to include in the hash for the generated short name.</param> |
117 | /// <returns>The generated 8.3-compliant short file/directory name.</returns> | 117 | /// <returns>The generated 8.3-compliant short file/directory name.</returns> |
118 | [Obsolete] | ||
118 | string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args); | 119 | string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args); |
119 | 120 | ||
120 | /// <summary> | 121 | /// <summary> |