tmds / Tmds.DBus

D-Bus for .NET
MIT License
282 stars 54 forks source link

Make Variant(double) public #291

Closed affederaffe closed 4 months ago

affederaffe commented 4 months ago

Probably and oversight since every other constructor is also public. Currently, the implicit operator is already public, so there is no functionality missing, it's just a matter of taste if one prefers explicit constructors or implicit conversions.

tmds commented 4 months ago

Thanks @affederaffe!

tmds commented 4 months ago

This is part of 0.19.0 which was just released on nuget.org.