GLFW.NET 0.9.7.1

dotnet add package GLFW.NET --version 0.9.7.1
NuGet\Install-Package GLFW.NET -Version 0.9.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GLFW.NET" Version="0.9.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GLFW.NET --version 0.9.7.1
#r "nuget: GLFW.NET, 0.9.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GLFW.NET as a Cake Addin
#addin nuget:?package=GLFW.NET&version=0.9.7.1

// Install GLFW.NET as a Cake Tool
#tool nuget:?package=GLFW.NET&version=0.9.7.1

Object oriented wrapper binding for GLFW 3.2.1

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.7.1 3,637 7/3/2017

Fixing nuget package (was not updated correctly)
Additions:
- Added delete member function to GLFWwindow
   - Fixed documentation of the bindings which were wrong due to a bug in CppSharp (fixed by me)
Critical fixes:
- Fixing null reference exception if any callback of the window has been called without being set before.
- Fixing signature of the createSurface function, the out parameters were wrong.
- Changing signature of the createSurface function due to was incorrect and could result in segfaults.
Older Changes:
Updated bindings also added the dll.config file to the solution.
IMPORTANT:
You always have to set the option "Copy to output" MANUALLY to TRUE.