Xwt-Alt 0.1.2.15365

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

// Install Xwt-Alt as a Cake Tool
#tool nuget:?package=Xwt-Alt&version=0.1.2.15365

Xamarin offers an excellent multi-platform framework called, Xwt. However it is has been at version 0.1.0 for quite some time now and it is not apart of NuGet for some reason despite being quite solid. So, Xeno Innovations wanted to be able to package Xwt and differentiate what version of the DLLs are being deploying with our projects.

Xwt is a .NET GUI framework - like, Eto.Forms - for creating desktop applications that run on multiple platforms from the same codebase. Xwt works by exposing one unified API across all environments that is mapped to a set of native controls on each platform.

More information can be found on the Xwt-Alt GitHub page:
https://github.com/xenoinc/xwt-alt

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2.15365 40 1/2/2016
0.1.2.15333 19 11/30/2015

New since v0.1.1.15146, Xwt added the following NEW features:
* Calendar
* FontSelector
* SelectFontDialog
* TextInputEventArgs