danipen / TextMateSharp

A port of tm4e to bring TextMate grammars to dotnet ecosystem
MIT License
87 stars 15 forks source link

Release a nuget package with the latest code changes? #56

Closed Numpsy closed 9 months ago

Numpsy commented 9 months ago

Hi,

Would it be possible to get a new version released that contains https://github.com/danipen/TextMateSharp/pull/53 ?

Reason for asking: I just tried to build an application of mine that uses AvaloniaEdit / TextMateSharp as .NET 8 using the RC1 release, and it fell over at runtime due to the reflection based serializers being disabled by default - and I think that change should fix it by using the serializer context in more places.

Thanks,

danipen commented 9 months ago

Done! 😃

https://www.nuget.org/packages/TextMateSharp/1.0.56

Numpsy commented 9 months ago

Thanks, all working ok now :-)