@@ -16,14 +16,15 @@ dotnet add package SharpHook.Reactive
1616
1717## Upgrading
1818
19- A [ migration guide] ( https://sharphook.tolik.io/v5.1.2 /articles/migration.html ) is available for upgrading between major
19+ A [ migration guide] ( https://sharphook.tolik.io/v5.2.0 /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.0] ( https://sharphook.tolik.io/v5.2.0 )
2728- [ 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 )
2829- [ v5.0.0] ( https://sharphook.tolik.io/v5.0.0 )
2930- [ v4.2.1] ( https://sharphook.tolik.io/v4.2.1 ) | [ v4.2.0] ( https://sharphook.tolik.io/v4.2.0 )
@@ -86,7 +87,7 @@ the accessibility API be enabled for the application if it wants to create a glo
8687[ may be coming] ( https://github.com/kwhat/libuiohook/issues/100 ) , but it's not yet here.
8788
8889More info on OS support can be found in
89- [ an article on OS-specific constraints] ( https://sharphook.tolik.io/v5.1.2 /articles/os-constraints.html ) .
90+ [ an article on OS-specific constraints] ( https://sharphook.tolik.io/v5.2.0 /articles/os-constraints.html ) .
9091
9192## Usage
9293
@@ -290,7 +291,7 @@ SharpHook provides the `IEventSimulator` interface, and the default implementati
290291
291292### Text Entry Simulation
292293
293- Starting with version 5.0.0 , SharpHook also provides text entry simulation. ` IEventSimulator ` contains the
294+ Starting with version 5, SharpHook also provides text entry simulation. ` IEventSimulator ` contains the
294295` SimulateTextEntry ` method which accepts a ` string ` . The text to simulate doesn't depend on the current keyboard layout.
295296The full range of UTF-16 (including surrogate pairs, e.g. emojis) is supported.
296297
0 commit comments