We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a3f0c commit b6a151cCopy full SHA for b6a151c
Src/StackifyLib/Internal/Metrics/MetricClient.cs
@@ -12,7 +12,7 @@ namespace StackifyLib.Internal.Metrics
12
{
13
public static class MetricClient
14
15
- private static HttpClient _HttpClient = new HttpClient(null, null);
+ private static HttpClient _HttpClient = null;
16
17
private static HttpClient HttpClient
18
Src/StackifyLib/project.json
@@ -1,5 +1,5 @@
1
2
- "version": "1.25.0",
+ "version": "1.25.0-beta1",
3
4
"title": "Stackify API",
5
0 commit comments