We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc095d commit 67e8acbCopy full SHA for 67e8acb
ECommons/ECommons.csproj
@@ -2,8 +2,8 @@
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
<Authors>NightmareXIV</Authors>
5
- <BaseVersion>3.1.0.1</BaseVersion>
6
- <PackageKind></PackageKind>
+ <BaseVersion>3.1.0.2</BaseVersion>
+ <PackageKind>stg</PackageKind>
7
<VersionSuffix Condition="'$(PackageKind)' != ''">-$(PackageKind)</VersionSuffix>
8
<Version>$(BaseVersion)$(VersionSuffix)</Version>
9
<Configurations>Debug;Release</Configurations>
ECommons/UIHelpers/AddonMasterImplementations/ContextMenu.cs
@@ -36,7 +36,7 @@ public List<Pointer<AtkComponentListItemRenderer>> ListItems
36
}
37
38
39
- private const int offset = 7;
+ private const int offset = 8;
40
public Entry[] Entries
41
{
42
get
0 commit comments