Freya 0.11.0-alpha-169

This is a prerelease version of Freya.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Freya --version 0.11.0-alpha-169
                    
NuGet\Install-Package Freya -Version 0.11.0-alpha-169
                    
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-169" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Freya" Version="0.11.0-alpha-169" />
                    
Directory.Packages.props
<PackageReference Include="Freya" />
                    
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 --version 0.11.0-alpha-169
                    
#r "nuget: Freya, 0.11.0-alpha-169"
                    
#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.
#:package Freya@0.11.0-alpha-169
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Freya&version=0.11.0-alpha-169&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Freya&version=0.11.0-alpha-169&prerelease
                    
Install as a Cake Tool

Freya

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Freya:

Package Downloads
FreyaSessionProvider

A session provider for Freya

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0 21,093 10/10/2018
4.0.0-alpha-170404 5,254 4/9/2017
3.0.0-rc01 68,926 9/6/2016
3.0.0-b300 8,061 3/5/2016
3.0.0-b298 1,218 3/3/2016
3.0.0-b294 1,433 2/26/2016
3.0.0-b292 1,523 2/12/2016
3.0.0-b290 1,188 1/31/2016
3.0.0-b288 1,155 1/28/2016
3.0.0-b285 1,150 1/27/2016
3.0.0-b276 1,189 1/18/2016
3.0.0-b274 1,221 1/11/2016
3.0.0-b272 1,158 1/1/2016
3.0.0-b268 1,441 12/21/2015
3.0.0-b264 2,653 12/19/2015
3.0.0-b260 1,254 12/15/2015
3.0.0-b259 1,157 12/15/2015
3.0.0-b256 1,385 12/10/2015
3.0.0-b246 1,536 12/1/2015
2.0.203 3,827 12/15/2015
2.0.202 1,597 12/10/2015
2.0.201-b237 1,332 11/21/2015
2.0.201-b236 1,277 11/21/2015
2.0.201-b233 1,172 11/12/2015
2.0.201-b232 1,182 10/23/2015
2.0.200 1,507 10/18/2015
2.0.199 1,498 10/17/2015
2.0.198 1,360 10/16/2015
2.0.195 1,638 8/28/2015
2.0.194 1,721 8/6/2015
2.0.193 1,689 8/6/2015
2.0.192 1,619 8/4/2015
2.0.191 1,680 8/4/2015
2.0.189 1,541 7/24/2015
1.0.185 1,509 6/5/2015
0.11.0-alpha-173 1,178 5/4/2015
0.11.0-alpha-172 1,148 5/4/2015
0.11.0-alpha-171 1,252 5/4/2015
0.11.0-alpha-170 1,185 5/4/2015
0.11.0-alpha-169 1,164 5/3/2015
0.10.0-alpha-143 1,247 3/21/2015
0.10.0-alpha-142 1,238 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