Skip to content

Commit

Permalink
nav titles
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Mar 18, 2024
1 parent ef43bab commit a25fa75
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions OneMore/Commands/Navigator/NavigatorWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions setversion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Process
$content = (Get-Content $0) -replace 'Version = "\d+\.\d+(?:\.\d+)?";',"Version = ""$version"";"
$content | Out-File $0 -Force

$0 = '.\OneMoreTray\Properties\AssemblyInfo.cs'
$content = (Get-Content $0) -replace 'Version = "\d+\.\d+(?:\.\d+)?";',"Version = ""$version"";"
$content | Out-File $0 -Force

$0 = '.\OneMoreSetup\OneMoreSetup.vdproj'
$guid1 = [Guid]::NewGuid().ToString('B').ToUpper()
$guid2 = [Guid]::NewGuid().ToString('B').ToUpper()
Expand Down

0 comments on commit a25fa75

Please sign in to comment.