Skip to content

Commit

Permalink
releasing 2.4.179
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Mar 3, 2015
1 parent 077774d commit ac99172
Show file tree
Hide file tree
Showing 19 changed files with 374 additions and 358 deletions.
4 changes: 2 additions & 2 deletions BoxStarter.Common/boxstarter.common.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description = 'Provides common functionality used by multiple Boxstarter Modules
ModuleToProcess = './boxstarter.common.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'
ModuleVersion = '2.4.179'

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

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
108 changes: 54 additions & 54 deletions Boxstarter.Azure/Boxstarter.Azure.psd1
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
@{
Description = 'Provides Cmdlets that will install a boxstarter package on a Windows Azure VM'
# Script module or binary module file associated with this manifest.
ModuleToProcess = './boxstarter.Azure.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'

# ID used to uniquely identify this module
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e59'

# Author of this module
Author = 'Matt Wrock'

# Copyright statement for this module
Copyright = '(c) 2014 Matt Wrock'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'

# Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '4.0'

RequiredAssemblies = @( "$env:ProgramW6432\Microsoft SDKs\Azure\.NET SDK\v2.5\bin\plugins\Caching\Microsoft.WindowsAzure.StorageClient.dll" )

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('..\Boxstarter.Common\Boxstarter.Common.psd1','..\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1')

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# List of all modules packaged with this module.
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'

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

}

@{
Description = 'Provides Cmdlets that will install a boxstarter package on a Windows Azure VM'
# Script module or binary module file associated with this manifest.
ModuleToProcess = './boxstarter.Azure.psm1'

# Version number of this module.
ModuleVersion = '2.4.179'

# ID used to uniquely identify this module
GUID = 'bbdb3e8b-9daf-4c00-a553-4f3f88fb6e59'

# Author of this module
Author = 'Matt Wrock'

# Copyright statement for this module
Copyright = '(c) 2014 Matt Wrock'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'

# Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '4.0'

RequiredAssemblies = @( "$env:ProgramW6432\Microsoft SDKs\Azure\.NET SDK\v2.5\bin\plugins\Caching\Microsoft.WindowsAzure.StorageClient.dll" )

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('..\Boxstarter.Common\Boxstarter.Common.psd1','..\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1')

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# List of all modules packaged with this module.
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

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

}

4 changes: 2 additions & 2 deletions Boxstarter.Bootstrapper/Boxstarter.bootstrapper.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description = 'Provides an unattended installation environment supporting automa
ModuleToProcess = './boxstarter.bootstrapper.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'
ModuleVersion = '2.4.179'

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

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
4 changes: 2 additions & 2 deletions Boxstarter.Chocolatey/Boxstarter.Chocolatey.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description = 'Provides a robust environment capable of automatic reboots and se
ModuleToProcess = './boxstarter.chocolatey.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'
ModuleVersion = '2.4.179'

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

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
6 changes: 3 additions & 3 deletions Boxstarter.ClickOnce/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
[assembly: AssemblyTitle("Boxstarter.WebLaunch")]
[assembly: AssemblyProduct("Boxstarter.WebLaunch")]
[assembly: AssemblyCopyright("(c) 2014 Matt Wrock")]
[assembly: AssemblyTrademark("0f23c441d831ad8aca2908176e08af86b42f38ae")]
[assembly: AssemblyVersion("2.4.159")]
[assembly: AssemblyFileVersion("2.4.159")]
[assembly: AssemblyTrademark("077774d691fc3fe76a20885fdb72e38f0c08ede3")]
[assembly: AssemblyVersion("2.4.179")]
[assembly: AssemblyFileVersion("2.4.179")]
4 changes: 2 additions & 2 deletions Boxstarter.HyperV/Boxstarter.HyperV.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description = 'Provides Cmdlets that will install a Boxstarter package on a Hype
ModuleToProcess = './boxstarter.HyperV.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'
ModuleVersion = '2.4.179'

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

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
104 changes: 52 additions & 52 deletions Boxstarter.TestRunner/Boxstarter.TestRunner.psd1
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
@{
Description = 'The Boxstarter Test Runner module makes it easy to automate the testing and publishing of Chocolatey packages.'
# Script module or binary module file associated with this manifest.
ModuleToProcess = './Boxstarter.TestRunner.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'

# ID used to uniquely identify this module
GUID = '087b5fe9-4a6e-40b5-a0fb-e670b86563b3'

# Author of this module
Author = 'Matt Wrock'

# Copyright statement for this module
Copyright = '(c) 2014 Matt Wrock'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '2.0'

# Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '2.0'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('..\Boxstarter.Common\Boxstarter.Common.psd1','..\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1')

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# List of all modules packaged with this module.
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'

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

}

