File tree Expand file tree Collapse file tree 4 files changed +14
-6
lines changed
Expand file tree Collapse file tree 4 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11# SharpHook Changelog
22
3+ ## [ v5.2.3] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.3 ) (February 2, 2024)
4+
5+ - Windows x86 support was fixed for .NET Framework.
6+
37## [ v5.2.2] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.2 ) (January 13, 2024)
48
59- The package targets are now executed only for .NET Framework since they aren't needed for .NET/.NET Core.
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ dotnet add package SharpHook.Reactive
1616
1717## Upgrading
1818
19- A [ migration guide] ( https://sharphook.tolik.io/v5.2.2 /articles/migration.html ) is available for upgrading between major
19+ A [ migration guide] ( https://sharphook.tolik.io/v5.2.3 /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 at
2525[ https://sharphook.tolik.io ] ( https://sharphook.tolik.io ) . Or if you need a specific version:
2626
27- - [ v5.2.2] ( https://sharphook.tolik.io/v5.2.2 ) | [ v5.2.1] ( https://sharphook.tolik.io/v5.2.1 ) | [ v5.2.0] ( https://sharphook.tolik.io/v5.2.0 )
27+ - [ v5.2.3 ] ( https://sharphook.tolik.io/v5.2.3 ) | [ v5.2. 2] ( https://sharphook.tolik.io/v5.2.2 ) | [ v5.2.1] ( https://sharphook.tolik.io/v5.2.1 ) | [ v5.2.0] ( https://sharphook.tolik.io/v5.2.0 )
2828- [ v5.1.2] ( https://sharphook.tolik.io/v5.1.2 ) | [ v5.1.1] ( https://sharphook.tolik.io/v5.1.1 ) | [ v5.1.0] ( https://sharphook.tolik.io/v5.1.0 )
2929- [ v5.0.0] ( https://sharphook.tolik.io/v5.0.0 )
3030- [ v4.2.1] ( https://sharphook.tolik.io/v4.2.1 ) | [ v4.2.0] ( https://sharphook.tolik.io/v4.2.0 )
@@ -87,7 +87,7 @@ the accessibility API be enabled for the application if it wants to create a glo
8787[ may be coming] ( https://github.com/kwhat/libuiohook/issues/100 ) , but it's not yet here.
8888
8989More info on OS support can be found in
90- [ an article on OS-specific constraints] ( https://sharphook.tolik.io/v5.2.2 /articles/os-constraints.html ) .
90+ [ an article on OS-specific constraints] ( https://sharphook.tolik.io/v5.2.3 /articles/os-constraints.html ) .
9191
9292## Usage
9393
Original file line number Diff line number Diff line change 11# About SharpHook
22
3- SharpHook. Version 5.2.2 . Created by Tolik Pylypchuk.
3+ SharpHook. Version 5.2.3 . Created by Tolik Pylypchuk.
44
55## Library Status
66
@@ -10,6 +10,10 @@ rest assured that it's not abandoned! I'm not giving up on this library any time
1010
1111## Changelog
1212
13+ ### [ v5.2.3] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.3 ) (February 2, 2024)
14+
15+ - Windows x86 support was fixed for .NET Framework.
16+
1317### [ v5.2.2] ( https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.2 ) (January 13, 2024)
1418
1519- The package targets are now executed only for .NET Framework since they aren't needed for .NET/.NET Core.
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.2
11- dotnet add package SharpHook.Reactive --version 5.2.2
10+ dotnet add package SharpHook --version 5.2.3
11+ dotnet add package SharpHook.Reactive --version 5.2.3
1212```
1313
1414## Supported Platforms
You can’t perform that action at this time.
0 commit comments