Skip to content

Commit

Permalink
Add releaseNotes update
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Jan 25, 2024
1 parent e4856e8 commit 2dd4fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion isx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ISx is intended to serve as an open-source alternative to `IsXunpack`.
ISx.exe "D:\Local\setup.exe"
```
]]></description>
<!-- <releaseNotes>No published release notes document - infer from commit history</releaseNotes> -->
<releaseNotes>https://github.com/lifenjoiner/ISx/releases/tag/v0.3.8</releaseNotes>
</metadata>
<files>
<file src="legal\LICENSE.txt" target="legal" />
Expand Down
1 change: 1 addition & 0 deletions update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function global:au_SearchReplace {
"(<licenseUrl>)[^<]*(</licenseUrl>)" = "`$1https://github.com/$softwareRepo/blob/v$($Latest.SoftwareVersion)/LICENSE`$2"
"(<projectSourceUrl>)[^<]*(</projectSourceUrl>)" = "`$1https://github.com/$softwareRepo/tree/v$($Latest.SoftwareVersion)`$2"
"(<docsUrl>)[^<]*(</docsUrl>)" = "`$1https://github.com/$softwareRepo/blob/v$($Latest.SoftwareVersion)/readme.txt`$2"
'(<releaseNotes>)[^<]*(</releaseNotes>)' = "`$1https://github.com/$($softwareRepo)/releases/tag/v$($Latest.SoftwareVersion)`$2"
}
'legal\VERIFICATION.txt' = @{
'%checksumValue%' = "$($Latest.Checksum32)"
Expand Down

0 comments on commit 2dd4fe2

Please sign in to comment.