Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
sayedihashimi committed Sep 23, 2015
2 parents 074078d + 16ea68d commit bd690cb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file added geoffrey-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion geoffrey.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>geoffrey</id>
<version>0.0.8-beta</version>
<version>0.0.9-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing Geoffrey, a PowerShell task runner for web apps.
Expand All @@ -17,6 +17,7 @@
<language>en-US</language>
<projectUrl>https://github.com/geoffrey-ps/geoffrey/</projectUrl>
<licenseUrl>https://github.com/geoffrey-ps/geoffrey/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/geoffrey-ps/geoffrey/master/geoffrey-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2015 Sayed Ibrahim Hashimi</copyright>
<!-- This is hack to avoid having content in the package -->
Expand Down
2 changes: 1 addition & 1 deletion getgeoffrey.ps1
Expand Up @@ -56,7 +56,7 @@ function GetPsModulesPath2{
try{
EnsureNuGetPowerShellInstlled2
# get the module locally
$installpath = (Get-NuGetPackage -name geoffrey -version 0.0.8-beta -binpath)
$installpath = (Get-NuGetPackage -name geoffrey -version 0.0.9-beta -binpath)

# copy the files to the powershell modules folder
$destFolderPath = (Join-Path (GetPsModulesPath2) 'geoffrey')
Expand Down
3 changes: 2 additions & 1 deletion modules/geoffrey-ajax-min/geoffrey-ajax-min.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>geoffrey-ajax-min</id>
<version>0.0.8-beta</version>
<version>0.0.9-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing the ajax-min module for geoffrey
Expand All @@ -17,6 +17,7 @@
<language>en-US</language>
<projectUrl>https://github.com/geoffrey-ps/geoffrey/</projectUrl>
<licenseUrl>https://github.com/geoffrey-ps/geoffrey/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/geoffrey-ps/geoffrey/master/geoffrey-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2015 Sayed Ibrahim Hashimi</copyright>
<!-- This is hack to avoid having content in the package -->
Expand Down
3 changes: 2 additions & 1 deletion modules/geoffrey-less/geoffrey-less.nuspec
Expand Up @@ -5,7 +5,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>geoffrey-less</id>
<version>0.0.8-beta</version>
<version>0.0.9-beta</version>
<authors>Sayed Ibrahim Hashimi</authors>
<description>
Package containing the less module for geoffrey
Expand All @@ -17,6 +17,7 @@
<language>en-US</language>
<projectUrl>https://github.com/geoffrey-ps/geoffrey/</projectUrl>
<licenseUrl>https://github.com/geoffrey-ps/geoffrey/blob/master/LICENSE</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/geoffrey-ps/geoffrey/master/geoffrey-32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>Copyright 2015 Sayed Ibrahim Hashimi</copyright>
<!-- This is hack to avoid having content in the package -->
Expand Down

0 comments on commit bd690cb

Please sign in to comment.