cake-contrib / Cake.ISO

:cake: :jigsaw: :cd: Cake addin for creating ISO files.

Home Page:https://cakebuild.net/extensions/cake-iso/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update CreateIso alias to use Cake's DirectoryPath & FilePath

augustoproiete opened this issue · comments

From:

CreateIso(this ICakeContext context, string inputPath, string outputPath, string volumeIdentifier)

To:

CreateIso(this ICakeContext context, DirectoryPath inputPath, FilePath outputPath, string volumeIdentifier)

🎉 The changes implemented in response to this issue shipped with Cake.ISO v2.0.0

The release is available on: