diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 45ffc04..b7ced27 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,5 @@ -### 9.0.1 - Unreleased -* More awesome stuff coming +### 9.0.1 - October 24 2015 +* Upgrade to .NET 4 #### 9.0.0-beta - October 7 2015 * Integrate project scaffold diff --git a/open_commandline.bat b/open_commandline.bat new file mode 100644 index 0000000..0386384 --- /dev/null +++ b/open_commandline.bat @@ -0,0 +1,6 @@ + +Set nugetkey=inserthere + +echo Type "build PublishNuget" + +cmd /k \ No newline at end of file