Skip to content

Commit

Permalink
powershell v1.0.1, [COOK-581] force 64-bit powershell process from 32…
Browse files Browse the repository at this point in the history
…-bit ruby processes
  • Loading branch information
schisamo committed Jun 14, 2011
1 parent 2e0ef66 commit 340ef52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions powershell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Description

Installs and configures PowerShell 2.0. Also includes a resource/provider for executing scripts using the PowerShell interpreter.

Changes
=======

## v1.0.1:

* [COOK-581] force 64-bit powershell process from 32-bit ruby processes

## v1.0.0:

* initial release

Requirements
============

Expand Down
2 changes: 1 addition & 1 deletion powershell/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
license "Apache 2.0"
description "Installs/Configures PowerShell 2.0 on the Windows platform"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
version "1.0.1"

recipe "powershell::default", "Installs and configures PowerShell 2.0"

0 comments on commit 340ef52

Please sign in to comment.