Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 61702e638d
chore: bump version to 1.4.7 2023-10-03 19:20:00 -04:00
Anna b2001ac0d5
feat: add new msq 2023-10-03 19:20:00 -04:00
4 changed files with 12 additions and 10 deletions

View File

@ -34,7 +34,7 @@ namespace QuestMap {
private Commands Commands { get; }
public Plugin() {
this.Common = new XivCommonBase();
this.Common = new XivCommonBase(this.Interface);
this.Config = this.Interface.GetPluginConfig() as Configuration ?? new Configuration();
var graphChannel = Channel.CreateUnbounded<GraphInfo>();

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net7-windows</TargetFramework>
<RootNamespace>QuestMap</RootNamespace>
<Version>1.4.6</Version>
<Version>1.4.7</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@ -45,9 +45,9 @@
<ItemGroup>
<PackageReference Include="AutomaticGraphLayout" Version="1.1.12"/>
<PackageReference Include="DalamudPackager" Version="2.1.10"/>
<PackageReference Include="DalamudPackager" Version="2.1.12"/>
<PackageReference Include="System.Threading.Channels" Version="7.0.0"/>
<PackageReference Include="XivCommon" Version="7.0.0-alpha.1"/>
<PackageReference Include="XivCommon" Version="9.0.0"/>
</ItemGroup>
</Project>

View File

@ -252,6 +252,8 @@ namespace QuestMap {
70062 => "Newfound Adventure (6.1)",
70136 => "Buried Memory (6.2)",
70214 => "Gods Revel, Lands Tremble (6.3)",
70279 => "The Dark Throne (6.4)",
70286 => "Growing Light (6.5)",
_ => null,
};

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

@ -10,9 +10,9 @@
},
"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=="
},
"System.Threading.Channels": {
"type": "Direct",
@ -22,9 +22,9 @@
},
"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=="
}
}
}