Plugify 2.4.1

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

This package provides essential functionalities for creating simple plugins using the Plugify framework with the .NET Language Module. Includes a Roslyn source generator that automatically creates .pplugin manifest files from C# code marked with [NativeExport] attributes.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

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
2.4.1 90 5/24/2026
2.4.0 88 5/24/2026
2.3.7 103 4/23/2026
2.3.6 126 4/4/2026
2.3.5 118 3/11/2026
2.3.4 111 3/11/2026
2.3.3 114 3/10/2026
2.2.1 134 1/3/2026
2.2.0 161 12/26/2025
2.1.13 201 12/13/2025
2.1.12 452 12/8/2025
2.1.11 181 11/28/2025
2.1.10 439 11/20/2025
2.1.9 325 11/16/2025
2.1.8 330 11/16/2025
2.1.7 320 11/16/2025
2.1.6 321 11/16/2025
2.1.5 324 11/16/2025
2.1.2 320 11/16/2025
2.1.1 321 11/16/2025
Loading failed