Suave.Razor 0.21.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Suave.Razor --version 0.21.0                
NuGet\Install-Package Suave.Razor -Version 0.21.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Suave.Razor" Version="0.21.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Suave.Razor --version 0.21.0                
#r "nuget: Suave.Razor, 0.21.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Suave.Razor as a Cake Addin
#addin nuget:?package=Suave.Razor&version=0.21.0

// Install Suave.Razor as a Cake Tool
#tool nuget:?package=Suave.Razor&version=0.21.0                

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.26.2 54 5/1/2015
0.26.1 52 3/19/2015
0.26.0 54 3/7/2015
0.25.0 52 2/16/2015
0.21.0 66 1/5/2015
0.20.2 52 1/2/2015
0.20.1 43 1/2/2015
0.20.0 42 1/2/2015

Release Notes:

* Merge README update
* Merge branch 'feature/181-lenses'
* CookiesState fsi, fixes #181
* CookiesState
* HttpRuntime, SuaveConfig, HttpContext
* HttpResult
* HttpRequest, HttpBinding
* HttpUpload
* MimeType
* HttpCookie
* SocketBinding
* Connection
* TraceHeader
* LogLine
* [build] Tests -> Suave.Tests folder standard
* [build] generate asmver for examples/
* [build] removing WebMachine from list
* Update README.md
* updating readme
* Merge branch 'bugs/143-uri-handling'
* Travis tests: Merge branch 'master' of github.com:suaveio/suave into bugs/143-uri-handling
* Travis mono 3.8 -> 3.10
* fixed ServerClient-test
* fixed non-applicative-using test
* ref #103
* failing test for parsing of host header
* [BREAKING] string -> Uri, ip+port -> SocketBinding
* Failing test for #143: