Freya.Core 0.11.0-alpha-173

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

// Install Freya.Core as a Cake Tool
#tool nuget:?package=Freya.Core&version=0.11.0-alpha-173&prerelease                

Freya

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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 (13)

Showing the top 5 NuGet packages that depend on Freya.Core:

Package Downloads
Freya.Optics.Http

Freya Optics for access to core HTTP properties of requests and responses

Freya.Machines

Core utilities and tools for building Freya machines

Freya.Optics.Http.Cors

Freya Optics for access to CORS extension properties of requests and responses

Freya.Machines.Http

A Freya machine expressing the core HTTP semantics and logic

Freya.Polyfills

Polyfills for future/draft elements of the OWIN standards for various server implementations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0 24,700 10/10/2018
4.0.0-alpha-170404 5,984 4/9/2017
3.0.0-rc07 68,503 9/11/2016
3.0.0-rc06 870 9/8/2016
3.0.0-rc05 932 9/7/2016
3.0.0-rc04 4,262 9/6/2016
3.0.0-b300 7,960 3/5/2016
3.0.0-b298 996 3/3/2016
3.0.0-b294 1,469 2/26/2016
3.0.0-b292 1,268 2/12/2016
3.0.0-b290 1,052 2/1/2016
3.0.0-b288 1,066 1/28/2016
3.0.0-b285 1,016 1/27/2016
3.0.0-b276 1,033 1/18/2016
3.0.0-b274 1,104 1/11/2016
3.0.0-b272 1,037 1/1/2016
3.0.0-b268 1,144 12/21/2015
3.0.0-b264 2,567 12/19/2015
3.0.0-b260 1,100 12/15/2015
3.0.0-b259 1,062 12/15/2015
3.0.0-b256 1,111 12/10/2015
3.0.0-b246 1,375 12/1/2015
2.0.203 4,977 12/15/2015
2.0.202 1,522 12/10/2015
2.0.201 1,834 12/1/2015
2.0.201-b237 1,133 11/21/2015
2.0.201-b236 1,167 11/21/2015
2.0.201-b233 1,059 11/12/2015
2.0.201-b232 1,054 10/23/2015
2.0.200 1,454 10/18/2015
2.0.199 1,500 10/17/2015
2.0.198 1,391 10/16/2015
2.0.195 1,598 8/28/2015
2.0.194 1,778 8/6/2015
2.0.193 1,604 8/6/2015
2.0.192 1,619 8/4/2015
2.0.191 1,589 8/4/2015
2.0.189 1,527 7/24/2015
1.0.185 1,777 6/5/2015
0.11.0-alpha-173 1,741 5/4/2015
0.11.0-alpha-172 1,738 5/4/2015
0.11.0-alpha-171 1,814 5/4/2015
0.11.0-alpha-170 1,688 5/4/2015
0.11.0-alpha-169 1,594 5/3/2015
0.10.0-alpha-143 1,641 3/21/2015
0.10.0-alpha-142 1,790 3/21/2015
0.9.0-alpha-46 1,164 1/5/2015

Breaking changes:
`Freya.Pipeline` merged into `Freya.Core`
`Freya.Integration` merged into `Freya.Core`
`Freya.Pipeline` and `Freya.Integration` are no longer separate packages
`Freya.Pipeline` is now `Freya.Core.Pipeline` and automatically opened when `Freya.Core` is opened
`Freya.Integration` is its own module named `Freya.Core.Integration`, automatically opened when `Freya.Core` is opened, and no longer split into `Freya.Core.Integration` and `Freya.Pipeline.Integration`
`Freya.Types.Uri.Template` introduced
`Freya.Router` now uses URI Templates as route specifications, along with a new internal graph model