Skip to content

Commit c00b83a

Browse files
author
devizer
committed
Container: Run-Remote-Script (ps1) [skip ci]
1 parent 9b5cfc4 commit c00b83a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Install-SqlServer-Version-Management.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Param(
44
)
55

66
$ModuleName = 'SqlServer-Version-Management';
7-
$ModuleVersion = '2.1.179';
7+
$ModuleVersion = '2.1.180';
88
$ModuleFiles = @(
99
@{
1010
FileName = 'SqlServer-Version-Management\SqlServer-Version-Management.psd1';
@@ -15,7 +15,7 @@ $ModuleFiles = @(
1515
" ModuleToProcess = @('SqlServer-Version-Management.psm1')",
1616
"",
1717
" # Version below is automatically incremented on build",
18-
" ModuleVersion = `"2.1.179`"",
18+
" ModuleVersion = `"2.1.180`"",
1919
"",
2020
" GUID = 'dd03b53d-575a-4056-ae08-e6dfea3384ea'",
2121
"",

Uninstall (Clean up).ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Get-Module -Name SqlServer-Version-Management -ListAvailable | ForEach-Object { Write-Host "DELETING $($_.ModuleBase)"; Remove-Item -Path $_.ModuleBase -Recurse -Force -Confirm:$false }
2+
3+
4+

0 commit comments

Comments
 (0)