From 630ec556b11af34579a09f27eedde8397138bda2 Mon Sep 17 00:00:00 2001 From: Dustin Moris Gorski Date: Tue, 19 Dec 2017 18:06:45 +0100 Subject: [PATCH 1/2] Enabled AppVeyor NuGet feed and documented in README --- README.md | 13 +++++++++++++ appveyor.yml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359302c..89f34db 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Razor view engine http handlers for the Giraffe web framework. - [razorHtmlView](#razorhtmlview) - [validateAntiforgeryToken](#validateantiforgerytoken) - [Samples](#samples) +- [Nightly builds and NuGet feed](#nightly-builds-and-nuget-feed) - [More information](#more-information) - [License](#license) @@ -151,6 +152,18 @@ let app = Please find a fully functioning sample application under [./samples/GiraffeRazorSample/](https://github.com/giraffe-fsharp/Giraffe.Razor/tree/master/samples/GiraffeRazorSample). +## Nightly builds and NuGet feed + +All official Giraffe packages are published to the official and public NuGet feed. + +Unofficial builds (such as pre-release builds from the `develop` branch and pull requests) produce unofficial pre-release NuGet packages which can be pulled from the project's public NuGet feed on AppVeyor: + +``` +https://ci.appveyor.com/nuget/giraffe-razor +``` + +If you add this source to your NuGet CLI or project settings then you can pull unofficial NuGet packages for quick feature testing or urgent hot fixes. + ## More information For more information about Giraffe, how to set up a development environment, contribution guidelines and more please visit the [main documentation](https://github.com/giraffe-fsharp/Giraffe#table-of-contents) page. diff --git a/appveyor.yml b/appveyor.yml index 8b0ceaa..ed18806 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ artifacts: name: Giraffe NuGet packages nuget: account_feed: false - project_feed: false + project_feed: true deploy: provider: NuGet api_key: From 07aa09ee78e1e99c41f6d67a4e7bbcf1efeafe7b Mon Sep 17 00:00:00 2001 From: Dustin Moris Gorski Date: Thu, 21 Dec 2017 09:32:43 +0100 Subject: [PATCH 2/2] Updated Giraffe ...and new release. --- RELEASE_NOTES.md | 6 +++++- src/Giraffe.Razor/Giraffe.Razor.fsproj | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 76c1085..26e0542 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,13 @@ Release Notes ============= +## 0.1.0-beta-310 + +Upgraded to latest Giraffe `0.1.0-beta-6**` release. + ## 0.1.0-beta-300 -Upgraded to latest `Giraffe 0.1.0-beta-5**`, which has a new dependency on `Giraffe.Tasks` from NuGet. +Upgraded to latest Giraffe `0.1.0-beta-5**`, which has a new dependency on `Giraffe.Tasks` from NuGet. #### New features diff --git a/src/Giraffe.Razor/Giraffe.Razor.fsproj b/src/Giraffe.Razor/Giraffe.Razor.fsproj index 2a72262..94fb93f 100755 --- a/src/Giraffe.Razor/Giraffe.Razor.fsproj +++ b/src/Giraffe.Razor/Giraffe.Razor.fsproj @@ -1,7 +1,7 @@  Giraffe.Razor - 0.1.0-beta-300 + 0.1.0-beta-310 Razor view engine http handlers for the Giraffe web framework. Copyright 2017 Dustin Moris Gorski en-GB @@ -31,7 +31,7 @@ - +