Merge branch 'SDV_1.3_beta' into BackToStable

This commit is contained in:
cdaragorn 2018-05-23 22:06:35 -06:00
commit 7fb5546028
3 changed files with 6 additions and 4 deletions

View File

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.6.5.0")]
[assembly: AssemblyFileVersion("1.6.5.0")]
[assembly: AssemblyVersion("1.6.6.0")]
[assembly: AssemblyFileVersion("1.6.6.0")]

View File

@ -178,7 +178,9 @@ namespace UIInfoSuite.UIElements
{
if (requiredBundle.Value.Contains(_hoverItem.parentSheetIndex) &&
!_hoverItem.Name.Contains("arecrow") &&
_hoverItem.Name != "Chest")
_hoverItem.Name != "Chest" &&
_hoverItem.Name != "Recycling Machine" &&
_hoverItem.Name != "Solid Gold Lewis")
{
requiredBundleName = requiredBundle.Key;
break;

View File

@ -1,7 +1,7 @@
{
"Name": "UI Info Suite",
"Author": "Cdaragorn",
"Version": "1.6.5",
"Version": "1.6.6",
"Description": "Adds a lot of useful information to the user interface. This is based on Demiacle's excellent UIModSuite.",
"UniqueID": "Cdaragorn.UiInfoSuite",
"EntryDll": "UIInfoSuite.dll",