Skip to content

Commit

Permalink
setting version to 0.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Apr 16, 2016
1 parent bce1836 commit b4b08a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -123,7 +123,7 @@ function SetVersion{
}
process{
$folder = $scriptDir
$include = '*.nuspec;*.ps*1'
$include = '*.nuspec;*.ps*1;*.ps1'
# In case the script is in the same folder as the files you are replacing add it to the exclude list
$exclude = "$($MyInvocation.MyCommand.Name);"
$exclude += ';build.ps1'
Expand Down
2 changes: 1 addition & 1 deletion pecan-add-template-to-vsix.ps1
Expand Up @@ -47,7 +47,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.7.0')
[System.Version]$minPwVersion = (New-Object -TypeName 'system.version' -ArgumentList '0.0.8.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.7.0-beta</version>
<version>0.0.8.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.7.0'
New-Object -TypeName 'system.version' -ArgumentList '0.0.8.0'
}
}

Expand Down

0 comments on commit b4b08a8

Please sign in to comment.