influxdata / influxdb-csharp

A .NET library for efficiently sending points to InfluxDB 1.x
Apache License 2.0
199 stars 60 forks source link

Publish to NuGet #79

Closed vladchilom closed 4 years ago

vladchilom commented 5 years ago

Any chance a new version can be published to NuGet?

The migration to .NET standard 2.0 and UDP support are still under the 1.1.1-dev-10109 NuGet package. Also, the max batch size parameter #59 was merged but has not been released -- this would be useful.

farmerau commented 4 years ago

@russorat sorry to explicitly tag you here-- but seeing that you're active (within the last 7 days on this repo) is there any chance publishing for this repo could get turned on?

This fix in particular would resolve an issue I'm experiencing in a number of applications.

russorat commented 4 years ago

@farmerau no problem. We have these published in NuGet: https://www.nuget.org/profiles/influxdata

I think that might close this issue?

russorat commented 4 years ago

Oh wait, my bad, looks like those are for the new client library. Let me find out if we can publish this one there too.

farmerau commented 4 years ago

Thanks for taking a look into this! =)

bednar commented 4 years ago

Hi @farmerau, @vladchilom

new version of client is published into NuGet.

Regards

farmerau commented 4 years ago

Thank you!