Skip to content

Commit 97a95d6

Browse files
committed
Update bindings
1 parent e787dfb commit 97a95d6

7 files changed

Lines changed: 9 additions & 9 deletions

Device.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using CtlLibraryBindings;
2-
using CtlLibraryCSharpWrapper;
2+
using CtlLibraryWrapper;
33
using System;
44
using System.Linq;
55

Dlls/CtlLibraryBindings.dll

212 KB
Binary file not shown.

Dlls/CtlLibraryCSharpBind.dll

-199 KB
Binary file not shown.

Dlls/CtlLibraryCSharpWrapper.dll

-438 KB
Binary file not shown.

Dlls/CtlLibraryWrapper.dll

461 KB
Binary file not shown.

FanControl.IntelCtlLibrary.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<None Remove="Dlls\CtlLibraryCSharpBind.dll" />
12-
<None Remove="Dlls\CtlLibraryCSharpWrapper.dll" />
11+
<None Remove="Dlls\CtlLibraryBindings.dll" />
12+
<None Remove="Dlls\CtlLibraryWrapper.dll" />
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<Reference Include="CtlLibraryCSharpWrapper">
17-
<HintPath>Dlls\CtlLibraryCSharpWrapper.dll</HintPath>
16+
<Reference Include="CtlLibraryWrapper">
17+
<HintPath>Dlls\CtlLibraryWrapper.dll</HintPath>
1818
</Reference>
1919
<Reference Include="FanControl.Plugins">
2020
<HintPath>Dlls\FanControl.Plugins.dll</HintPath>
2121
</Reference>
2222
</ItemGroup>
2323

2424
<ItemGroup>
25-
<ContentWithTargetPath Include="Dlls\CtlLibraryCSharpBind.dll">
25+
<ContentWithTargetPath Include="Dlls\CtlLibraryBindings.dll">
2626
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
27-
<TargetPath>CtlLibraryCSharpBind.dll</TargetPath>
27+
<TargetPath>CtlLibraryBindings.dll</TargetPath>
2828
</ContentWithTargetPath>
29-
<Resource Include="Dlls\CtlLibraryCSharpWrapper.dll">
29+
<Resource Include="Dlls\CtlLibraryWrapper.dll">
3030
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3131
</Resource>
3232
</ItemGroup>

IntelCtlLibraryPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class IntelCtlLibraryPlugin : IPlugin2
1212

1313
public string Name => "IntelCtlLibrary";
1414

15-
public IntelCtlLibraryPlugin(IPluginLogger logger)
15+
public IntelCtlLibraryPlugin(IPluginLogger logger, IPluginDialog dialog)
1616
{
1717
_logger = logger;
1818
}

0 commit comments

Comments
 (0)