Hawk 0.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hawk --version 0.7.0
NuGet\Install-Package Hawk -Version 0.7.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="Hawk" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hawk --version 0.7.0
#r "nuget: Hawk, 0.7.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 Hawk as a Cake Addin
#addin nuget:?package=Hawk&version=0.7.0

// Install Hawk as a Cake Tool
#tool nuget:?package=Hawk&version=0.7.0

A F# implementation of the Hawk authentication protocol. Few dependencies. No cruft.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Hawk:

Package Downloads
Logary.Adapters.Hawk The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Logary is a high performance, multi-target logging, metric and health-check library for mono and .Net.

Qvitoo

A Qvitoo API client

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.3 6,158 5/15/2018
6.0.2 2,477 5/15/2018
5.0.1 2,056 9/21/2017
5.0.0 1,985 9/21/2017
4.1.2 1,676 9/3/2017
4.1.1 1,232 9/3/2017
4.1.0 2,524 1/8/2017
4.0.3-rc1 1,235 12/9/2016
4.0.2-rc1 1,339 11/15/2016
4.0.1-rc1 1,232 11/11/2016
4.0.0 1,880 8/12/2016
3.0.5 7,684 6/18/2016
3.0.4 1,849 6/17/2016
3.0.3 5,059 4/1/2016
3.0.2 1,549 3/28/2016
3.0.1 4,244 2/13/2016
2.0.0 3,562 2/12/2016
1.0.1 3,394 12/8/2015
1.0.0 1,570 12/8/2015
0.9.3 2,237 10/27/2015
0.9.2 3,343 6/12/2015
0.9.1 3,249 5/27/2015
0.9.0 1,593 5/26/2015
0.8.2 5,942 2/21/2015
0.8.1 1,920 2/20/2015
0.8.0 2,352 2/18/2015
0.7.0 1,885 2/18/2015
0.6.0 3,978 2/10/2015
0.5.1 1,672 1/22/2015
0.4.4 2,283 1/7/2015
0.4.3 1,632 1/7/2015
0.4.2 1,821 1/6/2015
0.4.1 3,817 1/6/2015
0.4.0 1,637 1/5/2015
0.3.1 1,585 1/5/2015
0.2.1 1,765 1/5/2015
0.1.0 1,436 12/30/2014

Release Notes:

* Merge branch 'jamesjrg-master'
* v0.7
* Fixes in line with Suave API changes
* Add App.config binding redirect so you can run tests in Visual Studio
* Open with VS2013 by default
* Upgrade packages, including Suave with breaking API changes
* moved Settings from Server.fs to Types.fs