The NuGet Gallery will soon include a "Cake" tab with instructions on how to use NuGet packages in Cake build scripts. I'd like to suggest that you include the tag cake-recipe in the NuGet package of this recipe, so that the NuGet Gallery can display the correct instructions to install this recipe.
The tag cake-recipe is what nuget.org will use to determine if it's a recipe, and then display the tab with the #load directive.
The UI will look similar to this:
ps: It would be great if #48 could be done together with this one, so that the NuGet package starts following the naming convention for Recipes.
The NuGet Gallery will soon include a "Cake" tab with instructions on how to use NuGet packages in Cake build scripts. I'd like to suggest that you include the tag
cake-recipe
in the NuGet package of this recipe, so that the NuGet Gallery can display the correct instructions to install this recipe.The tag
cake-recipe
is what nuget.org will use to determine if it's a recipe, and then display the tab with the#load
directive.The UI will look similar to this:
ps: It would be great if #48 could be done together with this one, so that the NuGet package starts following the naming convention for Recipes.