drewnoakes / xmp-core-dotnet

.NET library for working with the Extensible Metadata Platform (XMP)
60 stars 22 forks source link

Create signed package with the new csproj-format #28

Closed Tasteful closed 7 years ago

Tasteful commented 7 years ago

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.

drewnoakes commented 7 years ago

Great. Let's get the version numbers sorted an make a release to NuGet.