Skip to content

v2.0.17.0 Release

Latest
Compare
Choose a tag to compare
@CartBlanche CartBlanche released this 28 Feb 09:05
· 94 commits to main since this release
f2b7ca2

V2 Release

This is release unifies both the Classic and Newer LibUsb binaries. It is available from the nuget store here - https://www.nuget.org/packages/WildernessLabs.Meadow.CLI
This download is just for those coming back here, who somehow need all the version in one place.
The instructions for installing manually are pretty much the same. Just the version numbers and names of the nuget have changed.

Manually Installing the latest nuget

Download the nuget (WildernessLabs.Meadow.CLI.2.0.17.nupkg) from below
dotnet tool uninstall --global WildernessLabs.Meadow.CLI
dotnet tool install --global --add-source [your-download-dir] WildernessLabs.Meadow.CLI --version 2.0.17
Confirm it installed correctly using meadow --version should return 2.0.17
meadow download os (if you don't have the latest v1.9.0.0 operating system)
meadow flash os
if you find this version unstable and want to go back to the latest stable version:

dotnet tool uninstall --global WildernessLabs.Meadow.CLI
dotnet tool install --global WildernessLabs.Meadow.CLI
Confirm it installed correctly using meadow --version

What's Changed

New Contributors

Full Changelog: v1.4.0.0...v2.0.17.0