Frank 6.2.0

dotnet add package Frank --version 6.2.0
NuGet\Install-Package Frank -Version 6.2.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="Frank" Version="6.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Frank --version 6.2.0
#r "nuget: Frank, 6.2.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 Frank as a Cake Addin
#addin nuget:?package=Frank&version=6.2.0

// Install Frank as a Cake Tool
#tool nuget:?package=Frank&version=6.2.0

F# computation expressions for configuring the Microsoft.AspNetCore.Hosting.IWebHostBuilder and defining routes for HTTP resources using Microsoft.AspNetCore.Routing.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.2.0 3,832 11/18/2020
6.1.0 1,645 6/11/2020
6.0.0 662 6/2/2020
5.0.5 851 1/7/2019
5.0.4 785 1/6/2019
5.0.3 820 1/5/2019
5.0.2 833 1/5/2019
5.0.1 794 1/5/2019
5.0.0 787 1/5/2019
4.0.0 1,258 3/28/2018
4.0.0-b037 794 8/17/2017
4.0.0-b036 816 8/17/2017
4.0.0-b035 853 11/10/2016
4.0.0-b034 876 11/9/2016
3.1.1 2,132 12/7/2014
3.1.0 1,295 10/13/2014
3.0.19 1,237 10/13/2014
3.0.18 1,236 10/12/2014
3.0.0.9 1,301 5/25/2014
3.0.0.8 1,253 5/25/2014
2.0.2 1,316 1/26/2014
2.0.0 1,362 1/7/2014
1.1.1 1,284 1/1/2014
1.1.0 1,268 1/1/2014
1.0.2 1,322 12/10/2013
1.0.1 1,270 12/10/2013
1.0.0 1,260 12/10/2013
0.9.130703 1,582 7/3/2013
0.9.130702 1,508 7/1/2013
0.8.56 1,438 6/26/2013
0.8.27 1,426 6/25/2013
0.8.26 1,622 8/8/2012
0.8.25 1,361 7/26/2012
0.8.23 1,445 6/4/2012
0.7.120524 1,372 5/24/2012
0.7.120523.1 1,364 5/23/2012
0.6.120122 1,533 2/20/2012
0.6.111226 1,552 12/26/2011
0.5.111206 1,538 12/7/2011
0.5.111127 1,534 11/27/2011
0.3.0 1,990 6/6/2011

### New in 6.1.0 (Released 2020-06-11)
* Encapsulate `IHostBuilder` and expose option to use web builder defaults with `useDefaults`.
* Server application can now be simply a standard console application. See [samples](https://github.com/frank-fs/frank/tree/master/sample).
### New in 6.0.0 (Released 2020-06-02)
* Update to .NET Core 3.1
* Use Endpoint Routing
* Pave the way for built-in generation of Open API spec
### New in 5.0.0 (Released 2019-01-05)
* Starting over based on ASP.NET Core Routing and Hosting
* New MIT license
* Computation expression for configuring IWebHostBuilder
* Computation expression for specifying HTTP resources
* Sample using simple ASP.NET Core web application
* Sample using standard Giraffe template web application
### New in 4.0.0 - (Released 2018/03/27)
* Update to .NETStandard 2.0 and .NET 4.6.1
* Now more easily used with Azure Functions or ASP.NET Core
### New in 3.1.1 - (Released 2014/12/07)
* Use FSharp.Core from NuGet
### New in 3.1.0 - (Released 2014/10/13)
* Remove dependency on F#x
* Signatures remain equivalent, but some type aliases have been removed.
### New in 3.0.19 - (Released 2014/10/13)
* Merge all implementations into one file and add .fsi signature
### New in 3.0.18 - (Released 2014/10/12)
* Use Paket for package management
* FSharp.Core 4.3.1.0
* NOTE: Jumped to 3.0.18 due to bad build script configuration
### New in 3.0.0 - (Released 2014/05/24)
* Updated dependencies to Web API 2.1 and .NET 4.5
### New in 2.0.3 - (Released 2014/02/07)
* Add SourceLink to link to GitHub sources (courtesy Cameron Taggart).
### New in 2.0.2 - (Released 2014/01/26)
* Remove FSharp.Core.3 as a package dependency.
### New in 2.0.0 - (Released 2014/01/07)
* Generate documentation with every release
* Fix a minor bug in routing (leading '/' was not stripped)
* Reference FSharp.Core.3 NuGet package
* Release assembly rather than current source packages:
* FSharp.Net.Http
* FSharp.Web.Http
* Frank
* Adopt the FSharp.ProjectScaffold structure
### New in 1.1.1 - (Released 2014/01/01)
* Correct spacing and specify additional types in HttpContent extensions.
### New in 1.1.0 - (Released 2014/01/01)
* Remove descriptor-based implementation.
### New in 1.0.2 - (Released 2013/12/10)
* Restore Frank dependency on FSharp.Web.Http. Otherwise, devs will have to create their own routing mechanisms. A better solution is on its way.
### New in 1.0.1 - (Released 2013/12/10)
* Change Web API dependency to Microsoft.AspNet.WebApi.Core.
### New in 1.0.0 - (Released 2013/12/10)
* First official release.
* Use an Option type for empty content.