-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The v2 API returned XML even though we asked for JSON. MyGet is still not working. Part of #655.
- Loading branch information
Showing
3 changed files
with
111 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,14 +272,6 @@ <h3 id="downloads"> Downloads </h3> | |
<td><img src='https://img.shields.io/gem/dt/rails.svg' alt=''/></td> | ||
<td><code>https://img.shields.io/gem/dt/rails.svg</code></td> | ||
</tr> | ||
<tr><th> NuGet: </th> | ||
<td><img src='https://img.shields.io/nuget/dt/Microsoft.AspNet.Mvc.svg' alt=''/></td> | ||
<td><code>https://img.shields.io/nuget/dt/Microsoft.AspNet.Mvc.svg</code></td> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
espadrine
Author
Member
|
||
</tr> | ||
<tr><th> MyGet: </th> | ||
<td><img src='https://img.shields.io/myget/yolodev/dt/FSharpSupport.svg' alt=''/></td> | ||
<td><code>https://img.shields.io/myget/yolodev/dt/FSharpSupport.svg</code></td> | ||
</tr> | ||
<tr><th> Chocolatey: </th> | ||
<td><img src='https://img.shields.io/chocolatey/dt/scriptcs.svg' alt=''/></td> | ||
<td><code>https://img.shields.io/chocolatey/dt/scriptcs.svg</code></td> | ||
|
@@ -472,8 +464,8 @@ <h3 id="version"> Version </h3> | |
<td><code>https://img.shields.io/nuget/v/Nuget.Core.svg</code></td> | ||
</tr> | ||
<tr><th> NuGet Pre Release: </th> | ||
<td><img src='https://img.shields.io/nuget/vpre/Nuget.Core.svg' alt=''/></td> | ||
<td><code>https://img.shields.io/nuget/vpre/Nuget.Core.svg</code></td> | ||
<td><img src='https://img.shields.io/nuget/vpre/Microsoft.AspNet.Mvc.svg' alt=''/></td> | ||
<td><code>https://img.shields.io/nuget/vpre/Microsoft.AspNet.Mvc.svg</code></td> | ||
</tr> | ||
<tr><th> MyGet: </th> | ||
<td><img src='https://img.shields.io/myget/yolodev/v/FSharpSupport.svg' alt=''/></td> | ||
|
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
Is there no alternative to get download stats for NuGet packages with this version of the API?