MeshWeaver.Plugin.Packaging 3.0.0-rc3

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

MeshWeaver.Plugin.Packaging

The plugin package format, in one place: the archive layout, the nuspec projection of the mesh manifest, and NuGet version ordering.

Two callers produce plugin packages — the CI tool (MeshWeaver.Plugin.Build, from files on disk) and the portal's feed (from node content plus the assembly store). They must emit the same package for the same plugin, so the format lives here rather than in each.

What the format encodes

  • Assemblies under meshweaver/assemblies/, never lib/net10.0/. A plugin's units compile separately at runtime and may declare the same type names; under lib/ NuGet would surface them all as compile-time references and collide them.
  • The nuspec is a projection, not an invention. version comes from manifest.lock (the number tagged <Module>/vX.Y.Z); "requires": ["Store@^1.0.0"] becomes a caret range; the framework is a minimum, because the bake recompiles against whatever the consumer resolves.
  • Version ordering is semver, not string. Continuous framework builds are 3.0.0-rc3.ci.<run>, and as text "…ci.900" sorts above "…ci.3758".
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 (2)

Showing the top 2 NuGet packages that depend on MeshWeaver.Plugin.Packaging:

Package Downloads
MeshWeaver.Hosting

Package Description

MeshWeaver.PluginCatalog

Plugin catalog and installer for MeshWeaver: discover, verify, install, and update content packages from git-based registries.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.0-rc3 72 8/16/2026