Skip to content

Commit

Permalink
Minor formatting fix, add codespace badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Feb 25, 2023
1 parent a183b0b commit f15646e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/NuGetizer.Tasks/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<Project Sdk="Microsoft.Build.NoTargets/3.7.0">
Expand All @@ -76,7 +76,7 @@ A typical packaging project for a [smart multi-targeted library](https://www.caz
<PackageReference Include="NuGetizer" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"
PrivateAssets="all" />
</ItemGroup>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Analyzer\Quickstart.CodeAnalysis.csproj" />
Expand All @@ -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.

<!-- include https://github.com/devlooped/sponsors/raw/main/footer.md -->
Expand Down

0 comments on commit f15646e

Please sign in to comment.