OneToolkit 1.0.0.4-alpha

Additional Details

Wait for OneToolkit 1.1 to release

This is a prerelease version of OneToolkit.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OneToolkit --version 1.0.0.4-alpha
NuGet\Install-Package OneToolkit -Version 1.0.0.4-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="OneToolkit" Version="1.0.0.4-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OneToolkit --version 1.0.0.4-alpha
#r "nuget: OneToolkit, 1.0.0.4-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.
// Install OneToolkit as a Cake Addin
#addin nuget:?package=OneToolkit&version=1.0.0.4-alpha&prerelease

// Install OneToolkit as a Cake Tool
#tool nuget:?package=OneToolkit&version=1.0.0.4-alpha&prerelease

OneToolkit provides a set of controls, converters and helpers that help you build modern Windows apps. This package provides the core OneToolkit functionality that's independent of any UI framework or app model.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

First preview release of 1.0.0.4.

- Logger has been removed. We recommend you to use https://github.com/SergiusTheBest/plog instead (C++ only).

- Some functionality has been made cross-platform as part of the juv package so can't be used from languages other than C++. We're working on a .NET Standard library for C# and Visual Basic developers with the same features.

- XAML UI Converters have been removed. These will be reintroduced as part of a separate package.

- Revamped MVVM framework for C++/WinRT, available inside the OneToolkit.h header file.