mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
build: 6.0.0.4
This commit is contained in:
parent
d1695a6761
commit
550e4c4355
2 changed files with 1 additions and 4 deletions
|
|
@ -66,9 +66,6 @@ namespace Dalamud
|
|||
|
||||
this.LogLevelSwitch = loggingLevelSwitch;
|
||||
|
||||
// TODO: Just for testing, force verbose logging
|
||||
this.LogLevelSwitch.MinimumLevel = LogEventLevel.Verbose;
|
||||
|
||||
this.unloadSignal = new ManualResetEvent(false);
|
||||
this.unloadSignal.Reset();
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Label="Feature">
|
||||
<DalamudVersion>6.0.0.3</DalamudVersion>
|
||||
<DalamudVersion>6.0.0.4</DalamudVersion>
|
||||
<Description>XIV Launcher addon framework</Description>
|
||||
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
|
||||
<Version>$(DalamudVersion)</Version>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue