Saturn 0.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Saturn --version 0.4.0
NuGet\Install-Package Saturn -Version 0.4.0
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="Saturn" Version="0.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Saturn --version 0.4.0
#r "nuget: Saturn, 0.4.0"
#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 Saturn as a Cake Addin
#addin nuget:?package=Saturn&version=0.4.0

// Install Saturn as a Cake Tool
#tool nuget:?package=Saturn&version=0.4.0

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Saturn:

Package Downloads
Saturn.Extensions.Authorization

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

Fable.SignalR.Saturn

A type-safe functional wrapper for SignalR and Saturn

Saturn.AzureFunctions

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

hobbes.web

hobbes.web library.

Saturn.Extensions.Turbolinks

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.16.1 91,435 4/9/2022
0.16.0-preview03 2,638 2/21/2022
0.15.0 64,180 6/9/2021
0.15.0-preview03 3,525 2/8/2021
0.15.0-preview02 1,093 1/20/2021
0.15.0-preview01 2,662 6/23/2020
0.14.1 58,407 6/18/2020
0.13.3 2,302 6/15/2020
0.13.2 2,197 6/11/2020
0.13.1 22,462 4/27/2020
0.13.0 2,385 4/24/2020
0.12.1 8,449 3/2/2020
0.12.0 3,811 2/18/2020
0.11.0 11,468 2/1/2020
0.10.1 12,867 11/25/2019
0.10.0 17,777 10/17/2019
0.9.0 11,613 7/26/2019
0.8.0 20,973 12/5/2018
0.7.6 6,893 11/5/2018
0.7.5 5,544 8/3/2018
0.7.4 1,821 7/20/2018
0.7.3 2,312 7/14/2018
0.6.0 1,514 7/3/2018
0.5.0 2,052 5/22/2018
0.4.3 3,290 2/27/2018
0.4.2 1,295 2/19/2018
0.4.0 1,428 2/16/2018
0.3.1 1,399 2/3/2018
0.3.0 1,368 2/2/2018
0.2.0 1,492 1/28/2018

Implement controller versioning
Add suport for embedding controllers
Add plugs per action to controller
Add application helper for enabling IIS integration
Refactor authentication
Add cookies auth helpers
Add keyword for custom service configuration step
Add error handler to controller
Add helper for configuring logging
Add application helpers for OAuth and GitHub OAuth
Update to Giraffe 1.0
Add AutoOpens to most modules