Shipwright 0.5.4

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

Shipwright

.NET library for binary resolution and deployment manifest helpers following the Shipwright version contract.

Use this in any .NET application or tool that needs to locate, verify, and launch Shipwright-managed binaries.

Installation

dotnet add package Shipwright

Usage

using Shipwright;

var resolver = new ManifestResolver();
var result = await resolver.ResolveAsync("shipwright.json");

License

Licensed under either of MIT or Apache-2.0 at your option.

Copyright (c) 2026 NIMBLESITE PTY LTD

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.
  • net9.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
0.5.4 70 5/29/2026
0.5.3 105 5/28/2026
0.2.0 108 5/23/2026
0.1.0 102 4/27/2026