kendo-global icon indicating copy to clipboard operation
kendo-global copied to clipboard

nuget package

Open penihel opened this issue 11 years ago • 2 comments

Felipe, I suggest (of course, as soon as possible) to create a nuget package for this project.

penihel avatar Dec 13 '13 11:12 penihel

Hi penihel,

I didn't consider it because Kengo is a JavaScript solution, not a .NET based solution... But then, so is jQuery, and there's a nuget for that... (and a very useful one) I'll have to learn how to create a nuget package first though... :-)

I'll respond here when it is done.

loudenvier avatar Dec 13 '13 19:12 loudenvier

Creating a NuGet package is quite easy. You can just click one together with the NuGet Package Explorer. The biggest issue, however, is maintenance. Every time you have a new version, you have to update the NuGet package and release it.

In #52 I added support for Bower. With Bower you only have to tag releases on the repository, and that's it. My idea would be to advise people to use Bower for their front-end dependencies, to keep the maintenance workload at a minimum.

marklagendijk avatar Feb 01 '14 12:02 marklagendijk