From 338bf9ddae7dcc53bc15295730f233acb3ca4952 Mon Sep 17 00:00:00 2001 From: Dustin Moris Gorski Date: Wed, 31 May 2017 09:58:42 +0100 Subject: [PATCH] Upped version and credited new contributor in README --- README.md | 1 + src/Giraffe/Giraffe.fsproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 286416fc..90869da3 100644 --- a/README.md +++ b/README.md @@ -1343,6 +1343,7 @@ Special thanks to all developers who helped me by submitting pull requests with - [David Sinclair](https://github.com/dsincl12) (Created the dotnet-new template for Giraffe) - [Florian Verdonck](https://github.com/nojaf) (Ported Suave's experimental Html into Giraffe, implemented the warbler and general help with the project) - [Roman Melnikov](https://github.com/Neftedollar) (Added `redirectTo` route) +- [Diego B. Fernandez](https://github.com/diegobfernandez) (Added support for the `Option<'T>` type in the query string model binding) If you submit a pull request please feel free to add yourself to this list as part of the PR. diff --git a/src/Giraffe/Giraffe.fsproj b/src/Giraffe/Giraffe.fsproj index f2992aca..26a50b71 100644 --- a/src/Giraffe/Giraffe.fsproj +++ b/src/Giraffe/Giraffe.fsproj @@ -2,7 +2,7 @@ Giraffe - 0.1.0-alpha018 + 0.1.0-alpha019 A native functional ASP.NET Core web framework for F# developers. Copyright 2017 Dustin Moris Gorski en-GB