DnnPackager 1.0.7
Requires NuGet 2.8 or higher.
dotnet add package DnnPackager --version 1.0.7
NuGet\Install-Package DnnPackager -Version 1.0.7
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="DnnPackager" Version="1.0.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DnnPackager --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DnnPackager, 1.0.7"
#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.
// Install DnnPackager as a Cake Addin #addin nuget:?package=DnnPackager&version=1.0.7 // Install DnnPackager as a Cake Tool #tool nuget:?package=DnnPackager&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Automates the production of a DNN installation package when your project is built. Adds useful powershell commands to the Package Manager Console, so for example, you can Deploy it to a DNN Website hosted locally in IIS. Integrates with OctoPack, to produce Octopus Deploy compatible packages for your Modules.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
- MSBuildTasks (>= 1.4.0.61)
- NuGet.CommandLine (>= 2.8.2)
GitHub repositories
This package is not used by any popular GitHub repositories.
Minor improvements to build output log messages.