m66n / ipaddresscontrollib

Automatically exported from code.google.com/p/ipaddresscontrollib
Other
61 stars 25 forks source link

Can you add this library to Nuget? #11

Closed stamepicmorg closed 8 years ago

stamepicmorg commented 8 years ago

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central package repository used by all package authors and consumers.

And users can install it directly from visual studio 2013\2015.

Thanks.

m66n commented 8 years ago

It looks like somebody has already done that.

stamepicmorg commented 8 years ago

but there version is too old (2013-11-14)..

m66n commented 8 years ago

Tell them that.

m66n commented 8 years ago

I put something up that has a VS2015 release build of the project. It doesn't seem to conflict with the other project.

m66n commented 8 years ago

Adding the assembly from NuGet doesn't add the control to the designer toolbox. Other control authors report the same issue with no obvious solution, other than to add a TextBox control to a form in the designer and then change it to an IPAddressControl in the code editor. That's far from ideal.