By mswatcher
via candordeveloper.com
Submitted: Feb 21 2013 / 07:20
Recently I wrote about packaging an MVC controller from a live application as a NuGet package. This article will show how to alter the nuspec for the NuGet content (non-assembly based) packages to have the same version number as the overall solution and reference the updated version of the NuGet packaged assemblies in the solution. The assembly based NuGet packages are handled by another process in the solution ‘PrepareNuSpecsForRelease‘, which only works for projects in the solution file and with project references between them.
Add your comment