From 932861ac8dc76e35262e213056c9ba6af5739f97 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Wed, 22 May 2013 23:51:34 -0400 Subject: [PATCH] chore: release 0.8.0.0 --- Midori.nuspec | 4 +++- README.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Midori.nuspec b/Midori.nuspec index 1c910aa..4f6d5ef 100644 --- a/Midori.nuspec +++ b/Midori.nuspec @@ -2,7 +2,7 @@ Midori - 0.7.2.0 + 0.8.0.0 Midori - Sweeter Psake builds Ethan Brown Ethan Brown @@ -25,6 +25,8 @@ false + * 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 diff --git a/README.md b/README.md index 796fee3..29a0df4 100644 --- a/README.md +++ b/README.md @@ -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`