Merge branch 'SDV_1.3_beta' into BackToStable
This commit is contained in:
commit
7fb5546028
|
@ -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")]
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue