vdaron / MusicXml.Net

Quick C# parser for MusicXML
Other
58 stars 27 forks source link

Accidental property is not appearing #9

Closed giorgosde closed 1 year ago

giorgosde commented 6 years ago

Hello,

congrats for this nice library.

Issue is all about "Accidental" property that is not appearing when using the library via Nuget Packages. It does appear when using the code directly.

Sample

Thank you.

vdaron commented 6 years ago

You are probably not using the last version. Try to update your nuget packages

giorgosde commented 6 years ago

I am using version 2.0.1 which - as far as I can see - is the most resent release and problem still exists.

But again, it works when I use the code directly (not through Nugets).

Thank you.

vdaron commented 1 year ago

Net Nuget package published with code migrate to netstandard 2.1. should be fixed I guess..