From 05ab93b583b11fd2d4ff6b19bfb755770072c727 Mon Sep 17 00:00:00 2001 From: Jonathan Dance Date: Tue, 16 Feb 2016 13:40:07 -0800 Subject: [PATCH] make it clear that this buildpack is experimental --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fe9821..fc59dca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**Please note:** This buildpack is an experimental project and is not officially supported. + # ASP.NET 5 Buildpack This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpack) for building [ASP.NET 5](http://www.asp.net/vnext/overview/aspnet-vnext/aspnet-5-overview) apps using [`project.json` files](https://github.com/aspnet/Home/wiki/Project.json-file) and the [kpm package manager](https://github.com/aspnet/Home/wiki/Package-Manager).