Skip to content

Commit

Permalink
Show-BuildGraph.ps1 - use viz-3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Jul 8, 2024
1 parent 1eabff9 commit 8e1cee3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Release-Notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Invoke-Build Release Notes

`Show-BuildGraph.ps1` - use viz-3.7.0

## v5.11.3

`exec -Echo`: echo properties, #221
Expand Down
4 changes: 2 additions & 2 deletions Show-BuildGraph.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<#PSScriptInfo
.VERSION 1.0.6
.VERSION 1.0.7
.AUTHOR Roman Kuzmin
.COPYRIGHT (c) Roman Kuzmin
.TAGS Invoke-Build, Graphviz
Expand Down Expand Up @@ -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'
}
}

Expand Down

0 comments on commit 8e1cee3

Please sign in to comment.