Skip to content

Commit

Permalink
This is the September 2020 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Sep 4, 2020
1 parent 92ceea8 commit 4e94a15
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions build/props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>8.0</LangVersion>
<PackageReleaseNotes>
Silk.NET August 2020 Update
Silk.NET September 2020 Update

- Update to Vulkan 1.2.149
- Update OpenCL
- Add a Time property to IView, tracking the seconds since window initialization
- Add a Run method to IView, which will invoke a delegate as fast as possible (required for 2.0 and mobile)
- Fix more first-chance exceptions
- Add a byte* overload to Glfw.GetError
- Make GlfwProvider throw if Glfw.Init fails
- Update to latest specifications
- Miscellaneous bug fixes and improvements
</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>$(MSBuildThisFileDirectory)/../output_packages</PackageOutputPath>
<RepositoryUrl>https://github.com/Ultz/Silk.NET</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<VersionPrefix>1.5.0</VersionPrefix>
<VersionPrefix>1.6.0</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<Description>
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
Expand Down

0 comments on commit 4e94a15

Please sign in to comment.