Skip to content

Commit

Permalink
updating version to 0.0.16-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed May 5, 2016
1 parent 4e3bc4f commit 4cb6a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pecan-add-template-to-vsix.ps1
Expand Up @@ -28,7 +28,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.15.0')
[System.Version]$minPwVersion = (New-Object -TypeName 'system.version' -ArgumentList '0.0.16.0')
$pwNeedsInstall = $true

# see if pw is already installed and has a high enough version
Expand Down
4 changes: 2 additions & 2 deletions pecan-waffle-vs.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>pecan-waffle-vs</id>
<version>0.0.15-beta</version>
<version>0.0.16-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing pecan-waffle for Visual Studio templates
Expand All @@ -21,7 +21,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2016 Sayed Ibrahim Hashimi</copyright>
<dependencies>
<dependency id="pecan-waffle" version="0.0.15-beta" />
<dependency id="pecan-waffle" version="0.0.16-beta" />
<dependency id="file-replacer" version="0.4.5-beta" />
<dependency id="nuget-powershell" version="0.2.5-beta" />
</dependencies>
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.15-beta</version>
<version>0.0.16-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing pecan-waffle
Expand Down

0 comments on commit 4cb6a74

Please sign in to comment.