MakoIoT.Device.Services.ConfigurationManager 1.0.177.3067

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

Showing the top 2 NuGet packages that depend on MakoIoT.Device.Services.ConfigurationManager:

Package Downloads
MakoIoT.Device.Services.ConfigurationApi

REST API for configuration with MAKO-IoT

MakoIoT.Device.Platform.LocalConfig

MAKO-IoT Platform local configuration library. On-device web server, WiFi AP

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.177.3067 321 9/29/2025
1.0.176.50836 239 9/28/2025
1.0.175.27831 198 9/27/2025
1.0.174.10621 328 9/4/2025
1.0.173.50582 257 9/3/2025
1.0.172.42911 414 7/16/2025
1.0.171.54701 381 7/15/2025
1.0.170.14898 305 7/9/2025
1.0.169.63677 295 7/8/2025
1.0.168.18597 288 7/8/2025
1.0.167.30810 541 4/26/2025
1.0.166.9170 326 4/25/2025
1.0.165.64994 301 4/24/2025
1.0.164.15407 349 4/23/2025
1.0.163.58828 343 4/19/2025
1.0.162.22156 339 4/18/2025
1.0.161.53754 330 4/17/2025
1.0.160.54019 421 4/4/2025
1.0.159.38871 331 4/3/2025
1.0.158.39697 361 4/2/2025
Loading failed