I was unable to find release build of this project on nuget.org. View the search here
The nuspec file is publishing only the binaries for the Algorithm Project.
<file src="..\Algorithms\bin\Release\**\*.*" target="lib" />
How about the binaries for the DataStructure project.
<file src="..\Algorithms\bin\Release\**\*.*" target="lib" />
How about the binaries for the DataStructure project.