From b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 2 Mar 2021 01:01:26 -0800 Subject: Short names are now created in the backend not the frontend --- src/WixToolset.Extensibility/Services/IParseHelper.cs | 1 + 1 file changed, 1 insertion(+) 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 /// true if wildcards are allowed in the filename. /// Any additional information to include in the hash for the generated short name. /// The generated 8.3-compliant short file/directory name. + [Obsolete] string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args); /// -- cgit v1.2.3-55-g6feb