Finally, after a little over 6 months, the first public, official, stable, production-ready version of Mercurial.Net has emerged. The project was started November 9th last year, and today, 6 months and change later, version 1.0.2.572 was released on CodePlex and through Nuget, the Visual Studio 2010 package manager. Here’s some statistics about the project: Initial […]
May 16, 2011
“Old code”, license, etc.?
A few minutes ago I got an email from someone I don’t know from a company that I do know of, asking about some code I released back in 2003/2004. I wish my memory served me well so I could remember what that library was, but … oh well. The question was whether the code […]
May 8, 2011
Creating a MicroLibrary with NuGet
In my previous blog-post, I described my idea to use NuGet to add C# files to a project, and thus add a “micro-library”, perhaps just a single class, containing useful content. Such a micro-library would then be compiled into your own assembly, and benefit from all the features of NuGet, like easy uninstallation and updates […]
May 7, 2011
Idea: Micro-libraries/packages
So I got this idea. After having started to use NuGet, and learning that it can do more than just adding references to assemblies to your projects, I have started to think about other ways to use it. One idea that struck me was to create micro-libraries. For instance, what if I need a heap […]

June 4, 2011
0 Comments