Skip to content

Commit 57912c3

Browse files
author
Daniel Grim
authored
Merge pull request #68 from degrim/UpdateReadmeAndVersion
Update Readme for RTM and bump version to 0.9
2 parents b70ba77 + 21fbac1 commit 57912c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud Foundry buildpack: .NET Core
22

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

55
For more information about ASP.NET Core see:
66

@@ -43,7 +43,7 @@ And then add this line after:
4343
`.UseConfiguration(config)`
4444

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

4848
And a using statement to the file which contains your `Main` method:
4949
`using Microsoft.Extensions.Configuration;`
@@ -158,7 +158,7 @@ Open an issue on this project.
158158
159159
160160
[Hello World sample]: https://github.com/IBM-Bluemix/aspnet-core-helloworld
161-
[ASP.NET Core RC2]: https://github.com/aspnet/Home/releases/tag/1.0.0-rc2-final
161+
[ASP.NET Core 1.0 RTM]: https://github.com/aspnet/Home/releases/tag/1.0.0
162162
[Kestrel]: https://github.com/aspnet/KestrelHttpServer
163163
[Types of portability in .Net Core]: http://dotnet.github.io/docs/core-concepts/app-types.html
164164
[specify the path]: http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#path

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.9.0

0 commit comments

Comments
 (0)