Skip to content

Commit

Permalink
Follow-Up: Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreisser committed Nov 16, 2023
1 parent 4ed3512 commit e910bb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ build and run the Mouse Click Simulator on your computer.

## Release Notes

**2023-11-16** (Commit [4ed3512](https://github.com/kpreisser/MouseClickSimulator/commit/4ed3512e139c233175371765f594d192a25f8c04))
- Updated to **.NET 8.0**.
Due to this change, if you had already installed the .NET SDK 6.0 or 7.0, you will need to install the
[.NET SDK 8.0 or higher](https://dotnet.microsoft.com/download) in order to be able to build the application.

**2022-01-24** (Commit [db8435c](https://github.com/kpreisser/MouseClickSimulator/commit/db8435c5d0c7309c3e09b214b0a587b3e12d32c2))

- Added support for alphabetic keys in the `KeyPress` action, and added new `KeyDown` and `KeyUp` actions.
Expand Down

0 comments on commit e910bb4

Please sign in to comment.