File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1111 workflow_dispatch :
1212
1313env :
14- SHARPHOOK_VERSION : v5.2.1
14+ SHARPHOOK_VERSION : v5.2.2
1515 DOTNET_VERSION : 8.0.x
1616
1717jobs :
Original file line number Diff line number Diff line change 11# About SharpHook
22
3- SharpHook. Version 5.2.1 . Created by Tolik Pylypchuk.
3+ SharpHook. Version 5.2.2 . Created by Tolik Pylypchuk.
44
55## Library Status
66
@@ -10,6 +10,12 @@ rest assured that it's not abandoned! I'm not giving up on this library any time
1010
1111## Changelog
1212
13+ ### [ v5.2.2] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.2 ) (January 13, 2024)
14+
15+ - The package targets are now executed only for .NET Framework since they aren't needed for .NET/.NET Core.
16+
17+ - libuiohook resolution for Linux Arm64 was fixed in package targets.
18+
1319### [ v5.2.1] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.1 ) (January 3, 2024)
1420
1521- ` HookEventArgs.IsEventSimulated ` has been fixed - previously it always returned ` true ` .
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ features as well as higher-level types to work with it.
77## Installation
88
99```
10- dotnet add package SharpHook --version 5.2.1
11- dotnet add package SharpHook.Reactive --version 5.2.1
10+ dotnet add package SharpHook --version 5.2.2
11+ dotnet add package SharpHook.Reactive --version 5.2.2
1212```
1313
1414## Supported Platforms
You can’t perform that action at this time.
0 commit comments