44)
55
66$ModuleName = ' SqlServer-Version-Management' ;
7- $ModuleVersion = ' 2.1.174 ' ;
7+ $ModuleVersion = ' 2.1.177 ' ;
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.174 `" " ,
18+ " ModuleVersion = `" 2.1.177 `" " ,
1919 " " ,
2020 " GUID = 'dd03b53d-575a-4056-ae08-e6dfea3384ea'" ,
2121 " " ,
@@ -137,14 +137,14 @@ $ModuleFiles = @(
137137 " .Synopsis" ,
138138 " SQL Server Setup and Management including Developer, Express, and LocalDB editions. " ,
139139 " The intended use of this project is for Continuous Integration (CI) scenarios, where:" ,
140- " • SQL Server or LocalDB needs to be installed without user interaction." ,
141- " • SQL Server or LocalDB installation doesn’ t need to persist across multiple CI runs." ,
140+ " • SQL Server or LocalDB needs to be installed without user interaction." ,
141+ " • SQL Server or LocalDB installation doesn’ t need to persist across multiple CI runs." ,
142142 " " ,
143143 " SQL Server Setup defaults:" ,
144- " • Features are SQL Engine and full text search," ,
145- " • Built-in Administrators (or localized name) are SQL Server Administrators for SSPI," ,
146- " • TCP/IP and Named Pipe protocols are on," ,
147- " • sa password is †Meaga`$ tr0ng’ ." ,
144+ " • Features are SQL Engine and full text search," ,
145+ " • Built-in Administrators (or localized name) are SQL Server Administrators for SSPI," ,
146+ " • TCP/IP and Named Pipe protocols are on," ,
147+ " • sa password is ‘ Meaga`$ tr0ng’ ." ,
148148 " " ,
149149 " The guide: https://devizer.github.io/SqlServer-Version-Management" ,
150150 " " ,
0 commit comments