I just created my first Nuget package

… and it was really easy!

I thought that it might be difficult to publish a package on Nuget or I’d have to pay to do so.

I used the Nuget Package Explorer GUI tool and followed these simple instructions, then registered for free and published my package in under 5 minutes – easy.

What did I create, I hear you ask? Well its an extension method that takes a dictionary and returns an ExpandoObject.

You can get the package here and the code here.