Skip to content

1.0.1: `.nupkg` generation fixes

Compare
Choose a tag to compare
@TonyTroeff TonyTroeff released this 11 Jun 22:39
· 128 commits to main since this release

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.