Closed JosephFerano closed 3 years ago
@cartermp This, unfortunately, "pollutes" any project with the .snk file if it uses the 4.2.0 nuget package.
Thanks @cartermp - Any way we can help to get an updated 4.2.1 nuget out? Would be good to not leave this causing issues.
I've updateded RELEASE_NOTES.md, which, if all is going correctly in the auto-push, should build and push the nuget
It will not unless the assembly info changes as well AFAIK
It will not unless the assembly info changes as well AFAIK
Pushed changes with 4.2.2
@dsyme and @cartermp Thank you. New package doesn't have the snk file now.
I accidentally included the snk file in the fsproj, which caused nuget to include the reference when building the nupkg and subsequently deploying it along with the DLL. This led to the snk file being installed in all projects that referenced FSharp.Data.
My apologies.