diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f32d1a9..98423d8eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v0.6.0 Sep 10, 2015 +- Add support for beta7 apps + ## v0.5.0 Aug 17, 2015 - Removed Nowin server, replaced with use of Kestrel which allows the buildpack to run beta4 - beta6 apps. diff --git a/README.md b/README.md index fcbfe0e25..ab1d7fb57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloud Foundry buildpack: ASP.NET 5 -A Cloud Foundry buildpack for ASP.NET 5 applications (tested with [beta6][] applications). For more information about ASP.NET 5 see: +A Cloud Foundry buildpack for ASP.NET 5 applications (tested with [beta7][] applications). For more information about ASP.NET 5 see: * https://github.com/aspnet/home * http://docs.asp.net/en/latest/conceptual-overview/aspnet.html @@ -65,4 +65,4 @@ Open an issue on this project. [Hello World sample]: https://github.com/IBM-Bluemix/asp.net5-helloworld -[beta6]: https://github.com/aspnet/Home/releases/tag/v1.0.0-beta6 +[beta7]: https://github.com/aspnet/Home/releases/tag/v1.0.0-beta7 diff --git a/VERSION b/VERSION index 8f0916f76..a918a2aa1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.6.0 diff --git a/lib/buildpack/compile/release_yml_writer.rb b/lib/buildpack/compile/release_yml_writer.rb index 9257ce814..2fb78f5ff 100644 --- a/lib/buildpack/compile/release_yml_writer.rb +++ b/lib/buildpack/compile/release_yml_writer.rb @@ -47,7 +47,7 @@ def write_yml(ymlPath, web_dir) f.write <