Pre-Release v1.0.1-beta.5
Pre-release
Pre-release
Follow-up to v1.0.1-beta.4
that fixes the nanoFramework TestKit package name. Same licensing model: only the
RP2040Sharp core is MIT; RP2040Sharp.TestKit, RP2040Sharp.Wireless and
RP2040Sharp.NanoFramework.TestKit are BUSL-1.1 (converts to MIT on 2030-06-25).
🔧 Changed
- Renamed the nanoFramework TestKit package
RP2040Sharp.TestKit.NanoFramework→
RP2040Sharp.NanoFramework.TestKit— the previous id had its segments reversed. The
rename is full and consistent:- package id, assembly (
RP2040Sharp.NanoFramework.TestKit.dll) - namespaces:
RP2040.NanoFramework.TestKit/…SourceGen→
RP2040Sharp.NanoFramework.TestKit/…SourceGen - bundled NanoSymbols analyzer + the
buildTransitivetargets file
- package id, assembly (
⚠️ Migration (for nanoFramework TestKit users)
- dotnet add package RP2040Sharp.TestKit.NanoFramework
+ dotnet add package RP2040Sharp.NanoFramework.TestKit- using RP2040.NanoFramework.TestKit;
+ using RP2040Sharp.NanoFramework.TestKit;The old RP2040Sharp.TestKit.NanoFramework package (beta.2–beta.4) is unlisted.
📦 Packages
# MIT core
dotnet add package RP2040Sharp --version 1.0.1-beta.5
# BUSL-1.1
dotnet add package RP2040Sharp.TestKit --version 1.0.1-beta.5
dotnet add package RP2040Sharp.Wireless --version 1.0.1-beta.5
dotnet add package RP2040Sharp.NanoFramework.TestKit --version 1.0.1-beta.5Full changelog: https://github.com/PyMCU/RP2040Sharp/blob/master/CHANGELOG.md