Skip to content

Commit

Permalink
Merge pull request #68 from degrim/UpdateReadmeAndVersion
Browse files Browse the repository at this point in the history
Update Readme for RTM and bump version to 0.9
  • Loading branch information
Daniel Grim authored Jun 30, 2016
2 parents b70ba77 + 21fbac1 commit 57912c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloud Foundry buildpack: .NET Core

A Cloud Foundry buildpack for .NET Core applications. Tested with [ASP.NET Core RC2][] applications that target .NET Core.
A Cloud Foundry buildpack for .NET Core applications. Tested with [ASP.NET Core 1.0 RTM][] applications that target .NET Core.

For more information about ASP.NET Core see:

Expand Down Expand Up @@ -43,7 +43,7 @@ And then add this line after:
`.UseConfiguration(config)`

You'll also need to add a dependency to project.json:
`"Microsoft.Extensions.Configuration.CommandLine": "1.0.0-rc2-final",`
`"Microsoft.Extensions.Configuration.CommandLine": "1.0.0",`

And a using statement to the file which contains your `Main` method:
`using Microsoft.Extensions.Configuration;`
Expand Down Expand Up @@ -158,7 +158,7 @@ Open an issue on this project.
[Hello World sample]: https://github.com/IBM-Bluemix/aspnet-core-helloworld
[ASP.NET Core RC2]: https://github.com/aspnet/Home/releases/tag/1.0.0-rc2-final
[ASP.NET Core 1.0 RTM]: https://github.com/aspnet/Home/releases/tag/1.0.0
[Kestrel]: https://github.com/aspnet/KestrelHttpServer
[Types of portability in .Net Core]: http://dotnet.github.io/docs/core-concepts/app-types.html
[specify the path]: http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#path
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0

0 comments on commit 57912c3

Please sign in to comment.