Plisky.Nuke.Fusion
0.3.0-pre.0.3
dotnet add package Plisky.Nuke.Fusion --version 0.3.0-pre.0.3
NuGet\Install-Package Plisky.Nuke.Fusion -Version 0.3.0-pre.0.3
<PackageReference Include="Plisky.Nuke.Fusion" Version="0.3.0-pre.0.3" />
<PackageVersion Include="Plisky.Nuke.Fusion" Version="0.3.0-pre.0.3" />
<PackageReference Include="Plisky.Nuke.Fusion" />
paket add Plisky.Nuke.Fusion --version 0.3.0-pre.0.3
#r "nuget: Plisky.Nuke.Fusion, 0.3.0-pre.0.3"
#:package Plisky.Nuke.Fusion@0.3.0-pre.0.3
#addin nuget:?package=Plisky.Nuke.Fusion&version=0.3.0-pre.0.3&prerelease
#tool nuget:?package=Plisky.Nuke.Fusion&version=0.3.0-pre.0.3&prerelease
💥Plisky.Nuke.Fusion Readme.💥
About
This is a support package for integration Plisky Code Craft tools with Nuke build engine. It provides wrappers for Mollycoddle, Versonify and a Discord hook. See the full documentation on the gitub pages https://itsey.github.io/version-index.html
Key Features
Usage.
See the full documentation on the gitub pages https://itsey.github.io/version-index.html
var mc = new MollycoddleTasks();
mcs.SetRulesFile(/* Path to molly rules file*/);
mcs.SetPrimaryRoot(/* Path to primary root*/);
mcs.SetFormatter(/* Select Formatter */);
mcs.SetDirectory(/* Path to root folder */);
mc.PerformScan(mcs);
Additional Documentation
- Main Documentation: https://itsey.github.io/
- Project Repository: https://github.com/Itsey/plisky-nuke-fusion
Longer term goal is to include this package within the main Nuke project.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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. |
-
net8.0
- Flurl.Http (>= 4.0.2)
- Nuke.Common (>= 9.0.4)
-
net9.0
- Flurl.Http (>= 4.0.2)
- Nuke.Common (>= 9.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Plisky.Nuke.Fusion Change Log.
V0.3
* Fix to support Nuke 9.04
V0.2
* Basic support for Versonify
* Basic support for MollyCoddle
V0
* Initial version.
See [https://itsey.github.io/](https://itsey.github.io/) for more information on the Plisky tools.