From f15646e917444015724a5a515df14c51299cb1b3 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 25 Feb 2023 05:21:05 -0300 Subject: [PATCH] Minor formatting fix, add codespace badge --- src/NuGetizer.Tasks/readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/NuGetizer.Tasks/readme.md b/src/NuGetizer.Tasks/readme.md index c585c3e8..2b75d3a0 100644 --- a/src/NuGetizer.Tasks/readme.md +++ b/src/NuGetizer.Tasks/readme.md @@ -62,7 +62,7 @@ Running `nugetize` on the project directory will produce: ![nugetize quickstart](https://raw.githubusercontent.com/devlooped/nugetizer/main/img/quickstart.png) -A typical packaging project for a [smart multi-targeted library](https://www.cazzulino.com/smart-libraries.html#packaging) might look like the following: +A typical packaging `.msbuildproj` project for a [smart multi-targeted library](https://www.cazzulino.com/smart-libraries.html#packaging) might look like the following: ```xml @@ -76,7 +76,7 @@ A typical packaging project for a [smart multi-targeted library](https://www.caz - + @@ -92,6 +92,9 @@ And produce the following `nugetize` tool output: ![nugetize smart library](https://raw.githubusercontent.com/devlooped/nugetizer/main/img/packaging.png) +> You can open this sample and run it directly in your browser in a [![GitHub Codespace](https://img.shields.io/badge/-GitHub%20Codespace-black?logo=github)](https://github.com/codespaces/new?hide_repo_select=true&ref=docs&repo=297430130&machine=basicLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json) + + [Learn more about NuGetizer](https://www.clarius.org/nugetizer/) and its capabilities.