File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
6765dotnet 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 |
You can’t perform that action at this time.
0 commit comments