Skip to content

Commit

Permalink
Merge branch 'test-2024-01-03' of https://github.com/ChrisTitusTech/w…
Browse files Browse the repository at this point in the history
…inutil into test-2024-01-03
  • Loading branch information
ChrisTitusTech committed Jan 12, 2024
2 parents 6a79883 + 452d5d6 commit 353ce7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions winutil.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Author : Chris Titus @christitustech
Runspace Author: @DeveloperDurp
GitHub : https://github.com/ChrisTitusTech
Version : 24.01.11
Version : 24.01.12
#>

if (!(Test-Path -Path $ENV:TEMP)) {
Expand All @@ -26,7 +26,7 @@ Add-Type -AssemblyName System.Windows.Forms
# Variable to sync between runspaces
$sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "24.01.11"
$sync.version = "24.01.12"
$sync.configs = @{}
$sync.ProcessRunning = $false

Expand Down Expand Up @@ -4386,7 +4386,7 @@ $inputXML = '<Window x:Class="WinUtility.MainWindow"
<Button Name="CheckboxFilterClear" Style="{StaticResource ClearButtonStyle}" Margin="184,0,0,0" Visibility="Collapsed"/>
</Grid>
<TextBlock Text="Version: 24.01.11" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
<TextBlock Text="Version: 24.01.12" VerticalAlignment="Center" HorizontalAlignment="Left" Margin="10,0,0,0"/>
<Button Content="&#xD7;" BorderThickness="0"
BorderBrush="Transparent"
Background="{MainBackgroundColor}"
Expand Down

0 comments on commit 353ce7b

Please sign in to comment.