nats-io / nats.net.v2

Full Async C# / .NET client for NATS
https://nats-io.github.io/nats.net.v2/
Apache License 2.0
202 stars 40 forks source link

Fixed version number sent to server and changed lang to .NET from C#.… #541

Closed darkwatchuk closed 5 days ago

darkwatchuk commented 5 days ago

Version number of the assembly wasn't previously picked up and was always sent to the server as 1.0.0

This PR sends through the version, and also changes the lang to .NET from C#. This aligns with the V1 version.

mtmk commented 5 days ago

Also we should probably fix the name:

https://github.com/nats-io/nats.net.v2/blob/d80fa385c3dc0656d17368b1c94bcbf415634436/src/NATS.Client.Core/NatsOpts.cs#L18

.Net should be all caps: "NATS .NET Client"