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; }
|
private Commands Commands { get; }
|
||||||
|
|
||||||
public Plugin() {
|
public Plugin() {
|
||||||
this.Common = new XivCommonBase();
|
this.Common = new XivCommonBase(this.Interface);
|
||||||
this.Config = this.Interface.GetPluginConfig() as Configuration ?? new Configuration();
|
this.Config = this.Interface.GetPluginConfig() as Configuration ?? new Configuration();
|
||||||
|
|
||||||
var graphChannel = Channel.CreateUnbounded<GraphInfo>();
|
var graphChannel = Channel.CreateUnbounded<GraphInfo>();
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7-windows</TargetFramework>
|
<TargetFramework>net7-windows</TargetFramework>
|
||||||
<RootNamespace>QuestMap</RootNamespace>
|
<RootNamespace>QuestMap</RootNamespace>
|
||||||
<Version>1.4.6</Version>
|
<Version>1.4.7</Version>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
@ -45,9 +45,9 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutomaticGraphLayout" Version="1.1.12"/>
|
<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="System.Threading.Channels" Version="7.0.0"/>
|
||||||
<PackageReference Include="XivCommon" Version="7.0.0-alpha.1"/>
|
<PackageReference Include="XivCommon" Version="9.0.0"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
12
QuestMap/packages.lock.json
Executable file → Normal file
12
QuestMap/packages.lock.json
Executable file → Normal file
@ -10,9 +10,9 @@
|
|||||||
},
|
},
|
||||||
"DalamudPackager": {
|
"DalamudPackager": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[2.1.10, )",
|
"requested": "[2.1.12, )",
|
||||||
"resolved": "2.1.10",
|
"resolved": "2.1.12",
|
||||||
"contentHash": "S6NrvvOnLgT4GDdgwuKVJjbFo+8ZEj+JsEYk9ojjOR/MMfv1dIFpT8aRJQfI24rtDcw1uF+GnSSMN4WW1yt7fw=="
|
"contentHash": "Sc0PVxvgg4NQjcI8n10/VfUQBAS4O+Fw2pZrAqBdRMbthYGeogzu5+xmIGCGmsEZ/ukMOBuAqiNiB5qA3MRalg=="
|
||||||
},
|
},
|
||||||
"System.Threading.Channels": {
|
"System.Threading.Channels": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
@ -22,9 +22,9 @@
|
|||||||
},
|
},
|
||||||
"XivCommon": {
|
"XivCommon": {
|
||||||
"type": "Direct",
|
"type": "Direct",
|
||||||
"requested": "[7.0.0-alpha.1, )",
|
"requested": "[9.0.0, )",
|
||||||
"resolved": "7.0.0-alpha.1",
|
"resolved": "9.0.0",
|
||||||
"contentHash": "4Yy4Wg3bnI/g9BSEYAqOZALmVMJZS0wcP847VlUIThBqIS/47O6tw2BI84he4KuPSTfIsYOzrcz3vAia8+Pn3g=="
|
"contentHash": "avaBp3FmSCi/PiQhntCeBDYOHejdyTWmFtz4pRBVQQ8vHkmRx+YTk1la9dkYBMlXxRXKckEdH1iI1Fu61JlE7w=="
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user