From 60389e00d4f92713b0a3ec9cedfef6737ff55480 Mon Sep 17 00:00:00 2001 From: Roman Kuzmin Date: Sat, 2 May 2015 14:16:33 +0100 Subject: [PATCH] Invoke-Build 2.12.1 and replaced "bin" with "env_add_path" --- invoke-build.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/invoke-build.json b/invoke-build.json index 705c7f7b4a..5fa7f0452e 100644 --- a/invoke-build.json +++ b/invoke-build.json @@ -1,12 +1,9 @@ { - "version": "2.12.0", + "version": "2.12.1", "license": "Apache 2.0", "extract_dir": "tools", - "url": "http://nuget.org/api/v2/package/Invoke-Build/2.12.0#.zip", + "url": "http://nuget.org/api/v2/package/Invoke-Build/2.12.1#.zip", "homepage": "https://github.com/nightroman/Invoke-Build", - "hash": "573e12ba650d7a7e9c3b9545a62d28804843bfc3b1d6a9930069a4fd7c647c91", - "bin": [ - "Invoke-Build.ps1", - "Invoke-Builds.ps1" - ] + "hash": "a5ef7af480b7c3bd16abd65fe17b3428fdfe562305cee9beb1c475737dea42ba", + "env_add_path": "." }