JsonDiffPatch
JsonDiffPatch copied to clipboard
Wrong assembly version in package 2.0.45
Hi. I've noticed that in package 2.0.45 binaries have version set to 1.0.0. In package 1.0.28 it was set correctly, for example.
I've triggered a new build using AppVeyors new csproj patching - hopefully that will fix the issue.
Still 1.0.0 in 2.0.46
hmm. it probably needs <AssemblyVersion>1.0.0.0</AssemblyVersion> added to the csproj, so the patching has a node to pick up on. I'll add one when I get a chance, or if you send me a PR, I'll merge it.
Or maybe a <version>... - https://github.com/appveyor/ci/issues/1907