Dyfrig 0.7.0.44
.NET Framework 4.0
Install-Package Dyfrig -Version 0.7.0.44
dotnet add package Dyfrig --version 0.7.0.44
<PackageReference Include="Dyfrig" Version="0.7.0.44" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dyfrig --version 0.7.0.44
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dyfrig, 0.7.0.44"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dyfrig as a Cake Addin
#addin nuget:?package=Dyfrig&version=0.7.0.44
// Install Dyfrig as a Cake Tool
#tool nuget:?package=Dyfrig&version=0.7.0.44
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
F# support for the Open Web Interface for .NET
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Net.Http (= 2.0.20710)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dyfrig:
Package | Downloads |
---|---|
Taliesin
Web application routing library using F# Agents |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0.44 | 2,030 | 8/27/2014 |
0.6.0.41 | 952 | 8/27/2014 |
0.5.0.39 | 897 | 8/26/2014 |
0.5.0.37 | 920 | 8/12/2014 |
0.4.0.34 | 885 | 7/24/2014 |
0.4.0.32 | 889 | 7/22/2014 |
0.4.0.31 | 857 | 7/21/2014 |
0.3.2.13 | 907 | 7/10/2014 |
0.3.1 | 1,047 | 5/28/2014 |
0.3.0 | 945 | 5/27/2014 |
0.2.0 | 951 | 5/26/2014 |
0.1.131128.4 | 1,140 | 11/28/2013 |
0.1.131128.3 | 939 | 11/28/2013 |
0.1.131128.2 | 963 | 11/28/2013 |
0.1.131128 | 985 | 11/28/2013 |
Reorganized modules, merging `Owin` with `Monad` into `OwinMonad`
Added signature file for `OwinApp`
Breaking changes to signatures found in `OwinMonad`:
Renamed `Owin.async` to `OwinMonad.fromAsync`
Added `OwinMonad.result`
Renamed `Owin.composeSeq` to `OwinMonad.bind`
`OwinMonad` is not automatically opened as was `Owin` previously