Freya.Core
0.11.0-alpha-173
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
<PackageReference Include="Freya.Core" Version="0.11.0-alpha-173" />
paket add Freya.Core --version 0.11.0-alpha-173
#r "nuget: Freya.Core, 0.11.0-alpha-173"
// 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 | Versions 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. |
-
- Aether (>= 6.0.0)
- FSharp.Core (>= 3.1.2.1)
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,612 | 10/10/2018 |
4.0.0-alpha-170404 | 5,974 | 4/9/2017 |
3.0.0-rc07 | 68,493 | 9/11/2016 |
3.0.0-rc06 | 860 | 9/8/2016 |
3.0.0-rc05 | 922 | 9/7/2016 |
3.0.0-rc04 | 4,252 | 9/6/2016 |
3.0.0-b300 | 7,950 | 3/5/2016 |
3.0.0-b298 | 984 | 3/3/2016 |
3.0.0-b294 | 1,457 | 2/26/2016 |
3.0.0-b292 | 1,258 | 2/12/2016 |
3.0.0-b290 | 1,044 | 2/1/2016 |
3.0.0-b288 | 1,057 | 1/28/2016 |
3.0.0-b285 | 1,007 | 1/27/2016 |
3.0.0-b276 | 1,024 | 1/18/2016 |
3.0.0-b274 | 1,095 | 1/11/2016 |
3.0.0-b272 | 1,027 | 1/1/2016 |
3.0.0-b268 | 1,136 | 12/21/2015 |
3.0.0-b264 | 2,558 | 12/19/2015 |
3.0.0-b260 | 1,090 | 12/15/2015 |
3.0.0-b259 | 1,052 | 12/15/2015 |
3.0.0-b256 | 1,102 | 12/10/2015 |
3.0.0-b246 | 1,368 | 12/1/2015 |
2.0.203 | 4,963 | 12/15/2015 |
2.0.202 | 1,510 | 12/10/2015 |
2.0.201 | 1,822 | 12/1/2015 |
2.0.201-b237 | 1,124 | 11/21/2015 |
2.0.201-b236 | 1,156 | 11/21/2015 |
2.0.201-b233 | 1,051 | 11/12/2015 |
2.0.201-b232 | 1,045 | 10/23/2015 |
2.0.200 | 1,442 | 10/18/2015 |
2.0.199 | 1,489 | 10/17/2015 |
2.0.198 | 1,376 | 10/16/2015 |
2.0.195 | 1,587 | 8/28/2015 |
2.0.194 | 1,765 | 8/6/2015 |
2.0.193 | 1,592 | 8/6/2015 |
2.0.192 | 1,607 | 8/4/2015 |
2.0.191 | 1,577 | 8/4/2015 |
2.0.189 | 1,516 | 7/24/2015 |
1.0.185 | 1,742 | 6/5/2015 |
0.11.0-alpha-173 | 1,733 | 5/4/2015 |
0.11.0-alpha-172 | 1,729 | 5/4/2015 |
0.11.0-alpha-171 | 1,805 | 5/4/2015 |
0.11.0-alpha-170 | 1,680 | 5/4/2015 |
0.11.0-alpha-169 | 1,585 | 5/3/2015 |
0.10.0-alpha-143 | 1,632 | 3/21/2015 |
0.10.0-alpha-142 | 1,780 | 3/21/2015 |
0.9.0-alpha-46 | 1,155 | 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