chore: bump version to 1.2.7

This commit is contained in:
Anna 2023-10-03 17:37:18 -04:00
parent b15d22d533
commit 6ee7d4a102
Signed by: anna
GPG Key ID: D0943384CD9F87D1
3 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net7-windows</TargetFramework> <TargetFramework>net7-windows</TargetFramework>
<Version>1.2.6</Version> <Version>1.2.7</Version>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly> <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
@ -52,8 +52,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.8"/> <PackageReference Include="DalamudPackager" Version="2.1.12"/>
<PackageReference Include="XivCommon" Version="6.0.1"/> <PackageReference Include="XivCommon" Version="9.0.0"/>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -40,7 +40,7 @@ namespace BetterPartyFinder {
this.Config = Configuration.Load(this) ?? new Configuration(); this.Config = Configuration.Load(this) ?? new Configuration();
this.Config.Initialise(this); this.Config.Initialise(this);
this.Common = new XivCommonBase(Hooks.PartyFinder); this.Common = new XivCommonBase(this.Interface, Hooks.PartyFinder);
this.Filter = new Filter(this); this.Filter = new Filter(this);
this.JoinHandler = new JoinHandler(this); this.JoinHandler = new JoinHandler(this);
this.Ui = new PluginUi(this); this.Ui = new PluginUi(this);

View File

@ -4,15 +4,15 @@
"net7.0-windows7.0": { "net7.0-windows7.0": {
"DalamudPackager": { "DalamudPackager": {
"type": "Direct", "type": "Direct",
"requested": "[2.1.8, )", "requested": "[2.1.12, )",
"resolved": "2.1.8", "resolved": "2.1.12",
"contentHash": "YqagNXs9InxmqkXzq7kLveImxnodkBEicAhydMXVp7dFjC7xb76U6zGgAax4/BWIWfZeWzr5DJyQSev31kj81A==" "contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
}, },
"XivCommon": { "XivCommon": {
"type": "Direct", "type": "Direct",
"requested": "[6.0.1, )", "requested": "[9.0.0, )",
"resolved": "6.0.1", "resolved": "9.0.0",
"contentHash": "X58/iHscbwzF9JziooBKYE4S0XDYuGYI7Eg5Er1LhdQSjGwMLes0whRdKtH591wIhefFiS5G14W6EEL3Qt76wg==" "contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w=="
} }
} }
} }