VOOZH about

URL: https://www.nuget.org/packages/Laerdal.Dfu/

⇱ NuGet Gallery | Laerdal.Dfu 1.27.192




👁 Image
Laerdal.Dfu 1.27.192

Prefix Reserved
dotnet add package Laerdal.Dfu --version 1.27.192
 
 
NuGet\Install-Package Laerdal.Dfu -Version 1.27.192
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Laerdal.Dfu" Version="1.27.192" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Laerdal.Dfu" Version="1.27.192" />
 
Directory.Packages.props
<PackageReference Include="Laerdal.Dfu" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Laerdal.Dfu --version 1.27.192
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Laerdal.Dfu, 1.27.192"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Laerdal.Dfu@1.27.192
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Laerdal.Dfu&version=1.27.192
 
Install as a Cake Addin
#tool nuget:?package=Laerdal.Dfu&version=1.27.192
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Laerdal.Dfu

This is an Xamarin binding library for the Nordic Semiconductors Android library for updating the firmware of their devices over the air via Bluetooth Low Energy.

The Java library is located here: https://github.com/NordicSemiconductor/Android-DFU-Library

The native iOS Pod library is located here: https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library

👁 Build status

👁 NuGet Badge

Building Locally

1) Checkout

git clone https://github.com/Laerdal/Laerdal.Dfu.git

2) Build

dotnet msbuild Laerdal.Scripts/Laerdal.Builder.targets /m:1 /p:Laerdal_Version=9.0.x.0 /p:Laerdal_Github_Access_Token=<place your github access token here - its needed by carthage>

Known issues

  • Trying to use the iOS/Android flavours of this library in desktop-simulators for iOS/Android will probably result in compilation errors. If you want to perform general purpose UI-testing on your desktop using such simulators you need to tweak your nuget references to use the -force-dud nuget of Laerdal.Dfu like so:
<PackageReference Include="Laerdal.Dfu" Version="x.y.z-force-dud">
 <NoWarn>$(NoWarn);NU1605</NoWarn>
</PackageReference>

Alternatively you can achieve the same result by overriding the reference to Laerdal.Dfu.Bindings.iOS like so (note: this solution is only applicable for iOS and will work only for iOS sdk 18.x or below!):

<PackageReference Include="Laerdal.Dfu.Bindings.iOS" Version="x.y.z-ios-sim-arm64">
 <NoWarn>$(NoWarn);NU1605</NoWarn>
</PackageReference>
Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-android36.1 net10.0-android36.1 is compatible.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-ios26.5 net10.0-ios26.5 is compatible.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-maccatalyst26.5 net10.0-maccatalyst26.5 is compatible.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.27.192 47 6/16/2026
1.27.192-force-dud 45 6/16/2026
1.27.173 3,440 12/19/2025
1.27.173-force-dud 879 12/19/2025
1.27.171 288 12/19/2025
1.27.171-force-dud 244 12/19/2025
1.27.168 2,666 7/22/2025
1.27.168-force-dud 763 7/22/2025
1.27.167 4,675 3/18/2025
1.27.167-force-dud 257 3/18/2025
1.27.166 379 3/6/2025
1.27.166-force-dud 286 3/6/2025
1.27.165 254 2/28/2025
1.27.165-force-dud 200 2/28/2025
1.27.164 374 2/26/2025
1.27.164-force-dud 192 2/26/2025
1.27.163 200 2/26/2025
1.27.163-force-dud 177 2/26/2025
1.27.161 202 2/26/2025
1.27.161-force-dud 186 2/26/2025
Loading failed