MeshWeaver.Plugin.Packaging
3.0.0-rc3
dotnet add package MeshWeaver.Plugin.Packaging --version 3.0.0-rc3
NuGet\Install-Package MeshWeaver.Plugin.Packaging -Version 3.0.0-rc3
<PackageReference Include="MeshWeaver.Plugin.Packaging" Version="3.0.0-rc3" />
<PackageVersion Include="MeshWeaver.Plugin.Packaging" Version="3.0.0-rc3" />
<PackageReference Include="MeshWeaver.Plugin.Packaging" />
paket add MeshWeaver.Plugin.Packaging --version 3.0.0-rc3
#r "nuget: MeshWeaver.Plugin.Packaging, 3.0.0-rc3"
#:package MeshWeaver.Plugin.Packaging@3.0.0-rc3
#addin nuget:?package=MeshWeaver.Plugin.Packaging&version=3.0.0-rc3&prerelease
#tool nuget:?package=MeshWeaver.Plugin.Packaging&version=3.0.0-rc3&prerelease
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/, neverlib/net10.0/. A plugin's units compile separately at runtime and may declare the same type names; underlib/NuGet would surface them all as compile-time references and collide them. - The nuspec is a projection, not an invention.
versioncomes frommanifest.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 | Versions 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. |
-
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 |