Skip to content

Commit

Permalink
add openrgb.net dll with fixed devicelistupdated event
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Aug 2, 2024
1 parent 07953e9 commit fcc1aa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Project-Aurora/AuroraDeviceManager/AuroraDeviceManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
<HintPath>.\RGB.NET.YeeLightStates.dll</HintPath>
<Private>true</Private>
</Reference>

<Reference Include="OpenRGB.NET">
<HintPath>.\OpenRGB.NET.dll</HintPath>
<Private>true</Private>
</Reference>
</ItemGroup>

<ItemGroup>
Expand All @@ -100,7 +105,10 @@
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.3.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.Win32.SystemEvents" Version="8.0.0"/>
<!--
wait published 3.1.2 with fixed DevicesUpdated event
<PackageReference Include="OpenRGB.NET" Version="3.1.1"/>
-->
<!--
Waiting for #338 and #339 on rgb.net
<PackageReference Include="RGB.NET.Core" Version="2.0.0-prerelease.83" />
Expand Down
Binary file not shown.

0 comments on commit fcc1aa7

Please sign in to comment.