After converted the project to the new csproj the XmpCore.Tests project was not compiled because of multiple entry points, that was fixed to move the extra program that not was a unit test into XmpCore.Coverage.
Fixing #11 with the new csproj format in PR #27
To create release packagem run the powershell script Build.ps1 that will create XmpCore.2.0.1.nupkg and XmpCore-Signed.2.0.1.nupkg in the artifacts folder.
After converted the project to the new csproj the
XmpCore.Tests
project was not compiled because of multiple entry points, that was fixed to move the extra program that not was a unit test intoXmpCore.Coverage
.Fixing #11 with the new csproj format in PR #27
To create release packagem run the powershell script
Build.ps1
that will createXmpCore.2.0.1.nupkg
andXmpCore-Signed.2.0.1.nupkg
in theartifacts
folder.