Short names are now created in the backend not the frontend
Rob Mensching committed
Mar 2, 2021 at 01:01 UTC
b8a6dcabf49c0d2048aa7e19a1b51cdd138ba51f
1 file changed
+1
src/WixToolset.Extensibility/Services/IParseHelper.cs
+1
@@ -115,6 +115,7 @@ namespace WixToolset.Extensibility.Services
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>
117
/// <returns>The generated 8.3-compliant short file/directory name.</returns>
118
+ [Obsolete]
119
string CreateShortName(string longName, bool keepExtension, bool allowWildcards, params string[] args);
120
121
/// <summary>