Skip to content

Commit

Permalink
This is the November 2020 Update (v1.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Nov 6, 2020
1 parent 38cb04c commit b0d6c1b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<LangVersion>8.0</LangVersion>
<PackageReleaseNotes>
Silk.NET October 2020 Update
Silk.NET November 2020 Update

- Add a BorderSize property and GetFullSize extension method to IWindow for working with window borders.
- Add a Center extension method which will center the window to a monitor.
- 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.7.0</VersionPrefix>
<VersionPrefix>1.8.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 b0d6c1b

Please sign in to comment.