From c452e2e618f6bfff2bf27b0abe78b4493d04fed3 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Wed, 11 Jan 2023 14:52:37 -0500 Subject: [PATCH] chore: bump to 1.2.6 --- TheGreatSeparator/TheGreatSeparator.cs | 2 +- TheGreatSeparator/TheGreatSeparator.csproj | 6 +++--- TheGreatSeparator/packages.lock.json | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) mode change 100644 => 100755 TheGreatSeparator/packages.lock.json diff --git a/TheGreatSeparator/TheGreatSeparator.cs b/TheGreatSeparator/TheGreatSeparator.cs index 0af7f0f..d10186a 100755 --- a/TheGreatSeparator/TheGreatSeparator.cs +++ b/TheGreatSeparator/TheGreatSeparator.cs @@ -21,7 +21,7 @@ namespace TheGreatSeparator { internal const string ShowFlyText = "E8 ?? ?? ?? ?? FF C7 41 D1 C7"; internal const string SprintfNumber = "48 83 EC 28 44 8B C9"; - internal const string FlyTextStringify = "45 33 C0 C6 44 24 ?? ?? 41 8B D6 E8 ?? ?? ?? ?? 8B CD E8"; + internal const string FlyTextStringify = "45 33 C0 C6 44 24 ?? ?? 8B D3 E8 ?? ?? ?? ?? 41 8B CF E8"; internal const string HotbarManaStringify = "45 33 C0 44 88 64 24 ?? 44 88 64 24 ?? 8B 14 08 48 8B CE E8"; internal const string PartyListStringify = "45 33 C0 C6 44 24 ?? ?? 8B D5 E8 ?? ?? ?? ?? EB"; diff --git a/TheGreatSeparator/TheGreatSeparator.csproj b/TheGreatSeparator/TheGreatSeparator.csproj index 3a8be32..bed77d2 100755 --- a/TheGreatSeparator/TheGreatSeparator.csproj +++ b/TheGreatSeparator/TheGreatSeparator.csproj @@ -1,7 +1,7 @@ - net6-windows - 1.2.5 + net7-windows + 1.2.6 latest enable true @@ -40,6 +40,6 @@ - + diff --git a/TheGreatSeparator/packages.lock.json b/TheGreatSeparator/packages.lock.json old mode 100644 new mode 100755 index 9628a11..625635e --- a/TheGreatSeparator/packages.lock.json +++ b/TheGreatSeparator/packages.lock.json @@ -1,13 +1,13 @@ { "version": 1, "dependencies": { - "net6.0-windows7.0": { + "net7.0-windows7.0": { "DalamudPackager": { "type": "Direct", - "requested": "[2.1.8, )", - "resolved": "2.1.8", - "contentHash": "YqagNXs9InxmqkXzq7kLveImxnodkBEicAhydMXVp7dFjC7xb76U6zGgAax4/BWIWfZeWzr5DJyQSev31kj81A==" + "requested": "[2.1.10, )", + "resolved": "2.1.10", + "contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw==" } } } -} \ No newline at end of file +}