chore: bump version to 1.2.8

This commit is contained in:
Anna 2023-10-03 17:43:21 -04:00
parent d1a47ecf76
commit d4faa3757b
Signed by: anna
GPG Key ID: D0943384CD9F87D1
3 changed files with 10 additions and 10 deletions

View File

@ -31,7 +31,7 @@ namespace BurntToast {
this.Ui = new PluginUi(this);
this.Commands = new Commands(this);
this.Common = new XivCommonBase(Hooks.BattleTalk);
this.Common = new XivCommonBase(this.Interface, Hooks.BattleTalk);
this.Filter = new Filter(this);
}

View File

@ -5,7 +5,7 @@
<RootNamespace>BurntToast</RootNamespace>
<AssemblyName>BurntToast</AssemblyName>
<Nullable>enable</Nullable>
<Version>1.2.7</Version>
<Version>1.2.8</Version>
<LangVersion>latest</LangVersion>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@ -36,8 +36,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.10"/>
<PackageReference Include="XivCommon" Version="7.0.0-alpha.1"/>
<PackageReference Include="DalamudPackager" Version="2.1.12"/>
<PackageReference Include="XivCommon" Version="9.0.0"/>
</ItemGroup>
</Project>

View File

@ -4,15 +4,15 @@
"net7.0-windows7.0": {
"DalamudPackager": {
"type": "Direct",
"requested": "[2.1.10, )",
"resolved": "2.1.10",
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
"requested": "[2.1.12, )",
"resolved": "2.1.12",
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
},
"XivCommon": {
"type": "Direct",
"requested": "[7.0.0-alpha.1, )",
"resolved": "7.0.0-alpha.1",
"contentHash": "4Yy4Wg3bnI/g9BSEYAqOZALmVMJZS0wcP847VlUIThBqIS/47O6tw2BI84he4KuPSTfIsYOzrcz3vAia8+Pn3g=="
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w=="
}
}
}