DavidArno / SuccincT

Discriminated unions, pattern matching and partial applications for C#
MIT License
267 stars 15 forks source link

When will version 3.1.1 be published to NuGet? #55

Closed kgreen24 closed 6 years ago

kgreen24 commented 6 years ago

The merged enhancement of adding HasValue to unions is something my team would like to utilize as soon as possible.

Thanks.

DavidArno commented 6 years ago

To be honest, I hadn't planned to. I was going to focus on v4. But since you asked so nicely... 😉

In reality, I have a couple of spare evenings, today and tomorrow. So it should be feasible to create the release during that time for you. I'll therefore create a v3.2 (as your PRs include a new feature).

kgreen24 commented 6 years ago

That's awesome, thank you!

DavidArno commented 6 years ago

Hi,

v3.2 is now available on nuget. Please let me know if you have any problems with it.

I went with HasValueOf<T> as I felt that fitted better with the CaseOf<T> feature in union pattern matching.