Skip to content

Commit 472d8d9

Browse files
Build the docs for version 5.2.2
1 parent 447d707 commit 472d8d9

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
SHARPHOOK_VERSION: v5.2.1
14+
SHARPHOOK_VERSION: v5.2.2
1515
DOTNET_VERSION: 8.0.x
1616

1717
jobs:

docs/articles/about.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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`.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)