Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the opentk group with 5 updates:

Package From To
OpenTK.Core 4.9.3 4.9.4
OpenTK.Mathematics 4.9.3 4.9.4
System.Runtime.CompilerServices.Unsafe 6.1.0 6.0.0
OpenTK.Windowing.Desktop 4.9.3 4.9.4
OpenTK.Windowing.GraphicsLibraryFramework 4.9.3 4.9.4

Updates OpenTK.Core from 4.9.3 to 4.9.4

Release notes

Sourced from OpenTK.Core's releases.

4.9.4

BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops) API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops) API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops) API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops) API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers) API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops) FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops) FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops) FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops) FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops) FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Changelog

Sourced from OpenTK.Core's changelog.

4.9.4

  • BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops)

  • API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops)

  • API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops)

  • API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops)

  • API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers)

  • API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops)

  • FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops)

  • FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops)

  • FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops)

  • FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops)

  • FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Commits
  • 8d1d462 Release 4.9.4
  • 271e90c Merge pull request #1813 from NogginBops/dll-load-message
  • ec1f696 Merge pull request #1812 from NogginBops/fix-hsv
  • 625f225 Be more explicit about the cause for OpenAL dlls not loading.
  • 48613a4 Fix Hsv and Hsl conversions when hue is 1.
  • bbf7f49 Merge pull request #1811 from NogginBops/vector-functions-otk4
  • 6c9e1b8 Merge pull request #1810 from NogginBops/fix-matrix
  • ddd2966 Merge pull request #1784 from NogginBops/alc_soft_loopback
  • d724be2 Merge pull request #1801 from DamienIsPoggers/master
  • fdb56d7 Merge pull request #1808 from NogginBops/faster-indexer
  • Additional commits viewable in compare view

Updates OpenTK.Mathematics from 4.9.3 to 4.9.4

Release notes

Sourced from OpenTK.Mathematics's releases.

4.9.4

BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops) API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops) API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops) API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops) API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers) API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops) FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops) FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops) FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops) FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops) FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Changelog

Sourced from OpenTK.Mathematics's changelog.

4.9.4

  • BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops)

  • API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops)

  • API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops)

  • API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops)

  • API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers)

  • API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops)

  • FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops)

  • FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops)

  • FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops)

  • FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops)

  • FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Commits
  • 8d1d462 Release 4.9.4
  • 271e90c Merge pull request #1813 from NogginBops/dll-load-message
  • ec1f696 Merge pull request #1812 from NogginBops/fix-hsv
  • 625f225 Be more explicit about the cause for OpenAL dlls not loading.
  • 48613a4 Fix Hsv and Hsl conversions when hue is 1.
  • bbf7f49 Merge pull request #1811 from NogginBops/vector-functions-otk4
  • 6c9e1b8 Merge pull request #1810 from NogginBops/fix-matrix
  • ddd2966 Merge pull request #1784 from NogginBops/alc_soft_loopback
  • d724be2 Merge pull request #1801 from DamienIsPoggers/master
  • fdb56d7 Merge pull request #1808 from NogginBops/faster-indexer
  • Additional commits viewable in compare view

Updates System.Runtime.CompilerServices.Unsafe from 6.1.0 to 6.0.0

Commits

Updates OpenTK.Core from 4.9.3 to 4.9.4

Release notes

Sourced from OpenTK.Core's releases.

4.9.4

BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops) API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops) API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops) API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops) API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers) API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops) FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops) FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops) FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops) FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops) FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Changelog

Sourced from OpenTK.Core's changelog.

4.9.4

  • BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops)

  • API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops)

  • API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops)

  • API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops)

  • API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers)

  • API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops)

  • FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops)

  • FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops)

  • FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops)

  • FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops)

  • FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Commits
  • 8d1d462 Release 4.9.4
  • 271e90c Merge pull request #1813 from NogginBops/dll-load-message
  • ec1f696 Merge pull request #1812 from NogginBops/fix-hsv
  • 625f225 Be more explicit about the cause for OpenAL dlls not loading.
  • 48613a4 Fix Hsv and Hsl conversions when hue is 1.
  • bbf7f49 Merge pull request #1811 from NogginBops/vector-functions-otk4
  • 6c9e1b8 Merge pull request #1810 from NogginBops/fix-matrix
  • ddd2966 Merge pull request #1784 from NogginBops/alc_soft_loopback
  • d724be2 Merge pull request #1801 from DamienIsPoggers/master
  • fdb56d7 Merge pull request #1808 from NogginBops/faster-indexer
  • Additional commits viewable in compare view

