Skip to content

Commit 0c4b1ae

Browse files
committed
Release 2.7.0
1 parent 312ac95 commit 0c4b1ae

File tree

19 files changed

+41
-81
lines changed

19 files changed

+41
-81
lines changed

BoxStarter.Common/boxstarter.common.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'Provides common functionality used by multiple Boxstarter Modules
44
ModuleToProcess = './boxstarter.common.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e51'
@@ -43,7 +43,7 @@ AliasesToExport = '*'
4343
# FileList = @()
4444

4545
# Private data to pass to the module specified in RootModule/ModuleToProcess
46-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
46+
PrivateData = ''
4747

4848
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
4949
# DefaultCommandPrefix = ''

Boxstarter.Azure/Boxstarter.Azure.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'Provides Cmdlets that will install a boxstarter package on a Wind
44
ModuleToProcess = './boxstarter.Azure.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e59'
@@ -45,7 +45,7 @@ AliasesToExport = '*'
4545
# FileList = @()
4646

4747
# Private data to pass to the module specified in RootModule/ModuleToProcess
48-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
48+
PrivateData = ''
4949

5050
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
5151
# DefaultCommandPrefix = ''

Boxstarter.Bootstrapper/Boxstarter.bootstrapper.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'Provides an unattended installation environment supporting automa
44
ModuleToProcess = './boxstarter.bootstrapper.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e50'
@@ -43,7 +43,7 @@ AliasesToExport = '*'
4343
# FileList = @()
4444

4545
# Private data to pass to the module specified in RootModule/ModuleToProcess
46-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
46+
PrivateData = ''
4747

4848
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
4949
# DefaultCommandPrefix = ''

Boxstarter.Chocolatey/Boxstarter.Chocolatey.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'Provides a robust environment capable of automatic reboots and se
44
ModuleToProcess = './boxstarter.chocolatey.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e51'
@@ -43,7 +43,7 @@ AliasesToExport = '*'
4343
# FileList = @()
4444

4545
# Private data to pass to the module specified in RootModule/ModuleToProcess
46-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
46+
PrivateData = ''
4747

4848
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
4949
# DefaultCommandPrefix = ''

Boxstarter.ClickOnce/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
[assembly: AssemblyTitle("Boxstarter.WebLaunch")]
77
[assembly: AssemblyProduct("Boxstarter.WebLaunch")]
88
[assembly: AssemblyCopyright("(c) 2014 Matt Wrock")]
9-
[assembly: AssemblyTrademark("7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8")]
10-
[assembly: AssemblyVersion("2.6.41")]
11-
[assembly: AssemblyFileVersion("2.6.41")]
9+
[assembly: AssemblyTrademark("")]
10+
[assembly: AssemblyVersion("2.7.0")]
11+
[assembly: AssemblyFileVersion("2.7.0")]

Boxstarter.HyperV/Boxstarter.HyperV.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'Provides Cmdlets that will install a Boxstarter package on a Hype
44
ModuleToProcess = './boxstarter.HyperV.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e58'
@@ -43,7 +43,7 @@ AliasesToExport = '*'
4343
# FileList = @()
4444

4545
# Private data to pass to the module specified in RootModule/ModuleToProcess
46-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
46+
PrivateData = ''
4747

4848
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
4949
# DefaultCommandPrefix = ''

Boxstarter.TestRunner/Boxstarter.TestRunner.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'The Boxstarter Test Runner module makes it easy to automate the t
44
ModuleToProcess = './Boxstarter.TestRunner.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = '087b5fe9-4a6e-40b5-a0fb-e670b86563b3'
@@ -43,7 +43,7 @@ AliasesToExport = '*'
4343
# FileList = @()
4444

4545
# Private data to pass to the module specified in RootModule/ModuleToProcess
46-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
46+
PrivateData = ''
4747

4848
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
4949
# DefaultCommandPrefix = ''

Boxstarter.WinConfig/boxstarter.WinConfig.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description = 'Provides Functions for customizing and configuring core windows s
44
ModuleToProcess = './boxstarter.WinConfig.psm1'
55

66
# Version number of this module.
7-
ModuleVersion = '2.6.41'
7+
ModuleVersion = '2.7.0'
88

99
# ID used to uniquely identify this module
1010
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e52'
@@ -43,7 +43,7 @@ AliasesToExport = '*'
4343
# FileList = @()
4444

4545
# Private data to pass to the module specified in RootModule/ModuleToProcess
46-
PrivateData = '7bcf4ef2b660e2dc25b6ae16af07bd5fbdd09af8'
46+
PrivateData = ''
4747

4848
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
4949
# DefaultCommandPrefix = ''

BuildScripts/bootstrapper.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Get-Boxstarter {
2121
# if there is no -v then its an older version with no -y
2222
$command = "cinst Boxstarter"
2323
}
24-
$command += " -version 2.6.41"
24+
$command += " -version 2.7.0"
2525
Invoke-Expression $command
2626
$Message = "Boxstarter Module Installer completed"
2727
}

BuildScripts/nuget/Boxstarter.Azure.nuspec

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@
1616
<dependency id="WindowsAzurePowershell" />
1717
</dependencies>
1818
<releaseNotes>
19-
- Fix CredSSP rollback from setting bogus delegate computers
20-
- Fis Boxstarter.Azure dependency pins
21-
- Add ability to set the User Level Authentication Required setting when enabling RDP
22-
- Fix parsing of choco args delimiting key/values with an = sign
23-
- Use default credentials on web client downloading http scripts
24-
- Use internal function to download http gist scripts.
25-
- No longer vendors a legacy version of Chocolatey. Leverages the current beta Chocolatey library API for all Chocolatey interaction.
19+
- Enabling powershell remoting via WMI on remote machine was not working when piping from Enable-BoxstarterVM
20+
- Added a -Combine parameter to Set-TaskBarOptions
2621
</releaseNotes>
2722
</metadata>
2823
<files>

0 commit comments

Comments
 (0)