File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11# SharpHook Changelog
22
3+ ## [ v4.0.1] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v4.0.1 ) (March 12, 2023)
4+
5+ libuiohook was updated to commit
6+ [ 41a17e2] ( https://github.com/TolikPylypchuk/libuiohook/tree/41a17e284300c411a6fa64de3cb6ab058f3a09c5 ) which fixes
7+ support for multiple screens on Windows.
8+
39## [ v4.0.0] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v4.0.0 ) (November 9, 2022)
410
511- .NET 7 support was added and ` [LibraryImport] ` is used instead of ` [DllImport] ` on it.
Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ dotnet add package SharpHook.Reactive
1616
1717## Upgrading
1818
19- A [ migration guide] ( https://sharphook.tolik.io/v4.0.0 /articles/migration.html ) is available for upgrading between major
19+ A [ migration guide] ( https://sharphook.tolik.io/v4.0.1 /articles/migration.html ) is available for upgrading between major
2020versions.
2121
2222## Docs
2323
2424You can find more information (including the API reference) in the [ docs] ( https://sharphook.tolik.io ) . Or if you need a
2525specific version:
2626
27+ - [ v4.0.0] ( https://sharphook.tolik.io/v4.0.1 )
2728- [ v4.0.0] ( https://sharphook.tolik.io/v4.0.0 )
2829- [ v3.1.3] ( https://sharphook.tolik.io/v3.1.3 )
2930- [ v3.1.2] ( https://sharphook.tolik.io/v3.1.2 )
Original file line number Diff line number Diff line change 11# About SharpHook
22
3- SharpHook. Version 4.0.0 . Created by Tolik Pylypchuk.
3+ SharpHook. Version 4.0.1 . 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+ ### [ v4.0.1] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v4.0.1 ) (March 12, 2023)
14+
15+ libuiohook was updated to commit
16+ [ 41a17e2] ( https://github.com/TolikPylypchuk/libuiohook/tree/41a17e284300c411a6fa64de3cb6ab058f3a09c5 ) which fixes
17+ support for multiple screens on Windows.
18+
1319### [ v4.0.0] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v4.0.0 ) (November 9, 2022)
1420
1521- .NET 7 support was added and ` [LibraryImport] ` is used instead of ` [DllImport] ` on it.
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ https://github.com/TolikPylypchuk/SharpHook
2424## Installation
2525
2626```
27- dotnet add package SharpHook --version 4.0.0
28- dotnet add package SharpHook.Reactive --version 4.0.0
27+ dotnet add package SharpHook --version 4.0.1
28+ dotnet add package SharpHook.Reactive --version 4.0.1
2929```
You can’t perform that action at this time.
0 commit comments