-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update InfluxData.Net to the newest version
This requires modifying the signature to all of the .Client calls to flip the database and query parameters.
- Loading branch information
Showing
6 changed files
with
53 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="InfluxData.Net" version="6.0.0" targetFramework="net452" /> | ||
<package id="InfluxData.Net" version="7.0.3" targetFramework="net461" /> | ||
<package id="jacobslusser.ScintillaNET" version="3.5.10" targetFramework="net452" /> | ||
<package id="log4net" version="2.0.5" targetFramework="net452" /> | ||
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net452" /> | ||
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net452" /> | ||
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net452" /> | ||
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net452" /> | ||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" /> | ||
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" /> | ||
<package id="System.Net.Http" version="4.3.2" targetFramework="net461" /> | ||
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net461" /> | ||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net461" /> | ||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net461" /> | ||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net461" /> | ||
</packages> |
9e76691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick update if it matters to you guys - there is a newer version of the InfluxData.Net lib which now officially supports InfluxDB v1.3.x and has some improvements and fixes.
9e76691
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the heads up, I just pushed a new release that references InfluxData.Net 8.0.1 and adds a few new features.