Skip to content

Releases: WildernessLabs/Meadow.CLI

v2.0.17.0 Release

28 Feb 09:05
f2b7ca2
Compare
Choose a tag to compare

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

Read more

v1.4.0.0 Classic

02 Nov 18:24
c5a598c
Compare
Choose a tag to compare

Background

The build below is specifically for some Windows 10/11 machines where the newer Meadow.CLI does not work. So this "Classic" build uses the older LibUsbDotNet binaries, from before our v1.0 release.

Installing the Classic nuget (note it uses the same name so the commands remain the same)

  1. Download the latest alpha (WildernessLabs.Meadow.CLI.1.4.0.nupkg) from below
  2. dotnet tool uninstall --global WildernessLabs.Meadow.CLI
  3. dotnet tool install --global --add-source [your-download-dir] WildernessLabs.Meadow.CLI --version 1.4.0
  4. Confirm it installed correctly using meadow --version should return v1.4.0
  5. meadow download os (if you don't have the latest v1.4.0.3 operating system)
  6. meadow flash os

if you find this version unstable and want to go back to the latest stable version:

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

What's Changed

Full Changelog: v1.3.4.0...v1.4.0.0

v1.3.4.0 Classic

27 Sep 08:48
Compare
Choose a tag to compare

What's Changed

  • Release 1.3.4 by @CartBlanche in #352
  • Update dfu-util version check to check for 0.11
  • Only push App.dll to devices (Previously App.exe)

Background

The build below is specifically for some Windows 10/11 machines where the newer Meadow.CLI does not work. So this "Classic" build uses the older LibUsbDotNet binaries, from before our v1.0 release.

Installing the Classic nuget (note it uses the same name so the commands remain the same)

  1. Download the latest alpha (WildernessLabs.Meadow.CLI.1.3.4.nupkg) from below
  2. dotnet tool uninstall --global WildernessLabs.Meadow.CLI
  3. dotnet tool install --global --add-source [your-download-dir] WildernessLabs.Meadow.CLI --version 1.3.4
  4. Confirm it installed correctly using meadow --version should return v1.3.4
  5. meadow download os (if you don't have the latest v1.3.4.0 operating system)
  6. meadow flash os

if you find this version unstable and want to go back to the latest stable version:

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

Full Changelog: v1.3.0.0...v1.3.4.0

v1.3.0.0 Classic

25 Aug 10:26
Compare
Choose a tag to compare

Support for Windows 10 and some Windows 11 machines where flashing isn't working.

What's Changed

  • The build below is specifically for some Windows 10/11 machines where the newer Meadow.CLI does not work. So this "Classic" build uses the older LibUsbDotNet binaries, from before our v1.0 release.

Installing the Classic nuget (note it uses the same name so the commands remain the same)

  1. Download the latest alpha (WildernessLabs.Meadow.CLI.1.3.0.nupkg) from below
  2. dotnet tool uninstall --global WildernessLabs.Meadow.CLI
  3. dotnet tool install --global --add-source [your-download-dir] WildernessLabs.Meadow.CLI --version 1.3.0
  4. Confirm it installed correctly using meadow --version should return v1.3.0
  5. meadow download os (if you don't have the latest v1.3.0.0 operating system)
  6. meadow flash os

if you find this version unstable and want to go back to the latest stable version:

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

Other Changes

New Contributors

Full Changelog: 0.5.2...v1.3.0.0