diff --git a/dotnet.json b/dotnet.json index 88bdb3c450..3d0ce4d8d2 100644 --- a/dotnet.json +++ b/dotnet.json @@ -1,5 +1,5 @@ { - "version": "1.1", + "version": "1.0.0-preview2-1-003177", "homepage": "https://www.microsoft.com/net/core#windows", "architecture": { "64bit": { diff --git a/hugo.json b/hugo.json index 9c104f46b1..63f46ac360 100644 --- a/hugo.json +++ b/hugo.json @@ -1,20 +1,19 @@ { - "version": "0.16", + "version": "0.18", "license": "https://github.com/spf13/hugo/blob/master/LICENSE.md", "architecture": { "64bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_windows-64bit.zip", - "hash": "a3fda0bd30592e4eb3bdde85c8a8ce23a7433073536466d16fd0e97bf7794067" + "url": "https://github.com/spf13/hugo/releases/download/v0.18/hugo_0.18_windows-64bit.zip", + "hash": "9C6094196524A9F8CBB2A3FD83A309C7FF42E62CE24DECF10222FA9D0B0EAA16", + "bin": [ "hugo_0.18_windows_amd64.exe" ] }, "32bit": { - "url": "https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_windows-32bit.zip", - "hash": "1c72d06843fe02cb62348660d87a523c885ed684a683271fc8762e7234c4210b" + "url": "https://github.com/spf13/hugo/releases/download/v0.18/hugo_0.18_windows-32bit.zip", + "hash": "12FAB36D0492E90B1004227D6FC62683682C3D19369C3A8166D0158A89D9DFFA", + "bin": [ "hugo_0.18_windows_386.exe" ] } }, "homepage": "http://gohugo.io", - "bin": [ - ["hugo.exe", "hugo"] - ], "checkver": { "url": "https://github.com/spf13/hugo/releases/latest", "re": "\/releases\/tag\/v([\\d.]+)" diff --git a/nuget.json b/nuget.json index 8b2fb73025..2f78862fc0 100644 --- a/nuget.json +++ b/nuget.json @@ -1,9 +1,9 @@ { "homepage": "https://www.nuget.org/", - "version": "3.4.4", + "version": "3.5.0", "license": "Apache 2.0", - "url": "https://dist.nuget.org/win-x86-commandline/v3.4.4/NuGet.exe", - "hash": "c12d583dd1b5447ac905a334262e02718f641fca3877d0b6117fe44674072a27", + "url": "https://dist.nuget.org/win-x86-commandline/v3.5.0/NuGet.exe", + "hash": "399EC24C26ED54D6887CDE61994BB3D1CADA7956C1B19FF880F06F060C039918", "bin": "NuGet.exe", "checkver": { "url": "https://dist.nuget.org/index.json",