Skip to content

Commit 8414e53

Browse files
CopilotCopilot
andcommitted
docs: add NuGet packages matrix to README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 480e369 commit 8414e53

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![CI Build](https://github.com/elbruno/graphify-dotnet/actions/workflows/build.yml/badge.svg)](https://github.com/elbruno/graphify-dotnet/actions/workflows/build.yml)
44
[![Publish](https://github.com/elbruno/graphify-dotnet/actions/workflows/publish.yml/badge.svg)](https://github.com/elbruno/graphify-dotnet/actions/workflows/publish.yml)
5-
[![NuGet](https://img.shields.io/nuget/v/graphify-dotnet.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet)
6-
[![Downloads](https://img.shields.io/nuget/dt/graphify-dotnet.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet)
75
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
86
[![GitHub stars](https://img.shields.io/github/stars/elbruno/graphify-dotnet?style=social)](https://github.com/elbruno/graphify-dotnet/stargazers)
97

@@ -67,6 +65,14 @@ dotnet build graphify-dotnet.slnx
6765
dotnet run --project src/Graphify.Cli -- run .
6866
```
6967

68+
## NuGet Packages
69+
70+
| Package | Purpose | Version | Downloads |
71+
|---------|---------|---------|-----------|
72+
| [`graphify-dotnet`](https://www.nuget.org/packages/graphify-dotnet) | .NET global tool (`graphify`) | [![NuGet](https://img.shields.io/nuget/v/graphify-dotnet.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet) | [![Downloads](https://img.shields.io/nuget/dt/graphify-dotnet.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet) |
73+
| [`graphify-dotnet-core`](https://www.nuget.org/packages/graphify-dotnet-core) | Core graph extraction and pipeline library | [![NuGet](https://img.shields.io/nuget/v/graphify-dotnet-core.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet-core) | [![Downloads](https://img.shields.io/nuget/dt/graphify-dotnet-core.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet-core) |
74+
| [`graphify-dotnet-sdk`](https://www.nuget.org/packages/graphify-dotnet-sdk) | Copilot/AI SDK integration library | [![NuGet](https://img.shields.io/nuget/v/graphify-dotnet-sdk.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet-sdk) | [![Downloads](https://img.shields.io/nuget/dt/graphify-dotnet-sdk.svg?style=flat-square)](https://www.nuget.org/packages/graphify-dotnet-sdk) |
75+
7076
## Documentation
7177

7278
| Topic | Link |

0 commit comments

Comments
 (0)