dlebansais.Packager
2.2.2
Prefix Reserved
dotnet add package dlebansais.Packager --version 2.2.2
NuGet\Install-Package dlebansais.Packager -Version 2.2.2
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="dlebansais.Packager" Version="2.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dlebansais.Packager" Version="2.2.2" />
<PackageReference Include="dlebansais.Packager" />
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 dlebansais.Packager --version 2.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: dlebansais.Packager, 2.2.2"
#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 dlebansais.Packager@2.2.2
#: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=dlebansais.Packager&version=2.2.2
#tool nuget:?package=dlebansais.Packager&version=2.2.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Packager
A tool to package a project before deployment.
Usage
This tool is intended to be used in the context of Continuous Integration (CI). In your CI script:
- Download the packager. Ex:
nuget install Packager -DependencyVersion Highest -OutputDirectory packages - Run it in the root directory, this will generate a
.nuspecfile in thenugetsubdirectory. - If desired, repeat with
--debugto generate a.nuspecfile that include symbols in thenuget-debugdirectory. - Run
nuget packcommand(s) to generate package(s).
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8.1
- dlebansais.Method.Contracts (>= 2.0.7)
- dlebansais.VisualStudioSolutionExplorer (>= 2.3.0)
- McMaster.Extensions.CommandLineUtils (>= 5.1.0)
-
net10.0-windows7.0
- dlebansais.Method.Contracts (>= 2.0.7)
- dlebansais.VisualStudioSolutionExplorer (>= 2.3.0)
- McMaster.Extensions.CommandLineUtils (>= 5.1.0)
- Microsoft.Build (>= 18.6.3)
- Microsoft.VisualStudio.SolutionPersistence (>= 1.0.52)
-
net8.0-windows7.0
- dlebansais.Method.Contracts (>= 2.0.7)
- dlebansais.VisualStudioSolutionExplorer (>= 2.3.0)
- McMaster.Extensions.CommandLineUtils (>= 5.1.0)
- Microsoft.Build (>= 17.11.48)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.