Skip to content

Commit c33d738

Browse files
committed
update ATL version and fixed Config namespace
1 parent da57802 commit c33d738

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Language.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using Sync.Tools;
2-
using Sync.Tools.ConfigGUI;
2+
using Sync.Tools.ConfigurationAttribute;
33
using System;
44
using System.Collections.Generic;
55
using System.Linq;

LyricDisplayerPlugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<StartupObject />
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="ATL, Version=2.3.0.0, Culture=neutral, processorArchitecture=MSIL">
39-
<HintPath>..\Sync\OfficalPlugins\ExtraWorkspace\My_Sync_Plugin\packages\z440.atl.core.2.3.0\lib\net30\ATL.dll</HintPath>
38+
<Reference Include="ATL, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL">
39+
<HintPath>..\Sync\OfficalPlugins\ExtraWorkspace\My_Sync_Plugin\packages\z440.atl.core.2.4.1\lib\net30\ATL.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4242
<SpecificVersion>False</SpecificVersion>

LyricDisplayerPlugins.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using Sync;
1414
using Sync.Plugins;
1515
using Sync.Tools;
16-
using Sync.Tools.ConfigGUI;
16+
using Sync.Tools.ConfigurationAttribute;
1717

1818
namespace LyricDisplayerPlugin
1919
{

Setting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Sync.Tools.ConfigGUI;
1+
using Sync.Tools.ConfigurationAttribute;
22
using System;
33
using System.Collections.Generic;
44
using System.Linq;

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="NAudio" version="1.8.4" targetFramework="net461" />
44
<package id="System.ValueTuple" version="4.4.0" targetFramework="net461" />
5-
<package id="z440.atl.core" version="2.3.0" targetFramework="net461" />
5+
<package id="z440.atl.core" version="2.4.1" targetFramework="net461" />
66
</packages>

0 commit comments

Comments
 (0)