Updates OpenTK.Mathematics from 4.9.3 to 4.9.4

Release notes

Sourced from OpenTK.Mathematics's releases.

4.9.4

BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops) API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops) API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops) API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops) API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers) API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops) FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops) FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops) FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops) FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops) FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Changelog

Sourced from OpenTK.Mathematics's changelog.

4.9.4

  • BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops)

  • API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops)

  • API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops)

  • API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops)

  • API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers)

  • API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops)

  • FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops)

  • FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops)

  • FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops)

  • FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops)

  • FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Commits
  • 8d1d462 Release 4.9.4
  • 271e90c Merge pull request #1813 from NogginBops/dll-load-message
  • ec1f696 Merge pull request #1812 from NogginBops/fix-hsv
  • 625f225 Be more explicit about the cause for OpenAL dlls not loading.
  • 48613a4 Fix Hsv and Hsl conversions when hue is 1.
  • bbf7f49 Merge pull request #1811 from NogginBops/vector-functions-otk4
  • 6c9e1b8 Merge pull request #1810 from NogginBops/fix-matrix
  • ddd2966 Merge pull request #1784 from NogginBops/alc_soft_loopback
  • d724be2 Merge pull request #1801 from DamienIsPoggers/master
  • fdb56d7 Merge pull request #1808 from NogginBops/faster-indexer
  • Additional commits viewable in compare view

Updates OpenTK.Windowing.Desktop from 4.9.3 to 4.9.4

Release notes

Sourced from OpenTK.Windowing.Desktop's releases.

4.9.4

BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops) API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops) API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops) API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops) API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers) API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops) FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops) FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops) FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops) FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops) FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Changelog

Sourced from OpenTK.Windowing.Desktop's changelog.

4.9.4

  • BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops)

  • API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops)

  • API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops)

  • API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops)

  • API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers)

  • API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops)

  • FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops)

  • FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops)

  • FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops)

  • FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops)

  • FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Commits
  • 8d1d462 Release 4.9.4
  • 271e90c Merge pull request #1813 from NogginBops/dll-load-message
  • ec1f696 Merge pull request #1812 from NogginBops/fix-hsv
  • 625f225 Be more explicit about the cause for OpenAL dlls not loading.
  • 48613a4 Fix Hsv and Hsl conversions when hue is 1.
  • bbf7f49 Merge pull request #1811 from NogginBops/vector-functions-otk4
  • 6c9e1b8 Merge pull request #1810 from NogginBops/fix-matrix
  • ddd2966 Merge pull request #1784 from NogginBops/alc_soft_loopback
  • d724be2 Merge pull request #1801 from DamienIsPoggers/master
  • fdb56d7 Merge pull request #1808 from NogginBops/faster-indexer
  • Additional commits viewable in compare view

Updates OpenTK.Windowing.GraphicsLibraryFramework from 4.9.3 to 4.9.4

Release notes

Sourced from OpenTK.Windowing.GraphicsLibraryFramework's releases.

4.9.4

BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops) API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops) API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops) API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops) API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers) API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops) FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops) FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops) FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops) FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops) FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Changelog

Sourced from OpenTK.Windowing.GraphicsLibraryFramework's changelog.

