Suave.Razor 0.25.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Suave.Razor --version 0.25.0                
NuGet\Install-Package Suave.Razor -Version 0.25.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.25.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Suave.Razor --version 0.25.0                
#r "nuget: Suave.Razor, 0.25.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.25.0

// Install Suave.Razor as a Cake Tool
#tool nuget:?package=Suave.Razor&version=0.25.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:

* Update README.md
* Merge pull request #206 from dsyme/api-review-1
* a couple more renamings
* utc_now --> utcNow
* queryParams --> query
* remove unnecessary uses of %% and ^^
* updates from code review
* create --> mk
* HomeDirectory --> Home
* fixes based on feedback
* change case for OpenSSL
* fix to use formDataItem
* reveret unneeded change that caused hang
* resolve merge
* remove queryParam WebPart
* further PR reduction
* add obsoletes again
* add obsoletes
* revert defaults change
* add obsoletes
* add obsoletes
* add obsoletes
* add obsoletes
* adjsut based on discussion
* more renaming work
* adjsut based on discussion
* more _ updates
* [Http] documenting warbler
* adjsut based on discussion
* Merge pull request #205 from dsyme/build-fixes-1
* add missing file
* trial updates to naming conventions (3)
* trial updates to naming conventions (2)
* Merge branch 'master' of https://github.com/SuaveIO/suave into api-review-1
* trial updates to naming conventions
* remove warnings during build
* Merge pull request #203 from dsyme/patch-1
* Remove gratuitous "<|"
* html dsl (work in progress)