MeshWeaver.Plugin.Packaging
3.0.0-rc9
This is a prerelease version of MeshWeaver.Plugin.Packaging.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MeshWeaver.Plugin.Packaging --version 3.0.0-rc9
NuGet\Install-Package MeshWeaver.Plugin.Packaging -Version 3.0.0-rc9
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-rc9" />
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-rc9" />
<PackageReference Include="MeshWeaver.Plugin.Packaging" />
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-rc9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MeshWeaver.Plugin.Packaging, 3.0.0-rc9"
#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-rc9
#: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-rc9&prerelease
#tool nuget:?package=MeshWeaver.Plugin.Packaging&version=3.0.0-rc9&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
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 |
|---|