1.0.1: `.nupkg` generation fixes
The way we were generating .nupkg
with the .nuspec
configuration file was not useful and the code behind the package could not be referred. This is why we decided to not use .nuspec
in order to describe our packages properties but to define them in the
.csproj` file instead.