Skip to content

v1.3.4.0 Classic

Compare
Choose a tag to compare
@CartBlanche CartBlanche released this 27 Sep 08:48
· 698 commits to main since this release

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