ThomasArdal / NuGetPackageVisualizer

A small tool able to generate a DGML file visualizing your NuGet references.
Apache License 2.0
35 stars 19 forks source link

update to use Nuget.Core and latest GoCommando #5

Open atharvai opened 8 years ago

atharvai commented 8 years ago

Nuget.Core library should be used for programmatically accessing nuget repositories. GoCommando 0.90.* has different annotations including requiring separate command class.

some other changes such as using C#6 syntax.

If this is going to be maintained, I'm happy to contribute otherwise I can fork.

ThomasArdal commented 8 years ago

This is no longer maintained. Feel free to fork.

atharvai commented 8 years ago

Thanks

MV10 commented 6 years ago

@atharvai Any chance you can make your conversion efforts public? We're in desperate need of an up-to-date NuGet DGML generator.

ThomasArdal commented 6 years ago

@MV10 I don't believe there's an active fork of this. If you need an updated version, I would be happy to receive af PR. But I'm no longer maintaining this.

atharvai commented 6 years ago

Unfortunately, I don't believe I started work on this.