Skip to content

Commit

Permalink
chore: release 0.8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iristyle committed May 23, 2013
1 parent 658b9a7 commit 932861a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Midori.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Midori</id>
<version>0.7.2.0</version>
<version>0.8.0.0</version>
<title>Midori - Sweeter Psake builds</title>
<authors>Ethan Brown</authors>
<owners>Ethan Brown</owners>
Expand All @@ -25,6 +25,8 @@
</description>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
* 0.8.0.0 - Added Get-VsVars cmdlet
Added Set-VsVars cmdlet
* 0.7.2.0 - Allow any of the xunit runners, not just clr4 x64
Get-NuGetDependencyPackageVersions now scans .csproj files to ensure that
the file referenced in the project is the same as the one in packages.config
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -246,6 +246,10 @@ information into the current shell session.

### Release Notes

#### 0.8.0.0
* Added Get-VsVars cmdlet
* Added Set-VsVars cmdlet

#### 0.7.2.0
* Get-NuGetDependencyPackageVersions now scans .csproj files to ensure that
the file referenced in the project is the same as the one in `packages.config`
Expand Down

0 comments on commit 932861a

Please sign in to comment.