Skip to content

Commit 087610a

Browse files
authored
Merge pull request #88 from degrim/Release1.0
Update docs and VERSION for 1.0 release
2 parents 36ff0ac + 4672c6a commit 087610a

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
## v0.9.0 June 30, 2016
1+
# Changelog
2+
3+
## v1.0.0 Aug 24, 2016
24

3-
This version of the buildpack includes the following changes:
5+
- Add support for running pre and post compile scripts using NPM and Bower to install front-end javascript and css libraries.
6+
7+
## v0.9.0 June 30, 2016
48

59
- Add support for the .NET CLI 1.0 Preview 2 build and .NET Core 1.0 RTM
610
- The default .NET CLI version to be installed is now 1.0.0-preview2-003121
711

812
## v0.8.0 May 16, 2016
13+
914
- Switch to .NET CLI from DNX
1015
- Add support for RC2 apps
1116
- Remove support for RC1 and lower apps using DNX
@@ -14,12 +19,14 @@ This version of the buildpack includes the following changes:
1419
- Remove support for lucid64 stack
1520

1621
## v0.7.0 Sep 30, 2015
22+
1723
- Make NuGet.Config optional, detect only looks for project.json files
1824
- Support published apps for offline mode and faster staging
1925
- Remove Mono
2026
- Switch to .NET Core
2127

2228
## v0.6.0 Sep 10, 2015
29+
2330
- Add support for beta7 apps
2431

2532
## v0.5.0 Aug 17, 2015

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A Cloud Foundry buildpack for .NET Core applications. Tested with [ASP.NET Core
44

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

7-
* https://github.com/aspnet/home
8-
* http://docs.asp.net/en/latest/conceptual-overview/aspnet.html
7+
* [ASP.NET Github](https://github.com/aspnet/home)
8+
* [Introduction to ASP.NET Core](http://docs.asp.net/en/latest/conceptual-overview/aspnet.html)
99

1010
## Usage
1111

@@ -87,7 +87,7 @@ Applications can be pushed with their other dependencies after "publishing" the
8787

8888
For this publish command to work, you will need to make some changes to your application code to ensure that the dotnet cli publishes it as a self-contained application rather than a portable application.
8989

90-
See [Types of portability in .Net Core][] for more information on how to make the required changes to publish your application as a self-contained application.
90+
See [.NET Core App Types][] for more information on how to make the required changes to publish your application as a self-contained application.
9191

9292
Also note that if you are using a `manifest.yml` file in your application, you can [specify the path][] in your manifest.yml to point to the publish output folder so that you don't have to be in that folder to push the application to Cloud Foundry.
9393

@@ -157,5 +157,5 @@ Open an issue on this project.
157157
[Hello World sample]: https://github.com/IBM-Bluemix/aspnet-core-helloworld
158158
[ASP.NET Core 1.0 RTM]: https://github.com/aspnet/Home/releases/tag/1.0.0
159159
[Kestrel]: https://github.com/aspnet/KestrelHttpServer
160-
[Types of portability in .Net Core]: http://dotnet.github.io/docs/core-concepts/app-types.html
160+
[.NET Core App Types]: https://docs.microsoft.com/en-us/dotnet/articles/core/app-types
161161
[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.9.0
1+
1.0.0

0 commit comments

Comments
 (0)