chore: bump version to 1.4.7
This commit is contained in:
parent
b2001ac0d5
commit
61702e638d
@ -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>();
|
||||
|
@ -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>
|
||||
|
12
QuestMap/packages.lock.json
Executable file → Normal file
12
QuestMap/packages.lock.json
Executable file → Normal 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=="
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user