Skip to content

Commit

Permalink
Modified README.md so it will display properly on nuget.org
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKolander committed Oct 26, 2021
1 parent b8e8eb0 commit 5721a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Powerful cross-platform NuGet Utilities library and Summarizer app

[![Build](https://github.com/KyleKolander/nuget-utilities/actions/workflows/ci.yml/badge.svg)](https://github.com/KyleKolander/nuget-utilities/actions/workflows/ci.yml) [![Release](https://github.com/KyleKolander/nuget-utilities/actions/workflows/release.yml/badge.svg)](https://github.com/KyleKolander/nuget-utilities/actions/workflows/release.yml) [![NuGet](https://img.shields.io/nuget/v/NuGetUtilities.Core.svg)](https://www.nuget.org/packages/NuGetUtilities.Core/) [![GitHub license](https://img.shields.io/badge/license-MIT%20-blue.svg)](LICENSE)
[![Build](https://github.com/KyleKolander/nuget-utilities/actions/workflows/ci.yml/badge.svg)](https://github.com/KyleKolander/nuget-utilities/actions/workflows/ci.yml) [![Release](https://github.com/KyleKolander/nuget-utilities/actions/workflows/release.yml/badge.svg)](https://github.com/KyleKolander/nuget-utilities/actions/workflows/release.yml) [![NuGet](https://img.shields.io/nuget/v/NuGetUtilities.Core.svg)](https://www.nuget.org/packages/NuGetUtilities.Core/) [![GitHub license](https://img.shields.io/badge/license-MIT%20-blue.svg)](https://raw.githubusercontent.com/KyleKolander/nuget-utilities/main/LICENSE)

Use the Core library to programmatically retrieve, install and read NuGet packages, determine transitive dependencies, and build the entire dependency tree. The Summarizer console app demonstrates how to use the library and makes it simple to ascertain any of this information without writing code. I used various packages from the [NuGet.Client](https://github.com/NuGet/NuGet.Client) repo. While there is plenty of documentation on how to use the resulting tool(s), there is very little documentation on how to use the libraries.

Expand Down Expand Up @@ -51,7 +51,7 @@ cd src\Summarizer\bin\Debug\net5.0\

##### Summarizer output

```powershell
```
Transitive Dependencies
============
Microsoft.NETCore.Platforms.2.0.0
Expand Down

0 comments on commit 5721a1c

Please sign in to comment.