MakoIoT.Device.Services.AzureIotHub 1.0.77.56084

dotnet add package MakoIoT.Device.Services.AzureIotHub --version 1.0.77.56084
                    
NuGet\Install-Package MakoIoT.Device.Services.AzureIotHub -Version 1.0.77.56084
                    
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="MakoIoT.Device.Services.AzureIotHub" Version="1.0.77.56084" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MakoIoT.Device.Services.AzureIotHub" Version="1.0.77.56084" />
                    
Directory.Packages.props
<PackageReference Include="MakoIoT.Device.Services.AzureIotHub" />
                    
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 MakoIoT.Device.Services.AzureIotHub --version 1.0.77.56084
                    
#r "nuget: MakoIoT.Device.Services.AzureIotHub, 1.0.77.56084"
                    
#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 MakoIoT.Device.Services.AzureIotHub@1.0.77.56084
                    
#: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=MakoIoT.Device.Services.AzureIotHub&version=1.0.77.56084
                    
Install as a Cake Addin
#tool nuget:?package=MakoIoT.Device.Services.AzureIotHub&version=1.0.77.56084
                    
Install as a Cake Tool

Mako-IoT.Device.Services.ConfigurationManager

Provides configuration mode on the device. When entering configuration mode, web server is launched on the device and configuration API is exposed. After finishing config updates the device is rebooted and returns to normal operation mode.

How to manually sync fork

  • Clone repository and navigate into folder
  • From command line execute bellow commands
  • git remote add upstream https://github.com/CShark-Hub/Mako-IoT.Base.git
  • git fetch upstream
  • git rebase upstream/main
  • If there are any conflicts, resolve them
    • After run git rebase --continue
    • Check for conflicts again
  • git push -f origin main
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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.0.77.56084 210 9/27/2025
1.0.76.48232 557 7/24/2025
1.0.75.36200 224 7/15/2025
1.0.74.52449 223 7/8/2025
1.0.73.20100 246 4/26/2025
1.0.72.13152 190 4/25/2025
1.0.71.47769 251 4/24/2025
1.0.70.38439 294 4/23/2025
1.0.69.15255 293 4/3/2025
1.0.68.62862 252 4/2/2025
1.0.67.33212 238 3/26/2025
1.0.66.1682 269 3/10/2025
1.0.65.29853 300 3/3/2025
1.0.64.56428 222 2/28/2025
1.0.63.30404 203 2/27/2025
1.0.62.33920 213 2/20/2025
1.0.61.25873 218 2/18/2025
1.0.60.52496 207 11/28/2024
1.0.59.39843 206 11/25/2024
1.0.58.54956 212 11/4/2024
Loading failed