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.
<PackageVersion Include="Suave.Razor" Version="0.21.0" />
                    
Directory.Packages.props
<PackageReference Include="Suave.Razor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Suave.Razor@0.21.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Suave.Razor&version=0.21.0
                    
Install as a Cake Addin
#tool nuget:?package=Suave.Razor&version=0.21.0
                    
Install as a Cake Tool

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: