Teensy.Net 1.3.0

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

// Install Teensy.Net as a Cake Tool
#tool nuget:?package=Teensy.Net&version=1.3.0

Provides an easy to use and efficient C# and .NET interface for PJRC Teensy devices, including discovery and state management. It has the ability to parse and upload HEX files using the API. The API has just a few classes and is very well documented in code. The sample Uploader application is heavily commented and shows off most of the capabilities of the assembly. There is no other documentation available at this time, though the .NET XML documentation file is included with the NuGet package and works with IntelliSense. The assembly is self-contained and requires no 3rd party code, other than standard .NET components.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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.3.0 661 11/21/2019
1.2.0 431 11/20/2019
1.1.0 426 11/18/2019

This release changes the namespace from Teensy.Net to TeensyNet. It also changes the assembly name Teensy.Net.dll to TeensyNet.dll.