Frank 6.2.0
dotnet add package Frank --version 6.2.0
NuGet\Install-Package Frank -Version 6.2.0
<PackageReference Include="Frank" Version="6.2.0" />
paket add Frank --version 6.2.0
#r "nuget: Frank, 6.2.0"
// 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 | Versions 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. |
-
.NETCoreApp 3.1
- FSharp.Core (>= 5.0.0)
-
net5.0
- FSharp.Core (>= 5.0.0)
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 | 4,680 | 11/18/2020 |
6.1.0 | 1,681 | 6/11/2020 |
6.0.0 | 690 | 6/2/2020 |
5.0.5 | 877 | 1/7/2019 |
5.0.4 | 813 | 1/6/2019 |
5.0.3 | 847 | 1/5/2019 |
5.0.2 | 867 | 1/5/2019 |
5.0.1 | 834 | 1/5/2019 |
5.0.0 | 825 | 1/5/2019 |
4.0.0 | 1,291 | 3/28/2018 |
4.0.0-b037 | 826 | 8/17/2017 |
4.0.0-b036 | 849 | 8/17/2017 |
4.0.0-b035 | 885 | 11/10/2016 |
4.0.0-b034 | 911 | 11/9/2016 |
3.1.1 | 2,178 | 12/7/2014 |
3.1.0 | 1,319 | 10/13/2014 |
3.0.19 | 1,261 | 10/13/2014 |
3.0.18 | 1,259 | 10/12/2014 |
3.0.0.9 | 1,326 | 5/25/2014 |
3.0.0.8 | 1,300 | 5/25/2014 |
2.0.2 | 1,359 | 1/26/2014 |
2.0.0 | 1,402 | 1/7/2014 |
1.1.1 | 1,329 | 1/1/2014 |
1.1.0 | 1,297 | 1/1/2014 |
1.0.2 | 1,368 | 12/10/2013 |
1.0.1 | 1,308 | 12/10/2013 |
1.0.0 | 1,302 | 12/10/2013 |
0.9.130703 | 1,616 | 7/3/2013 |
0.9.130702 | 1,544 | 7/1/2013 |
0.8.56 | 1,467 | 6/26/2013 |
0.8.27 | 1,466 | 6/25/2013 |
0.8.26 | 1,670 | 8/8/2012 |
0.8.25 | 1,418 | 7/26/2012 |
0.8.23 | 1,472 | 6/4/2012 |
0.7.120524 | 1,411 | 5/24/2012 |
0.7.120523.1 | 1,410 | 5/23/2012 |
0.6.120122 | 1,580 | 2/20/2012 |
0.6.111226 | 1,595 | 12/26/2011 |
0.5.111206 | 1,578 | 12/7/2011 |
0.5.111127 | 1,579 | 11/27/2011 |
0.3.0 | 2,044 | 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.