Skip to content

Commit

Permalink
updating version to 0.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Apr 15, 2016
1 parent 76da5ba commit 7a70284
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pecan-add-template-to-vsix.ps1
Expand Up @@ -46,7 +46,7 @@ $env:EnableAddLocalSourceOnLoad =$false
# parameters declared here
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted | out-null

[System.Version]$minPwVersion = (New-Object -TypeName 'system.version' -ArgumentList '0.0.6.0')
[System.Version]$minPwVersion = (New-Object -TypeName 'system.version' -ArgumentList '0.0.7.0')
$pwNeedsInstall = $true

# see if pw is already installed and has a high enough version
Expand Down
2 changes: 1 addition & 1 deletion pecan-waffle.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>pecan-waffle</id>
<version>0.0.6.0-beta</version>
<version>0.0.7.0-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing pecan-waffle
Expand Down
2 changes: 1 addition & 1 deletion pecan-waffle.psm1
Expand Up @@ -60,7 +60,7 @@ function InternalGet-ScriptDirectory{
function Get-PecanWaffleVersion{
param()
process{
New-Object -TypeName 'system.version' -ArgumentList '0.0.6.0'
New-Object -TypeName 'system.version' -ArgumentList '0.0.7.0'
}
}

Expand Down

0 comments on commit 7a70284

Please sign in to comment.