v1.3.4.0 Classic
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)
- Download the latest alpha (WildernessLabs.Meadow.CLI.1.3.4.nupkg) from below
dotnet tool uninstall --global WildernessLabs.Meadow.CLI
dotnet tool install --global --add-source [your-download-dir] WildernessLabs.Meadow.CLI --version 1.3.4
- Confirm it installed correctly using
meadow --version
should return v1.3.4 meadow download os
(if you don't have the latest v1.3.4.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
Full Changelog: v1.3.0.0...v1.3.4.0