LogiPluginTool 6.1.4.22672

dotnet tool install --global LogiPluginTool --version 6.1.4.22672
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local LogiPluginTool --version 6.1.4.22672
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LogiPluginTool&version=6.1.4.22672
                    
nuke :add-package LogiPluginTool --version 6.1.4.22672
                    

Logi Plugin Tool

Logi Plugin Tool is a command-line utility to help plugin developers create, build, package, and manage plugins for the Logi Actions SDK. It streamlines common plugin development tasks, such as creating new plugins, building, hot reloading, creating .lplug4 packages, and managing plugin installations.

More information and developer documentation:

https://www.logitech.com/en-us/software/marketplace/developer.html

Logitech Marketplace Developer Agreement:

https://www.logitech.com/en-us/software/marketplace/developer-agreement.html

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
6.1.4.22672 1,527 6/27/2025
6.1.1.22307 452 4/22/2025

Streamlined development workflow in VS Code:
- Generated plugins now contain launch.json and tasks.json configuration files
- launch.json enables developers to attach to the Logi Plugin Service process for debugging
- tasks.json provides convenient build, pack, install, and uninstall tasks accessible from VS Code