Skip to content

v1.3.0.0 Classic

Compare
Choose a tag to compare
@CartBlanche CartBlanche released this 25 Aug 10:26
· 701 commits to main since this release

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