Skip to content

Commit

Permalink
Release 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Feb 15, 2023
1 parent 2e91dcb commit 6ea6871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.2.3

* Fix event issue, use `RegisterToEventsDirectly` and `CanInvokeOnHandledEvents` to customize event registering/handling. (@softwareantics)
* Internal cleanup that fixed issue where setting `RenderContinuously = false` caused an extra call to render. (@francotiveron)

## 4.2.2

* Fix issue where `4.2.1` was only compatible with `netcoreapp3.1-windows` and nothing else.
Expand Down
2 changes: 1 addition & 1 deletion src/Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="OpenTK" Version="4.7.4" />
<PackageReference Include="OpenTK" Version="4.7.5" />
</ItemGroup>
</Project>

0 comments on commit 6ea6871

Please sign in to comment.