Posts tagged #packaging
NuPack becomes NuGet
As it turnes out there already was another NuPack project , so Microsoft had an online vote and now it has been decided the new name will be NuGet and that it is pronounced "New Get". Also Scott Hanselman did a talk at PDC named ASP.NET + Packaging + Open Source = Crazy Delicious...
NuPack - what you need to know as a developer
A little while ago I blogged about NuPack which is a package management system that Microsoft have released in a CTP1. The cool thing about NuPack is that solves the open source dependency hell, is really easy to use, and it comes as a Visual Studio Extension. After installing...
NuPack - Microsofts own NU but with VS integration
Apparently I was not the only one who fell in love with the NU project , that I blogged a while ago . Microsoft just launched their own NuPack project which provides the same basic features, as well as integration directly with Visual Studio. As a cool sidenote it will be...
NU – gem like packaging for .NET
I just had a look at NU which is made to be for .NET what gems are for Ruby. Why should you care? Well if you are like me downloading new versions of miscellaneous open source projects and updating them along the way is not your favorite thing. It’s just tedious and seems to be a...