Compare commits

...

3 Commits

Author SHA1 Message Date
Anna 17eb76ad7b
chore: bump version to 7.0.1 2023-05-25 12:57:53 -04:00
Anna 2c2abc003c
fix: update signature for 6.4 2023-05-25 12:57:41 -04:00
Anna 7cbaa55f5c
chore: bump version to 7.0.0-alpha.1 2023-05-25 12:57:29 -04:00
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ namespace XivCommon.Functions.Tooltips {
/// </summary>
public class Tooltips : IDisposable {
private static class Signatures {
internal const string AgentItemDetailUpdateTooltip = "E8 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 89 AE";
internal const string AgentItemDetailUpdateTooltip = "E8 ?? ?? ?? ?? 48 8B 5C 24 ?? 48 89 AE ?? ?? ?? ?? 48 89 AE";
internal const string AgentActionDetailUpdateTooltip = "E8 ?? ?? ?? ?? EB 68 FF 50 40";
internal const string SadSetString = "E8 ?? ?? ?? ?? F6 47 14 08";
}

View File

@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6-windows</TargetFramework>
<TargetFramework>net7-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<Version>6.0.2</Version>
<Version>7.0.1</Version>
<DebugType>full</DebugType>
</PropertyGroup>