diff --git a/README.md b/README.md index fb4c592..2cb6db0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ DotLiquid templating engine http handlers for the Giraffe web framework. - [dotLiquidTemplate](#dotliquidtemplate) - [dotLiquidHtmlTemplate](#dotliquidhtmltemplate) - [Samples](#samples) +- [Nightly builds and NuGet feed](#nightly-builds-and-nuget-feed) - [More information](#more-information) - [License](#license) @@ -107,6 +108,18 @@ let app = Please find a fully functioning sample application under [./samples/GiraffeDotLiquidSample/](https://github.com/giraffe-fsharp/Giraffe.DotLiquid/tree/master/samples/GiraffeDotLiquidSample). +## 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-dotliquid +``` + +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/RELEASE_NOTES.md b/RELEASE_NOTES.md index c2a033c..2393336 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,9 +1,13 @@ Release Notes ============= +## 0.1.0-beta-310 + +Upgraded Giraffe to `0.1.0-beta-6**`. + ## 0.1.0-beta-300 -Upgraded dependencies to `Giraffe 0.1.0-beta-5**`. +Upgraded dependencies to Giraffe `0.1.0-beta-5**`. #### Breaking changes 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: diff --git a/src/Giraffe.DotLiquid/Giraffe.DotLiquid.fsproj b/src/Giraffe.DotLiquid/Giraffe.DotLiquid.fsproj index 2d10d51..e2175e8 100755 --- a/src/Giraffe.DotLiquid/Giraffe.DotLiquid.fsproj +++ b/src/Giraffe.DotLiquid/Giraffe.DotLiquid.fsproj @@ -1,7 +1,7 @@  Giraffe.DotLiquid - 0.1.0-beta-300 + 0.1.0-beta-310 DotLiquid templating engine http handlers for the Giraffe web framework. Copyright 2017 Dustin Moris Gorski en-GB @@ -31,7 +31,7 @@ - +