Skip to content

Commit

Permalink
Update sharphook to fix linux memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
FaithBeam committed Aug 4, 2024
1 parent 7802ec2 commit 2866e2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion YMouseButtonControl.Core/YMouseButtonControl.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="ReactiveUI" Version="19.6.1" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="SharpHook" Version="5.3.2" />
<PackageReference Include="SharpHook" Version="5.3.7" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<ItemGroup>
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="SharpHook" Version="5.3.2" />
<PackageReference Include="SharpHook.Reactive" Version="5.3.2" />
<PackageReference Include="SharpHook" Version="5.3.7" />
<PackageReference Include="SharpHook.Reactive" Version="5.3.7" />
</ItemGroup>

</Project>

0 comments on commit 2866e2d

Please sign in to comment.