Flare.Framework 1.1.1

dotnet add package Flare.Framework --version 1.1.1
NuGet\Install-Package Flare.Framework -Version 1.1.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="Flare.Framework" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Flare.Framework --version 1.1.1
#r "nuget: Flare.Framework, 1.1.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 Flare.Framework as a Cake Addin
#addin nuget:?package=Flare.Framework&version=1.1.1

// Install Flare.Framework as a Cake Tool
#tool nuget:?package=Flare.Framework&version=1.1.1

Flare is an open source game development framework written in C#, designed to allow the user to focus exclusively on their game design rather than the drawing or other areas of their game. Also check out Flare.GUI, a small library that uses Flare for simple GUI rendering.

Changelogs:
v1.1.1: Adds access to keyboard and mouse events, icon, vsync setting. Also adds color constructors to Sprite and Text classes.

v1.1.0: Major (breaking) API refactor (hides OpenTK GameWindow)

v1.0.1: 2D text rendering and sprite rendering capabilities, using images loaded from file using System.Drawing and fonts compiled using AngelCode's BMFont, http://kvazars.com/littera, or any other compatible system.

For feature requests, issues, or contributions (which are welcome!), check out the Github page, https://github.com/WardBenjamin/Flare.Framework.

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
1.1.1 1,695 12/24/2015
1.1.0 1,544 12/23/2015
1.0.1 2,089 12/22/2015

Update to 1.1.1.