Testing strong names of NuGet-distributed assemblies
Assembly versioning for strong-named assemblies is a notoriously difficult topic, but once understood becomes straightforward to work with. In this post, I’ll cover two features I recently started incorporating into my projects to ensure the versioning rules for the project are properly observed prior to releasing packages. Distribution of Strong Name signing files (*.snk) in […]