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.
<PackageVersion Include="Freya.Core" Version="0.11.0-alpha-173" />
                    
Directory.Packages.props
<PackageReference Include="Freya.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Freya.Core&version=0.11.0-alpha-173&prerelease
                    
Install Freya.Core as a Cake Addin
#tool nuget:?package=Freya.Core&version=0.11.0-alpha-173&prerelease
                    
Install Freya.Core as a Cake Tool

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,977 10/10/2018
4.0.0-alpha-170404 6,073 4/9/2017
3.0.0-rc07 68,579 9/11/2016
3.0.0-rc06 946 9/8/2016
3.0.0-rc05 1,009 9/7/2016
3.0.0-rc04 4,338 9/6/2016
3.0.0-b300 8,037 3/5/2016
3.0.0-b298 1,074 3/3/2016
3.0.0-b294 1,547 2/26/2016
3.0.0-b292 1,393 2/12/2016
3.0.0-b290 1,131 2/1/2016
3.0.0-b288 1,144 1/28/2016
3.0.0-b285 1,095 1/27/2016
3.0.0-b276 1,111 1/18/2016
3.0.0-b274 1,183 1/11/2016
3.0.0-b272 1,116 1/1/2016
3.0.0-b268 1,270 12/21/2015
3.0.0-b264 2,645 12/19/2015
3.0.0-b260 1,179 12/15/2015
3.0.0-b259 1,141 12/15/2015
3.0.0-b256 1,238 12/10/2015
3.0.0-b246 1,454 12/1/2015
2.0.203 5,063 12/15/2015
2.0.202 1,649 12/10/2015
2.0.201 1,915 12/1/2015
2.0.201-b237 1,213 11/21/2015
2.0.201-b236 1,246 11/21/2015
2.0.201-b233 1,138 11/12/2015
2.0.201-b232 1,135 10/23/2015
2.0.200 1,533 10/18/2015
2.0.199 1,580 10/17/2015
2.0.198 1,470 10/16/2015
2.0.195 1,679 8/28/2015
2.0.194 1,863 8/6/2015
2.0.193 1,688 8/6/2015
2.0.192 1,702 8/4/2015
2.0.191 1,672 8/4/2015
2.0.189 1,608 7/24/2015
1.0.185 1,920 6/5/2015
0.11.0-alpha-173 1,824 5/4/2015
0.11.0-alpha-172 1,821 5/4/2015
0.11.0-alpha-171 1,896 5/4/2015
0.11.0-alpha-170 1,770 5/4/2015
0.11.0-alpha-169 1,680 5/3/2015
0.10.0-alpha-143 1,725 3/21/2015
0.10.0-alpha-142 1,872 3/21/2015
0.9.0-alpha-46 1,249 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