Freya 0.11.0-alpha-173

This is a prerelease version of Freya.
dotnet add package Freya --version 0.11.0-alpha-173
NuGet\Install-Package Freya -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" 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 --version 0.11.0-alpha-173
#r "nuget: Freya, 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 as a Cake Addin
#addin nuget:?package=Freya&version=0.11.0-alpha-173&prerelease

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

Freya

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.11.0-alpha-173 44 5/4/2015
0.11.0-alpha-172 33 5/4/2015
0.11.0-alpha-171 32 5/4/2015
0.11.0-alpha-170 35 5/4/2015
0.11.0-alpha-169 33 5/3/2015
0.10.0-alpha-143 46 3/21/2015
0.10.0-alpha-142 33 3/21/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