You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -329,7 +329,7 @@ internal static class Util {
|
||||
string assembly = "system_web";
|
||||
|
||||
// QFE number is not included in client path
|
||||
string version = VersionInfo.EngineVersion.Substring(0, VersionInfo.EngineVersion.LastIndexOf('.')).Replace('.', '_');
|
||||
string version = VersionInfo.SystemWebVersion.Substring(0, VersionInfo.SystemWebVersion.LastIndexOf('.')).Replace('.', '_');
|
||||
location = String.Format(CultureInfo.InvariantCulture, location, assembly, version);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user