CSharpGameLibrary 0.1.7-alpha

This is a prerelease version of CSharpGameLibrary.
dotnet add package CSharpGameLibrary --version 0.1.7-alpha
                    
NuGet\Install-Package CSharpGameLibrary -Version 0.1.7-alpha
                    
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="CSharpGameLibrary" Version="0.1.7-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharpGameLibrary" Version="0.1.7-alpha" />
                    
Directory.Packages.props
<PackageReference Include="CSharpGameLibrary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSharpGameLibrary --version 0.1.7-alpha
                    
#r "nuget: CSharpGameLibrary, 0.1.7-alpha"
                    
#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.
#addin nuget:?package=CSharpGameLibrary&version=0.1.7-alpha&prerelease
                    
Install CSharpGameLibrary as a Cake Addin
#tool nuget:?package=CSharpGameLibrary&version=0.1.7-alpha&prerelease
                    
Install CSharpGameLibrary as a Cake Tool

C# bindings for GLFW, OpenGL, and Vulkan

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.7-alpha 2 8/25/2017
0.1.6-alpha 11 6/21/2017
0.1.5-alpha 11 6/20/2017
0.1.4-alpha 10 6/20/2017
0.1.3-alpha 10 6/20/2017
0.1.2-alpha 9 6/20/2017
0.1.1-alpha 11 6/19/2017
0.1.0-alpha 11 6/19/2017

- Add support for VK_EXT_debug_report extenstion
- Add methods and properties to CSGL.GLFW.Window
- Revert namespace changes
 - CSGL.Vulkan1 renamed to CSGL.Vulkan
 - CSGL.GL4 renamed to CSGL.OpenGL