File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 2.6.0
1
+ ## 2.6.1
2
2
3
3
Release Date: February 7, 2024
4
4
Original file line number Diff line number Diff line change 12
12
RootModule = ' JumpCloud.ADMU.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 2.6.0 '
15
+ ModuleVersion = ' 2.6.1 '
16
16
17
17
# Supported PSEditions
18
18
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ function show-mtpSelection {
143
143
<Window
144
144
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
145
145
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
146
- Title="JumpCloud ADMU 2.6.0 "
146
+ Title="JumpCloud ADMU 2.6.1 "
147
147
WindowStyle="SingleBorderWindow"
148
148
ResizeMode="NoResize"
149
149
Background="White" ScrollViewer.VerticalScrollBarVisibility="Visible" ScrollViewer.HorizontalScrollBarVisibility="Visible" Width="1000" Height="520">
Original file line number Diff line number Diff line change @@ -1484,7 +1484,7 @@ Function Start-Migration {
1484
1484
Begin {
1485
1485
Write-ToLog - Message:(' ####################################' + (get-date - format " dd-MMM-yyyy HH:mm" ) + ' ####################################' )
1486
1486
# Start script
1487
- $admuVersion = ' 2.6.0 '
1487
+ $admuVersion = ' 2.6.1 '
1488
1488
Write-ToLog - Message:(' Running ADMU: ' + ' v' + $admuVersion )
1489
1489
Write-ToLog - Message:(' Script starting; Log file location: ' + $jcAdmuLogFile )
1490
1490
Write-ToLog - Message:(' Gathering system & profile information' )
You can’t perform that action at this time.
0 commit comments