Skip to content

Commit 32a3fcd

Browse files
authored
This is the May 2021 Update (v2.4.0)
1 parent 43c07c9 commit 32a3fcd

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

build/props/common.props

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,30 @@
66
<LangVersion>preview</LangVersion>
77
<Authors>.NET Foundation and Contributors</Authors>
88
<PackageReleaseNotes>
9-
Silk.NET April 2021 Update
9+
Silk.NET May 2021 Update
1010

11-
- Add a new Silk.NET.OpenGL.Extensions.ImGui package, a first-party ImGui integration for Silk.NET.OpenGL
12-
- Add support for native method definitions across multiple partial classes
13-
- Add improved SDL exception throwing, only throwing when a function indicates an error
14-
- Updated metadata to reference .NET Foundation and dotnet following our .NET Foundation onboarding
15-
- Update to SDL 2.0.14
16-
- Update to GLFW 3.3.3
17-
- Miscellaneous build system related fixes
18-
- Miscellaneous SourceLink related fixes
11+
- Add As methods to all Maths types &amp; other miscellaneous API additions
12+
- Add support for provisional Vulkan Video encoding &amp; decoding extensions
13+
- Update to latest OpenGL specification
14+
- Update to latest OpenCL specification
15+
- Update to Vulkan 1.2.177
16+
- Update to OpenXR 1.0.15
17+
- Fix ImGui robustness
18+
- Fix disposal and reset robustness
19+
- Fix SDL input backend not respecting deadzones
20+
- Fix GLFW input backend not respecting start-up state
21+
- Fix Vulkan device function pointer loader bugs
22+
- Fix BSTR GlobalMemory issues
23+
- Fix Vulkan codegen issues
24+
- Fix bitfield codegen for Vulkan &amp; clang-generated bindings
25+
- Miscellaneous windowing &amp; input bugfixes
1926
</PackageReleaseNotes>
2027
<PackageTags Condition="'$(PackageTags)' == ''">OpenCL;OpenGL;OpenAL;OpenGLES;GLES;Vulkan;Assimp;DirectX;GLFW;SDL;Windowing;Input;Gamepad;Joystick;Keyboard;Mouse;SilkTouch;Source;Generator;C#;F#;.NET;DotNet;Mono;Vector;Math;Maths;Numerics;Game;Graphics;Compute;Audio;Sound;Engine;Silk;Silk.NET;Slim.NET;ElgarTK;GPU;Sharp;Science;Scientific;Visualization;Visual;Audiovisual;Windows;macOS;Linux;Android;Bindings;OSX;Wrapper;Native</PackageTags>
2128
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2229
<PackageOutputPath>$(MSBuildThisFileDirectory)/../output_packages</PackageOutputPath>
2330
<RepositoryUrl>https://github.com/dotnet/Silk.NET</RepositoryUrl>
2431
<RepositoryType>Git</RepositoryType>
25-
<VersionPrefix>2.3.0</VersionPrefix>
32+
<VersionPrefix>2.4.0</VersionPrefix>
2633
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
2734
<Description Condition="'$(Description)' == ''">
2835
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.

0 commit comments

Comments
 (0)