Zen.IoT.DeviceCore 1.0.7

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

// Install Zen.IoT.DeviceCore as a Cake Tool
#tool nuget:?package=Zen.IoT.DeviceCore&version=1.0.7

Defines interfaces and types that can be used to expand the device capabilities of Windows IoT.

Product Compatible and additional computed target framework versions.
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 (2)

Showing the top 2 NuGet packages that depend on Zen.IoT.DeviceCore:

Package Downloads
Zen.IoT.DeviceHelpers

Provides additional managed helper classes that could not be included in the Core WinMD component.

Zen.IoT.Devices

Makes it easy to use sensors, displays, and other hardware devices on the Windows IoT Core platform. You should use Microsoft.IoT.Devices package instead of this one - this only exists because the latest version of the Microsoft.IoT.Devices package has not yet been uploaded by the package author (at time of writing this)!

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7 1,546 1/28/2017

This release takes a dependency on the Windows Runtime Component version of UnitsNet. This allows us to support a wide range of units of measure for sensor data as well as support conversions between those units of measure.