diff --git a/Release-Notes.md b/Release-Notes.md index 5c316cf..d88ad0b 100644 --- a/Release-Notes.md +++ b/Release-Notes.md @@ -1,5 +1,7 @@ # Invoke-Build Release Notes +`Show-BuildGraph.ps1` - use viz-3.7.0 + ## v5.11.3 `exec -Echo`: echo properties, #221 diff --git a/Show-BuildGraph.ps1 b/Show-BuildGraph.ps1 index c5490c6..b5d245a 100644 --- a/Show-BuildGraph.ps1 +++ b/Show-BuildGraph.ps1 @@ -1,5 +1,5 @@ <#PSScriptInfo -.VERSION 1.0.6 +.VERSION 1.0.7 .AUTHOR Roman Kuzmin .COPYRIGHT (c) Roman Kuzmin .TAGS Invoke-Build, Graphviz @@ -102,7 +102,7 @@ else { $jsUrl = 'file:///' + $app.Source.Replace('\', '/') } else { - $jsUrl = 'https://github.com/mdaines/viz-js/releases/download/release-viz-3.5.0/viz-standalone.js' + $jsUrl = 'https://github.com/mdaines/viz-js/releases/download/release-viz-3.7.0/viz-standalone.js' } }