4.9.4

  • BREAKING: Made Matrix3/4.CreateFromQuaternion and Matrix3x4/4x3.CreateFromQuaternion produce idential results for non-normalized quaternions. (@​NogginBops)

  • API: Add explicit casts to and from System.Numerics types. (@​DamienIsPoggers, @​NogginBops)

  • API: Added VectorN.Round/Ceiling/Floor/Truncate element-wise functions. (@​NogginBops)

  • API: Add ShaderStorageBufferBinding, ShaderStorageBufferStart, and ShaderStorageBufferSize to GetIndexedPName. (@​NogginBops)

  • API: Add MathHelper.RadToDeg(d) and MathHelper.DegToRad(d) constants for conversion between radians and degrees. (@​DamienIsPoggers)

  • API: Add support for the ALC_SOFT_loopback OpenAL extension through OpenTK.Audio.OpenAL.ALC.Loopback. (@​NogginBops)

  • FIX: Update OpenTK.redist.glfw to GLFW 3.4 so that the GLFW 3.4 apis work properly. (@​NogginBops)

  • FIX: Optimized VectorN.this[int i] and MatrixN.this[int row, int col] indexers. (@​NogginBops)

  • FIX: Made Color4.FromHsv and Color4.FromHsl work correctly when hue is 1. (@​NogginBops)

  • FIX: Updated OpenAL DllNotFoundException exception message to mention having to install OpenAL. (@​NogginBops)

  • FIX: The documentation for NativeWindowSettings.RenderFrequency now correctly refers to UpdateFrequency instead of UpdateFrame. (@​NogginBops)

Commits
  • 8d1d462 Release 4.9.4
  • 271e90c Merge pull request #1813 from NogginBops/dll-load-message
  • ec1f696 Merge pull request #1812 from NogginBops/fix-hsv
  • 625f225 Be more explicit about the cause for OpenAL dlls not loading.
  • 48613a4 Fix Hsv and Hsl conversions when hue is 1.
  • bbf7f49 Merge pull request #1811 from NogginBops/vector-functions-otk4
  • 6c9e1b8 Merge pull request #1810 from NogginBops/fix-matrix
  • ddd2966 Merge pull request #1784 from NogginBops/alc_soft_loopback
  • d724be2 Merge pull request #1801 from DamienIsPoggers/master
  • fdb56d7 Merge pull request #1808 from NogginBops/faster-indexer
  • Additional commits viewable in compare view

Updates System.Runtime.CompilerServices.Unsafe from 6.1.0 to 6.0.0

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from tomrijnbeek April 14, 2025 05:28
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 14, 2025
@dependabot dependabot bot force-pushed the dependabot/nuget/opentk-d162a7b36d branch from 62bc16f to 4aaf4a3 Compare May 26, 2025 06:08
Bumps the opentk group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [OpenTK.Core](https://github.com/opentk/opentk) | `4.9.3` | `4.9.4` |
| [OpenTK.Mathematics](https://github.com/opentk/opentk) | `4.9.3` | `4.9.4` |
| [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) | `6.1.0` | `6.0.0` |
| [OpenTK.Windowing.Desktop](https://github.com/opentk/opentk) | `4.9.3` | `4.9.4` |
| [OpenTK.Windowing.GraphicsLibraryFramework](https://github.com/opentk/opentk) | `4.9.3` | `4.9.4` |


Updates `OpenTK.Core` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.9.3...4.9.4)

Updates `OpenTK.Mathematics` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.9.3...4.9.4)

Updates `System.Runtime.CompilerServices.Unsafe` from 6.1.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

Updates `OpenTK.Core` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.9.3...4.9.4)

Updates `OpenTK.Mathematics` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.9.3...4.9.4)

Updates `OpenTK.Windowing.Desktop` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.9.3...4.9.4)

Updates `OpenTK.Windowing.GraphicsLibraryFramework` from 4.9.3 to 4.9.4
- [Release notes](https://github.com/opentk/opentk/releases)
- [Changelog](https://github.com/opentk/opentk/blob/master/RELEASE_NOTES.md)
- [Commits](opentk/opentk@4.9.3...4.9.4)

Updates `System.Runtime.CompilerServices.Unsafe` from 6.1.0 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

---
updated-dependencies:
- dependency-name: OpenTK.Core
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentk
- dependency-name: OpenTK.Mathematics
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentk
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentk
- dependency-name: OpenTK.Core
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentk
- dependency-name: OpenTK.Mathematics
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentk
- dependency-name: OpenTK.Windowing.Desktop
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentk
- dependency-name: OpenTK.Windowing.GraphicsLibraryFramework
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentk
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/opentk-d162a7b36d branch from 4aaf4a3 to 84ef6b3 Compare May 30, 2025 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant