Skip to content

Commit

Permalink
Show-BuildGraph.ps1 - use viz-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed May 7, 2024
1 parent c732a82 commit b18b863
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.5.0

## v5.11.1

`requires` / `Test-BuildAsset`
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.5
.VERSION 1.0.6
.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.2.4/viz-standalone.js'
$jsUrl = 'https://github.com/mdaines/viz-js/releases/download/release-viz-3.5.0/viz-standalone.js'
}
}

Expand Down

0 comments on commit b18b863

Please sign in to comment.