Fix assembly version of testing plugins in installer

This commit is contained in:
Aireil 2020-12-26 20:33:15 +01:00
parent ef1e5ecc1c
commit b29d926b27

View file

@ -419,7 +419,7 @@ namespace Dalamud.Plugin
}
ImGui.SameLine();
ImGui.TextColored(new Vector4(0.5f, 0.5f, 0.5f, 1.0f), $" v{pluginDefinition.AssemblyVersion}");
ImGui.TextColored(new Vector4(0.5f, 0.5f, 0.5f, 1.0f), $" v{installedPlugin.Definition.AssemblyVersion}");
if(installedPlugin.IsRaw) {
ImGui.SameLine();