Skip to content

Commit dcc9b78

Browse files
committed
new website
+ readme edits
1 parent 24d587b commit dcc9b78

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,22 @@ Utilities and extensions useful for any Nuke builds originally separated from Nu
99

1010
</div>
1111

12+
Name comes from Nuka Cola of the Fallout franchise.
13+
14+
Highlighted features:
15+
16+
* [Automatically discovered build-plugins](https://mcro.de/md.Nuke.Cola/de/d4b/BuildPlugins.html)
17+
* [Declarative folder-to-folder mapping (Folder composition)](https://mcro.de/md.Nuke.Cola/da/d82/FolderComposition.html)
18+
* [Extensions for the `Tool` delegate](https://mcro.de/md.Nuke.Cola/d0/d79/ToolExtensions.html)
19+
1220
### This README file is now deprecated
1321
> [!IMPORTANT]
1422
> Documentation is migrated over to https://mcro.de/md.Nuke.Cola which is nicer than this readme file. This README is now deprecated and won't be updated. However external links may direct to this README file. For this reason its contents of will be kept until October 2026.
1523
24+
---
25+
26+
&nbsp;
27+
1628
- [Build Plugins](#build-plugins)
1729
- [`[ImplicitBuildInterface]` plugins](#implicitbuildinterface-plugins)
1830
- [`*.nuke.csx` C# script plugins](#nukecsx-c-script-plugins)
@@ -501,6 +513,10 @@ Arguments.GetBlock("extra"); //-> ["extra", "arguments"]
501513
Arguments.GetBlock("foo"); //-> ["/foo", "--bar"]
502514
```
503515

516+
&nbsp;
517+
518+
---
519+
504520
> [!IMPORTANT]
505521
> Documentation is migrated over to https://mcro.de/md.Nuke.Cola which is nicer than this readme file. This README is now deprecated and won't be updated. However external links may direct to this README file. For this reason its contents of will be kept until October 2026.
506522

md.Nuke.Cola/md.Nuke.Cola.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<Nullable>enable</Nullable>
77
<RootNamespace>Nuke.Cola</RootNamespace>
88
<LangVersion>12</LangVersion>
9-
<Version>2.2.11</Version>
9+
<Version>2.3.0</Version>
1010
<Authors>David Mórász</Authors>
1111
<Company>mcro.de</Company>
1212
<Description>Utilities for Nuke execution engine, including Tool argument propagation and Build Plugin discovery</Description>
1313
<RepositoryUrl>https://github.com/microdee/md.Nuke.Cola.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15-
<PackageProjectUrl>https://github.com/microdee/md.Nuke.Cola</PackageProjectUrl>
15+
<PackageProjectUrl>https://mcro.de/md.Nuke.Cola</PackageProjectUrl>
1616
<PackageLicenseUrl>https://github.com/microdee/md.Nuke.Cola/blob/main/LICENSE</PackageLicenseUrl>
1717
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1818
<IncludeSource>true</IncludeSource>

0 commit comments

Comments
 (0)