chore: bump version to 1.1.8

This commit is contained in:
Anna 2023-10-03 17:40:48 -04:00
parent f29c65755e
commit 2b02013ebf
Signed by: anna
GPG Key ID: D0943384CD9F87D1
3 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@ namespace TextBoxStyler {
public Styler(Plugin plugin) {
this.Plugin = plugin;
this.Common = new XivCommonBase(Hooks.Talk | Hooks.BattleTalk);
this.Common = new XivCommonBase(this.Plugin.Interface, Hooks.Talk | Hooks.BattleTalk);
this.Common.Functions.Talk.OnTalk += this.StyleTalk;
this.Common.Functions.BattleTalk.OnBattleTalk += this.StyleBattleTalk;

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net7-windows</TargetFramework>
<Version>1.1.7</Version>
<Version>1.1.8</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
@ -38,8 +38,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.11"/>
<PackageReference Include="XivCommon" Version="7.0.2"/>
<PackageReference Include="DalamudPackager" Version="2.1.12"/>
<PackageReference Include="XivCommon" Version="9.0.0"/>
</ItemGroup>
</Project>

12
TextBoxStyler/packages.lock.json Executable file → Normal file
View File

@ -4,15 +4,15 @@
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.11, )",
"resolved": "2.1.11",
"contentHash": "9qlAWoRRTiL/geAvuwR/g6Bcbrd/bJJgVnB/RurBiyKs6srsP0bvpoo8IK+Eg8EA6jWeM6/YJWs66w4FIAzqPw=="
"requested": "[2.1.12, )",
"resolved": "2.1.12",
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
},
"XivCommon": {
"type": "Direct",
"requested": "[7.0.2, )",
"resolved": "7.0.2",
"contentHash": "raQqMKIquvM+BjDJz8QW8zOa2cajMtlwfKBlocNtkzNy/HMC7PGzkh8kN9KbUrwxc7PPvn6EjEXsAU9q9EUKJQ=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w=="
}
}
}