@{
Description = 'The Boxstarter Test Runner module makes it easy to automate the testing and publishing of Chocolatey packages.'
# Script module or binary module file associated with this manifest.
ModuleToProcess = './Boxstarter.TestRunner.psm1'

# Version number of this module.
ModuleVersion = '2.4.179'

# ID used to uniquely identify this module
GUID = '087b5fe9-4a6e-40b5-a0fb-e670b86563b3'

# Author of this module
Author = 'Matt Wrock'

# Copyright statement for this module
Copyright = '(c) 2014 Matt Wrock'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '2.0'

# Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '2.0'

# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('..\Boxstarter.Common\Boxstarter.Common.psd1','..\Boxstarter.Chocolatey\Boxstarter.Chocolatey.psd1')

# Functions to export from this module
FunctionsToExport = '*'

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

# List of all modules packaged with this module.
# ModuleList = @()

# List of all files packaged with this module
# FileList = @()

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

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

}

4 changes: 2 additions & 2 deletions Boxstarter.WinConfig/boxstarter.WinConfig.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description = 'Provides Functions for customizing and configuring core windows s
ModuleToProcess = './boxstarter.WinConfig.psm1'

# Version number of this module.
ModuleVersion = '2.4.159'
ModuleVersion = '2.4.179'

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

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = '0f23c441d831ad8aca2908176e08af86b42f38ae'
PrivateData = '077774d691fc3fe76a20885fdb72e38f0c08ede3'

# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
# DefaultCommandPrefix = ''
Expand Down
2 changes: 1 addition & 1 deletion BuildScripts/bootstrapper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Get-Boxstarter {
Write-Output "Welcome to the Boxstarter Module installer!"
if(Check-Chocolatey -Force:$Force){
Write-Output "Chocolatey installed, Installing Boxstarter Modules."
cinst Boxstarter -version 2.4.159
cinst Boxstarter -version 2.4.179
$Message = "Boxstarter Module Installer completed"
}
else {
Expand Down
54 changes: 28 additions & 26 deletions BuildScripts/nuget/Boxstarter.Azure.nuspec
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
<?xml version="1.0"?>
<package>
<metadata>
<id>Boxstarter.Azure</id>
<version>$version$</version>
<authors>Matt Wrock</authors>
<owners>Matt Wrock</owners>
<title>Boxstarter Azure Module</title>
<iconUrl>https://raw.githubusercontent.com/mwrock/boxstarter/master/Web/Images/boxLogo_sm.png</iconUrl>
<projectUrl>http://Boxstarter.org</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<description>Boxstarter's Azure module includes functionality for targeting Azure VMs with the ability to save and restore checkpoints leveraging blob snapshots.</description>
<tags>Boxstarter bootstrapper environment setup VM virtualization Azure</tags>
<dependencies>
<dependency id="Boxstarter" version="$version$" />
<dependency id="WindowsAzurePowershell" version="0.8.8" />
<dependency id="WindowsAzureLibsForNet" version="2.5" />
</dependencies>
<?xml version="1.0"?>
<package>
<metadata>
<id>Boxstarter.Azure</id>
<version>$version$</version>
<authors>Matt Wrock</authors>
<owners>Matt Wrock</owners>
<title>Boxstarter Azure Module</title>
<iconUrl>https://raw.githubusercontent.com/mwrock/boxstarter/master/Web/Images/boxLogo_sm.png</iconUrl>
<projectUrl>http://Boxstarter.org</projectUrl>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<description>Boxstarter's Azure module includes functionality for targeting Azure VMs with the ability to save and restore checkpoints leveraging blob snapshots.</description>
<tags>Boxstarter bootstrapper environment setup VM virtualization Azure</tags>
<dependencies>
<dependency id="Boxstarter" version="$version$" />
<dependency id="WindowsAzurePowershell" version="0.8.8" />
<dependency id="WindowsAzureLibsForNet" version="2.5" />
</dependencies>
<releaseNotes>
- Pin to last PS chocolatey version until we finih new choco compatibility
- Fix running gists from weblauncher more than once in win7 and 2008 R2
- Suppress caught errors in Invoke-FromScheduledTask from bubbling up to final result
- Work around nuget.exe limitations of handling files in system profile directory
- Provide improved error logging of chocolatey errors.
Expand Down Expand Up @@ -84,12 +86,12 @@
- Install .net 4.5 ONLY without affecting IIS settings when .net 4 is not present
- Fix Azure VM integration when multiple subscriptions are present
- Allow remote installs to be run by a non amin user
</releaseNotes>
</metadata>
<files>
<file src="..\..\LICENSE.txt" target="tools" />
<file src="..\chocolateyinstall.ps1" target="tools" />
<file src="..\Setup.ps1" target="tools" />
<file src="..\..\Boxstarter.Azure\**\*.*" target="tools\Boxstarter.Azure" />
</files>
</releaseNotes>
</metadata>
<files>
<file src="..\..\LICENSE.txt" target="tools" />
<file src="..\chocolateyinstall.ps1" target="tools" />
<file src="..\Setup.ps1" target="tools" />
<file src="..\..\Boxstarter.Azure\**\*.*" target="tools\Boxstarter.Azure" />
</files>
</package>

0 comments on commit ac99172

Please sign in to comment.