Skip to content

Commit

Permalink
updated MIG.HomeAutomation; kernel modules blacklisting is NOT requir…
Browse files Browse the repository at this point in the history
…ed anymore to get CM19 to work
  • Loading branch information
genemars committed Dec 10, 2018
1 parent 05075a3 commit 1230bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HomeGenie/HomeGenie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<HintPath>packages\MIG.1.0.5\lib\MIG.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MIG.HomeAutomation, Version=1.0.6917.42230, Culture=neutral, PublicKeyToken=null">
<HintPath>packages\MIG.HomeAutomation.1.0.3\lib\MIG.HomeAutomation.dll</HintPath>
<Reference Include="MIG.HomeAutomation, Version=1.0.6918.41423, Culture=neutral, PublicKeyToken=null">
<HintPath>packages\MIG.HomeAutomation.1.0.4\lib\MIG.HomeAutomation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MIG.Protocols, Version=1.0.6841.32282, Culture=neutral, PublicKeyToken=null">
Expand Down
2 changes: 1 addition & 1 deletion HomeGenie/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="LibUsbDotNet" version="2.2.18" targetFramework="net45" />
<package id="M2Mqtt" version="4.3.0.0" targetFramework="net45" />
<package id="MIG" version="1.0.5" targetFramework="net45" />
<package id="MIG.HomeAutomation" version="1.0.3" targetFramework="net45" />
<package id="MIG.HomeAutomation" version="1.0.4" targetFramework="net45" />
<package id="MIG.Protocols" version="1.0.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
<package id="NLog" version="4.5.10" targetFramework="net45" />
Expand Down

0 comments on commit 1230bda

Please sign in to comment.