NuGet
pebezo opened this issue · 6 comments
Do you have plans to put this library on NuGet? Thanks.
This is generator. Better not this project, but chrome-dev-tools-sample, please.
And maybe change names: chrome-dev-tools => chrome-dev-tools-generator, chrome-dev-tools-sample => chrome-dev-tools. ChromeDevTools is used in MasterDevs/ChromeDevTools .
It would be great to have NuGet.
Your project is more usefull for me.
Yes, I was thinking about the sample / generated project. I also agree on the name, but that's a decision for @Oceanswave
I looked at MasterDevs/ChromeDevTools as well, but I needed version 1.2 so I went with this one.
Great ideas! The name change will clear up some confusion too I think.
I kinda wanted folks to be able to generate their own wrapper, but if the easier path is to have a nuget library, I'm totally with that.
Let me find some time and knock some of these out.
I use chrome-dev-tools-sample in AsyncChromeDriver and have NuGet. You can get all functionality. Thanks to @Oceanswave
But it is for .NET Framework. I think, I'll wait for .NETStandard 2.0.
So thanks to your ideas @ToCSharp I've renamed this project to chrome-dev-tools-generator and the sample project to chrome-dev-tools-runtime, will work on putting that project on NuGet.
I've published the runtime library to nuget at the location below. It should show up after the package is indexed.
https://www.nuget.org/packages/BaristaLabs.ChromeDevTools.Runtime/
Thanks all!