Skip to content

Commit a2b174f

Browse files
committed
6.7.1 — 20.10.2024
1 parent be96db8 commit a2b174f

File tree

30 files changed

+75
-75
lines changed

30 files changed

+75
-75
lines changed

sophia_script_versions.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"Sophia_Script_Windows_10_PowerShell_5_1": "5.19.0",
3-
"Sophia_Script_Windows_10_PowerShell_7": "5.19.0",
4-
"Sophia_Script_Windows_10_LTSC2019": "5.9.0",
5-
"Sophia_Script_Windows_10_LTSC2021": "5.19.0",
6-
"Sophia_Script_Windows_11_PowerShell_5_1": "6.7.0",
7-
"Sophia_Script_Windows_11_LTSC2024": "6.7.0",
8-
"Sophia_Script_Windows_11_PowerShell_7": "6.7.0",
9-
"Sophia_Script_Wrapper": "2.7.3"
2+
"Sophia_Script_Windows_10_PowerShell_5_1": "5.19.1",
3+
"Sophia_Script_Windows_10_PowerShell_7": "5.19.1",
4+
"Sophia_Script_Windows_10_LTSC2019": "5.9.1",
5+
"Sophia_Script_Windows_10_LTSC2021": "5.19.1",
6+
"Sophia_Script_Windows_11_PowerShell_5_1": "6.7.1",
7+
"Sophia_Script_Windows_11_LTSC2024": "6.7.1",
8+
"Sophia_Script_Windows_11_PowerShell_7": "6.7.1",
9+
"Sophia_Script_Wrapper": "2.7.4"
1010
}

src/Sophia_Script_for_Windows_10/Functions.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: 5.19.0
6-
Date: 06.10.2024
5+
Version: 5.19.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99
@@ -49,7 +49,7 @@ function Sophia
4949

5050
Clear-Host
5151

52-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.0 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
52+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.1 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
5353

5454
Remove-Module -Name Sophia -Force -ErrorAction Ignore
5555
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10/Manifest/Sophia.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = '..\Module\Sophia.psm1'
3-
ModuleVersion = '5.19.0'
3+
ModuleVersion = '5.19.1'
44
GUID = '109cc881-c42b-45af-a74a-550781989d6a'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

src/Sophia_Script_for_Windows_10/Module/Sophia.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
44
5-
Version: 5.19.0
6-
Date: 06.10.2024
5+
Version: 5.19.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99

src/Sophia_Script_for_Windows_10/Sophia.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
Default preset file for "Sophia Script for Windows 10"
44
5-
Version: 5.19.0
6-
Date: 06.10.2024
5+
Version: 5.19.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99
@@ -69,7 +69,7 @@ param
6969

7070
Clear-Host
7171

72-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.0 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
72+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 v5.19.1 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
7373

7474
Remove-Module -Name Sophia -Force -ErrorAction Ignore
7575
Import-LocalizedData -BindingVariable Global:Localization -UICulture $PSUICulture -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia

src/Sophia_Script_for_Windows_10_LTSC_2019/Functions.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: 5.9.0
6-
Date: 06.10.2024
5+
Version: 5.9.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99
@@ -49,7 +49,7 @@ function Sophia
4949

5050
Clear-Host
5151

52-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.9.0 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
52+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.9.1 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows 10 | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
5353

5454
Remove-Module -Name Sophia -Force -ErrorAction Ignore
5555
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

src/Sophia_Script_for_Windows_10_LTSC_2019/Manifest/Sophia.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = '..\Module\Sophia.psm1'
3-
ModuleVersion = '5.9.0'
3+
ModuleVersion = '5.9.1'
44
GUID = 'a36a65ca-70f9-43df-856c-3048fc5e7f01'
55
Author = 'Dmitry "farag" Nefedov'
66
Copyright = '(c) 2014—2024 farag, Inestic & lowl1f3. All rights reserved'

src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
Sophia Script is a PowerShell module for Windows 10 & Windows 11 fine-tuning and automating the routine tasks
44
5-
Version: 5.9.0
6-
Date: 06.10.2024
5+
Version: 5.9.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99

src/Sophia_Script_for_Windows_10_LTSC_2019/Sophia.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
Default preset file for "Sophia Script for Windows 10 LTSC 2019"
44
5-
Version: 5.9.0
6-
Date: 06.10.2024
5+
Version: 5.9.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99
@@ -67,7 +67,7 @@ param
6767

6868
Clear-Host
6969

70-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.9.0 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
70+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2019 v5.9.1 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
7171

7272
Remove-Module -Name Sophia -Force -ErrorAction Ignore
7373
Import-LocalizedData -BindingVariable Global:Localization -UICulture $PSUICulture -BaseDirectory $PSScriptRoot\Localizations -FileName Sophia

src/Sophia_Script_for_Windows_10_LTSC_2021/Functions.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.SYNOPSIS
33
The TAB completion for functions and their arguments
44
5-
Version: 5.19.0
6-
Date: 06.10.2024
5+
Version: 5.19.1
6+
Date: 20.10.2024
77
88
Copyright (c) 2014—2024 farag, Inestic & lowl1f3
99
@@ -49,7 +49,7 @@ function Sophia
4949

5050
Clear-Host
5151

52-
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.19.0 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
52+
$Host.UI.RawUI.WindowTitle = "Sophia Script for Windows 10 LTSC 2021 v5.19.1 | Made with $([System.Char]::ConvertFromUtf32(0x1F497)) of Windows | $([System.Char]0x00A9) farag, Inestic & lowl1f3, 2014$([System.Char]0x2013)2024"
5353

5454
Remove-Module -Name Sophia -Force -ErrorAction Ignore
5555
Import-Module -Name $PSScriptRoot\Manifest\Sophia.psd1 -PassThru -Force

0 commit comments

Comments
 (0)