Freya.Machine 0.11.0-alpha-173

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

// Install Freya.Machine as a Cake Tool
#tool nuget:?package=Freya.Machine&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.

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 33 5/4/2015
0.11.0-alpha-170 33 5/4/2015
0.11.0-alpha-169 35 5/3/2015
0.10.0-alpha-143 47 3/21/2015
0.10.0-alpha-142 33 3/21/2015
0.9.0-alpha-46 61 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