Skip to content

Commit

Permalink
Resolve issue generating the WIF token (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate authored Oct 1, 2023
1 parent 7763c7f commit 3629678
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 637 deletions.
4 changes: 2 additions & 2 deletions scripts/set-version.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Write-Host "Updating Version to 1.0.1"
Write-Host "Updating Version to 1.0.3"
Set-Content -Path ./.dist/task.json -Value (Get-Content ./.dist/task.json).replace('#{GitVersion.Major}#', '1')
Set-Content -Path ./.dist/task.json -Value (Get-Content ./.dist/task.json).replace('#{GitVersion.Minor}#', '0')
Set-Content -Path ./.dist/task.json -Value (Get-Content ./.dist/task.json).replace('#{GitVersion.Patch}#', '1')
Set-Content -Path ./.dist/task.json -Value (Get-Content ./.dist/task.json).replace('#{GitVersion.Patch}#', '3')
Loading

0 comments on commit 3629678

Please sign in to comment.