Guest User

NuGet issue [http://stackoverflow.com/posts/30464558]

a guest
May 26th, 2015
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. As of 26 May, 18:20 UTC.
  2.  
  3. GET http://www.nuget.org/api/v2/Search()?searchTerm=%27log4net.async%27&includePrerelease=true&$format=json
  4.  
  5. {
  6.   "d": {
  7.     "results": [
  8.       {
  9.         "__metadata": {
  10.           "id": "http:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.2.0.0')",
  11.           "uri": "http:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.2.0.0')",
  12.           "type": "NuGetGallery.V2FeedPackage",
  13.           "edit_media": "http:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.2.0.0')\/$value",
  14.           "media_src": "http:\/\/www.nuget.org\/api\/v2\/package\/Log4Net.Async\/1.2.0",
  15.           "content_type": "application\/zip"
  16.         },
  17.         "Id": "Log4Net.Async",
  18.         "Version": "1.2.0.0",
  19.         "NormalizedVersion": "1.2.0",
  20.         "Authors": "Chris Haines",
  21.         "Copyright": null,
  22.         "Created": "\/Date(1425847917807)\/",
  23.         "Dependencies": "log4net:2.0.0:",
  24.         "Description": "Asynchronous Log4Net appenders and forwarder",
  25.         "DownloadCount": 3287,
  26.         "GalleryDetailsUrl": "http:\/\/www.nuget.org\/packages\/Log4Net.Async\/1.2.0",
  27.         "IconUrl": null,
  28.         "IsLatestVersion": true,
  29.         "IsAbsoluteLatestVersion": true,
  30.         "IsPrerelease": false,
  31.         "Language": null,
  32.         "LastUpdated": "\/Date(1430180300843)\/",
  33.         "Published": "\/Date(1425847917807)\/",
  34.         "PackageHash": "x33gXJAsAFyu6pypkvlGztciPksEfw4JQ5DkyVwuVxujlGaaNeGKrRlIkVe4G5eg0wsD07\/dmu+46Z\/GCon2gA==",
  35.         "PackageHashAlgorithm": "SHA512",
  36.         "PackageSize": "12100",
  37.         "ProjectUrl": "https:\/\/github.com\/cjbhaines\/Log4Net.Async",
  38.         "ReportAbuseUrl": "http:\/\/www.nuget.org\/package\/ReportAbuse\/Log4Net.Async\/1.2.0",
  39.         "ReleaseNotes": null,
  40.         "RequireLicenseAcceptance": false,
  41.         "Summary": null,
  42.         "Tags": "log4net .net40 asynchronous async",
  43.         "Title": null,
  44.         "VersionDownloadCount": 597,
  45.         "MinClientVersion": null,
  46.         "LastEdited": null,
  47.         "LicenseUrl": "http:\/\/www.opensource.org\/licenses\/mit-license.php",
  48.         "LicenseNames": "MIT",
  49.         "LicenseReportUrl": ""
  50.       },
  51.       {
  52.         "__metadata": {
  53.           "id": "http:\/\/www.nuget.org\/api\/v2\/Packages(Id='AsyncLog4net',Version='1.0.3')",
  54.           "uri": "http:\/\/www.nuget.org\/api\/v2\/Packages(Id='AsyncLog4net',Version='1.0.3')",
  55.           "type": "NuGetGallery.V2FeedPackage",
  56.           "edit_media": "http:\/\/www.nuget.org\/api\/v2\/Packages(Id='AsyncLog4net',Version='1.0.3')\/$value",
  57.           "media_src": "http:\/\/www.nuget.org\/api\/v2\/package\/AsyncLog4net\/1.0.3",
  58.           "content_type": "application\/zip"
  59.         },
  60.         "Id": "AsyncLog4net",
  61.         "Version": "1.0.3",
  62.         "NormalizedVersion": "1.0.3",
  63.         "Authors": "dario.griffo",
  64.         "Copyright": "Copyright 2014 @ Dario Griffo",
  65.         "Created": "\/Date(1413889944213)\/",
  66.         "Dependencies": "log4net:2.0.3:|ParallelExtensionsExtras:1.2.0.0:",
  67.         "Description": "This is a simple log4net async appender to maximize throughput of the application logger",
  68.         "DownloadCount": 598,
  69.         "GalleryDetailsUrl": "http:\/\/www.nuget.org\/packages\/AsyncLog4net\/1.0.3",
  70.         "IconUrl": "https:\/\/raw.githubusercontent.com\/dariogriffo\/asynclog4net\/develop\/assets\/icon.jpg",
  71.         "IsLatestVersion": true,
  72.         "IsAbsoluteLatestVersion": true,
  73.         "IsPrerelease": false,
  74.         "Language": null,
  75.         "LastUpdated": "\/Date(1429797348880)\/",
  76.         "Published": "\/Date(1413889944213)\/",
  77.         "PackageHash": "xwyvBfVs7+ztmOwq8qGqfiQBWZVk3GyxEL9dCvV9umNES99KG8R9Zupjxzgz2\/fGWcceKk\/0Lvs6hUbO2oZ13g==",
  78.         "PackageHashAlgorithm": "SHA512",
  79.         "PackageSize": "28907",
  80.         "ProjectUrl": "https:\/\/github.com\/dariogriffo\/asynclog4net",
  81.         "ReportAbuseUrl": "http:\/\/www.nuget.org\/package\/ReportAbuse\/AsyncLog4net\/1.0.3",
  82.         "ReleaseNotes": "Creating new thread to return control ASAP",
  83.         "RequireLicenseAcceptance": false,
  84.         "Summary": null,
  85.         "Tags": "log4net asynchronous",
  86.         "Title": null,
  87.         "VersionDownloadCount": 99,
  88.         "MinClientVersion": null,
  89.         "LastEdited": null,
  90.         "LicenseUrl": "http:\/\/www.apache.org\/licenses\/LICENSE-2.0.html",
  91.         "LicenseNames": "Apache-2.0",
  92.         "LicenseReportUrl": ""
  93.       }
  94.     ]
  95.   }
  96. }
  97.  
  98.  
  99. GET https://www.nuget.org/api/v2/Packages?$format=json&$filter=Id%20eq%20%27Log4Net.Async%27
  100.  
  101. {
  102.   "d": {
  103.     "results": [
  104.       {
  105.         "__metadata": {
  106.           "id": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.0.0.0')",
  107.           "uri": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.0.0.0')",
  108.           "type": "NuGetGallery.V2FeedPackage",
  109.           "edit_media": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.0.0.0')\/$value",
  110.           "media_src": "https:\/\/www.nuget.org\/api\/v2\/package\/Log4Net.Async\/1.0.0",
  111.           "content_type": "application\/zip"
  112.         },
  113.         "Id": "Log4Net.Async",
  114.         "Version": "1.0.0.0",
  115.         "NormalizedVersion": "1.0.0",
  116.         "Authors": "Chris Haines",
  117.         "Copyright": null,
  118.         "Created": "\/Date(1398442097900)\/",
  119.         "Dependencies": "log4net:2.0.0:",
  120.         "Description": "Asynchronous Log4Net appenders and forwarder",
  121.         "DownloadCount": 3840,
  122.         "GalleryDetailsUrl": "https:\/\/www.nuget.org\/packages\/Log4Net.Async\/1.0.0",
  123.         "IconUrl": null,
  124.         "IsLatestVersion": false,
  125.         "IsAbsoluteLatestVersion": false,
  126.         "IsPrerelease": false,
  127.         "Language": null,
  128.         "LastUpdated": "\/Date(1430771518803)\/",
  129.         "Published": "\/Date(1398442097900)\/",
  130.         "PackageHash": "LP5jIGS+szWpleyvxH9zTkxvjBDnOcqt+xYvp+y7ErFf5Qsmqn6bn1lZyt6z0U69Co1VYXHcf95I6Exi8tHeow==",
  131.         "PackageHashAlgorithm": "SHA512",
  132.         "PackageSize": "10171",
  133.         "ProjectUrl": "https:\/\/github.com\/cjbhaines\/Log4Net.Async",
  134.         "ReportAbuseUrl": "https:\/\/www.nuget.org\/package\/ReportAbuse\/Log4Net.Async\/1.0.0",
  135.         "ReleaseNotes": null,
  136.         "RequireLicenseAcceptance": false,
  137.         "Summary": "Asynchronous Log4Net appenders and forwarder",
  138.         "Tags": "log4net .net40 asynchronous async",
  139.         "Title": "Log4Net.Async",
  140.         "VersionDownloadCount": 997,
  141.         "MinClientVersion": null,
  142.         "LastEdited": "\/Date(1398550128897)\/",
  143.         "LicenseUrl": "http:\/\/www.opensource.org\/licenses\/mit-license.php",
  144.         "LicenseNames": "MIT",
  145.         "LicenseReportUrl": ""
  146.       },
  147.       {
  148.         "__metadata": {
  149.           "id": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.1.0.0')",
  150.           "uri": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.1.0.0')",
  151.           "type": "NuGetGallery.V2FeedPackage",
  152.           "edit_media": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.1.0.0')\/$value",
  153.           "media_src": "https:\/\/www.nuget.org\/api\/v2\/package\/Log4Net.Async\/1.1.0",
  154.           "content_type": "application\/zip"
  155.         },
  156.         "Id": "Log4Net.Async",
  157.         "Version": "1.1.0.0",
  158.         "NormalizedVersion": "1.1.0",
  159.         "Authors": "Chris Haines",
  160.         "Copyright": null,
  161.         "Created": "\/Date(1415115924253)\/",
  162.         "Dependencies": "log4net:2.0.0:",
  163.         "Description": "Asynchronous Log4Net appenders and forwarder",
  164.         "DownloadCount": 3840,
  165.         "GalleryDetailsUrl": "https:\/\/www.nuget.org\/packages\/Log4Net.Async\/1.1.0",
  166.         "IconUrl": null,
  167.         "IsLatestVersion": false,
  168.         "IsAbsoluteLatestVersion": false,
  169.         "IsPrerelease": false,
  170.         "Language": null,
  171.         "LastUpdated": "\/Date(1430772132217)\/",
  172.         "Published": "\/Date(1415115924253)\/",
  173.         "PackageHash": "N9elNuj4VcWs\/0o5J3a8K+OHZdtmjOXXOxsKrhdrk\/PV2X2ALrT7TSqeWFQF\/dUn3L06TfSajFt0\/GIGUvm6HA==",
  174.         "PackageHashAlgorithm": "SHA512",
  175.         "PackageSize": "12112",
  176.         "ProjectUrl": "https:\/\/github.com\/cjbhaines\/Log4Net.Async",
  177.         "ReportAbuseUrl": "https:\/\/www.nuget.org\/package\/ReportAbuse\/Log4Net.Async\/1.1.0",
  178.         "ReleaseNotes": null,
  179.         "RequireLicenseAcceptance": false,
  180.         "Summary": null,
  181.         "Tags": "log4net .net40 asynchronous async",
  182.         "Title": null,
  183.         "VersionDownloadCount": 1861,
  184.         "MinClientVersion": null,
  185.         "LastEdited": null,
  186.         "LicenseUrl": "http:\/\/www.opensource.org\/licenses\/mit-license.php",
  187.         "LicenseNames": "MIT",
  188.         "LicenseReportUrl": ""
  189.       },
  190.       {
  191.         "__metadata": {
  192.           "id": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.2.0.0')",
  193.           "uri": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.2.0.0')",
  194.           "type": "NuGetGallery.V2FeedPackage",
  195.           "edit_media": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.2.0.0')\/$value",
  196.           "media_src": "https:\/\/www.nuget.org\/api\/v2\/package\/Log4Net.Async\/1.2.0",
  197.           "content_type": "application\/zip"
  198.         },
  199.         "Id": "Log4Net.Async",
  200.         "Version": "1.2.0.0",
  201.         "NormalizedVersion": "1.2.0",
  202.         "Authors": "Chris Haines",
  203.         "Copyright": null,
  204.         "Created": "\/Date(1425847917807)\/",
  205.         "Dependencies": "log4net:2.0.0:",
  206.         "Description": "Asynchronous Log4Net appenders and forwarder",
  207.         "DownloadCount": 3840,
  208.         "GalleryDetailsUrl": "https:\/\/www.nuget.org\/packages\/Log4Net.Async\/1.2.0",
  209.         "IconUrl": null,
  210.         "IsLatestVersion": false,
  211.         "IsAbsoluteLatestVersion": false,
  212.         "IsPrerelease": false,
  213.         "Language": null,
  214.         "LastUpdated": "\/Date(1430772437187)\/",
  215.         "Published": "\/Date(1425847917807)\/",
  216.         "PackageHash": "x33gXJAsAFyu6pypkvlGztciPksEfw4JQ5DkyVwuVxujlGaaNeGKrRlIkVe4G5eg0wsD07\/dmu+46Z\/GCon2gA==",
  217.         "PackageHashAlgorithm": "SHA512",
  218.         "PackageSize": "12100",
  219.         "ProjectUrl": "https:\/\/github.com\/cjbhaines\/Log4Net.Async",
  220.         "ReportAbuseUrl": "https:\/\/www.nuget.org\/package\/ReportAbuse\/Log4Net.Async\/1.2.0",
  221.         "ReleaseNotes": null,
  222.         "RequireLicenseAcceptance": false,
  223.         "Summary": null,
  224.         "Tags": "log4net .net40 asynchronous async",
  225.         "Title": null,
  226.         "VersionDownloadCount": 759,
  227.         "MinClientVersion": null,
  228.         "LastEdited": null,
  229.         "LicenseUrl": "http:\/\/www.opensource.org\/licenses\/mit-license.php",
  230.         "LicenseNames": "MIT",
  231.         "LicenseReportUrl": ""
  232.       },
  233.       {
  234.         "__metadata": {
  235.           "id": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.3.0.0')",
  236.           "uri": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.3.0.0')",
  237.           "type": "NuGetGallery.V2FeedPackage",
  238.           "edit_media": "https:\/\/www.nuget.org\/api\/v2\/Packages(Id='Log4Net.Async',Version='1.3.0.0')\/$value",
  239.           "media_src": "https:\/\/www.nuget.org\/api\/v2\/package\/Log4Net.Async\/1.3.0",
  240.           "content_type": "application\/zip"
  241.         },
  242.         "Id": "Log4Net.Async",
  243.         "Version": "1.3.0.0",
  244.         "NormalizedVersion": "1.3.0",
  245.         "Authors": "Chris Haines",
  246.         "Copyright": null,
  247.         "Created": "\/Date(1430407957377)\/",
  248.         "Dependencies": "log4net:2.0.3:",
  249.         "Description": "Asynchronous Log4Net appenders and forwarder",
  250.         "DownloadCount": 3840,
  251.         "GalleryDetailsUrl": "https:\/\/www.nuget.org\/packages\/Log4Net.Async\/1.3.0",
  252.         "IconUrl": null,
  253.         "IsLatestVersion": true,
  254.         "IsAbsoluteLatestVersion": true,
  255.         "IsPrerelease": false,
  256.         "Language": null,
  257.         "LastUpdated": "\/Date(1430777993293)\/",
  258.         "Published": "\/Date(1430407957377)\/",
  259.         "PackageHash": "OarqeN0kjtPL8\/v05lMfDl99\/H2XWaY+Wg263aVATNn49s12x7812JztmcWh7DiqTqEP4v3s4vMJDxBjBXbvNA==",
  260.         "PackageHashAlgorithm": "SHA512",
  261.         "PackageSize": "12132",
  262.         "ProjectUrl": "https:\/\/github.com\/cjbhaines\/Log4Net.Async",
  263.         "ReportAbuseUrl": "https:\/\/www.nuget.org\/package\/ReportAbuse\/Log4Net.Async\/1.3.0",
  264.         "ReleaseNotes": null,
  265.         "RequireLicenseAcceptance": false,
  266.         "Summary": null,
  267.         "Tags": "log4net .net40 asynchronous async",
  268.         "Title": null,
  269.         "VersionDownloadCount": 223,
  270.         "MinClientVersion": null,
  271.         "LastEdited": null,
  272.         "LicenseUrl": "http:\/\/www.opensource.org\/licenses\/mit-license.php",
  273.         "LicenseNames": null,
  274.         "LicenseReportUrl": null
  275.       }
  276.     ]
  277.   }
  278. }
Add Comment
Please, Sign In to add comment