CreateDiscImage.MSBuildTask 1.0.0.1

dotnet add package CreateDiscImage.MSBuildTask --version 1.0.0.1
NuGet\Install-Package CreateDiscImage.MSBuildTask -Version 1.0.0.1
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="CreateDiscImage.MSBuildTask" Version="1.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CreateDiscImage.MSBuildTask --version 1.0.0.1
#r "nuget: CreateDiscImage.MSBuildTask, 1.0.0.1"
#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 CreateDiscImage.MSBuildTask as a Cake Addin
#addin nuget:?package=CreateDiscImage.MSBuildTask&version=1.0.0.1

// Install CreateDiscImage.MSBuildTask as a Cake Tool
#tool nuget:?package=CreateDiscImage.MSBuildTask&version=1.0.0.1

Just by installing this package, a disc image file (.iso) that contains the output files will be created in the output folder when building the project (at default configuration, it works only "Release" build).
     This MSBuild task support both UDF and CDFS(ISO9660) format.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
1.0.0.1 1,184 12/1/2016

v.1.0.0
     - 1st Release