Skip to content

Commit

Permalink
Release 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Dec 10, 2024
1 parent 9315419 commit c74f55d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.9.3

* Fix issue where the `OpenTK.Mathematics` nuget package referenced `System.Runtime.CompilerServices.Unsafe` version `5.0.0` but the compiled `OpenTK.Mathematics.dll` assembly referenced version `6.0.0`. Causing runtime crashes in some circumstances. The `OpenTK.Mathematics` nuget package now correctly requires version `6.0.0`. (@NogginBops)

## 4.9.2

* Made nuget package builds "deterministic". (@NogginBops)
Expand Down
4 changes: 2 additions & 2 deletions src/OpenTK.Mathematics/paket
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description
A basic mathematics library developed primarily for rendering in 3d and 2d.
dependencies
framework: netstandard2.1
System.Runtime.CompilerServices.Unsafe >= 5.0.0
System.Runtime.CompilerServices.Unsafe >= 6.0.0
framework: netcoreapp3.1
System.Runtime.CompilerServices.Unsafe >= 5.0.0
System.Runtime.CompilerServices.Unsafe >= 6.0.0

files
bin\Release\netstandard2.1\OpenTK.Mathematics.dll ==> lib\netstandard2.1
Expand Down

0 comments on commit c74f55d

Please sign in to comment.