Skip to content

Commit 07a9a87

Browse files
committed
5.0.0
1 parent b70a734 commit 07a9a87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" /><meta name="viewport" content="width=device-width, initial-scale=1" /><title>Falco - F# web toolkit for ASP.NET Core</title><meta name="description" content="A functional-first toolkit for building brilliant ASP.NET Core applications using F#." /><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /><link rel="icon" href="/favicon.ico" type="image/x-icon" /><link rel="preconnect" href="https://fonts.gstatic.com" /><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap" rel="stylesheet" /><link href="/prism.css" rel="stylesheet" /><link href="/tachyons.css" rel="stylesheet" /><link href="/style.css" rel="stylesheet" /><script async src="https://www.googletagmanager.com/gtag/js?id=G-D62HSJHMNZ"></script><script>window.dataLayer = window.dataLayer || [];
22
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
4-
gtag('config', 'G-D62HSJHMNZ');</script></head><body class="noto bg-merlot bg-dots bg-parallax"><header class="pv3"><div class="mw8 center pa3"><div><nav class="flex flex-column flex-row-l items-center"><a href="/"><img src="/icon.svg" class="w3 pb3 pb0-l o-80 hover-o-100" /></a><div class="flex-grow-1-l tc tr-l"><a href="/docs" title="Overview of Falco's key features" class="dib mh2 mh3-l no-underline white-90 hover-white">docs</a><a href="https://github.com/pimbrouwers/Falco" title="Fork Falco on GitHub" alt="Falco GitHub Link" target="_blank" class="dib mh2 ml3-l no-underline white-90 hover-white">code</a><a href="https://github.com/pimbrouwers/Falco/tree/master/samples" title="Falco code samples" alt="Faclo code samples link" class="dib ml2 mh3-l no-underline white-90 hover-white">samples</a><a href="https://github.com/pimbrouwers/Falco/discussions" title="Need help?" alt="Faclo GitHub discussions link" class="dib ml2 mh3-l no-underline white-90 hover-white">help</a></div></nav></div><div class="mw6 center pb5 noto tc fw4 lh-copy white"><h1 class="mt4 mb3 fw4 f2">Meet Falco.</h1><h2 class="mt0 mb4 fw4 f4 f3-l">Falco is a toolkit for building secure, fast, functional-first and fault-tolerant web applications using F#.</h2><div class="tc"><a href="/docs/get-started.html" title="Learn how to get started using Falco" class="dib mh2 mb2 ph3 pv2 merlot bg-white ba b--white br2 no-underline">Get Started</a><a href="#falco" class="dib mh2 ph3 pv2 white ba b--white br2 no-underline">Learn More</a></div></div><div class="mb4 bt b--white-20 tc lh-solid"><a href="https://www.nuget.org/packages/Falco" class="dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50" target="_blank">Latest release: 5.0.0 (December, 12, 2024)</a></div><div class="cf tc lh-copy"><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l br-l b--white-20"><img src="/icons/fast.svg" class="w4 o-90" /><h3 class="mv2 white">Blazing Fast</h3><div class="mb3 white-90">Built upon core ASP.NET components.</div><a href="https://web-frameworks-benchmark.netlify.app/result?l=fsharp" target="_blank" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">Learn More</a></div><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l br-l b--white-20"><img src="/icons/easy.svg" class="w4 o-90" /><h3 class="mv2 white">Easy to Learn</h3><div class="mb3 white-90">Designed for getting up to speed quickly.</div><a href="/docs/get-started.html" title="Learn how to get started using Falco" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">Get Started</a></div><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l br-l b--white-20"><img src="/icons/view.svg" class="w4 o-90" /><h3 class="mv2 white">Native View Engine</h3><div class="mb3 white-90">Markup is written in F# and compiled.</div><a href="/docs/markup.html" title="View examples of Falco markup module" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">See Examples</a></div><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l"><img src="/icons/integrate.svg" class="w4 o-90" /><h3 class="mv2 white">Extensible</h3><div class="mb3 white-90">Seamlessly integrates with existing libraries.</div><a href="https://github.com/pimbrouwers/Falco/tree/master/samples/ScribanExample" target="_blank" title="Example of incorporating a third-party view engine" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">Explore How</a></div></div></div></header><div class="h100vh bg-white"><div class="cf mw8 center pv4 ph3"><main><h1 id="falco">Falco</h1>
4+
gtag('config', 'G-D62HSJHMNZ');</script></head><body class="noto bg-merlot bg-dots bg-parallax"><header class="pv3"><div class="mw8 center pa3"><div><nav class="flex flex-column flex-row-l items-center"><a href="/"><img src="/icon.svg" class="w3 pb3 pb0-l o-80 hover-o-100" /></a><div class="flex-grow-1-l tc tr-l"><a href="/docs" title="Overview of Falco's key features" class="dib mh2 mh3-l no-underline white-90 hover-white">docs</a><a href="https://github.com/pimbrouwers/Falco" title="Fork Falco on GitHub" alt="Falco GitHub Link" target="_blank" class="dib mh2 ml3-l no-underline white-90 hover-white">code</a><a href="https://github.com/pimbrouwers/Falco/tree/master/samples" title="Falco code samples" alt="Faclo code samples link" class="dib ml2 mh3-l no-underline white-90 hover-white">samples</a><a href="https://github.com/pimbrouwers/Falco/discussions" title="Need help?" alt="Faclo GitHub discussions link" class="dib ml2 mh3-l no-underline white-90 hover-white">help</a></div></nav></div><div class="mw6 center pb5 noto tc fw4 lh-copy white"><h1 class="mt4 mb3 fw4 f2">Meet Falco.</h1><h2 class="mt0 mb4 fw4 f4 f3-l">Falco is a toolkit for building secure, fast, functional-first and fault-tolerant web applications using F#.</h2><div class="tc"><a href="/docs/get-started.html" title="Learn how to get started using Falco" class="dib mh2 mb2 ph3 pv2 merlot bg-white ba b--white br2 no-underline">Get Started</a><a href="#falco" class="dib mh2 ph3 pv2 white ba b--white br2 no-underline">Learn More</a></div></div><div class="mb4 bt b--white-20 tc lh-solid"><a href="https://www.nuget.org/packages/Falco" class="dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50" target="_blank">Latest release: 5.0.0 (January, 29, 2025)</a></div><div class="cf tc lh-copy"><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l br-l b--white-20"><img src="/icons/fast.svg" class="w4 o-90" /><h3 class="mv2 white">Blazing Fast</h3><div class="mb3 white-90">Built upon core ASP.NET components.</div><a href="https://web-frameworks-benchmark.netlify.app/result?l=fsharp" target="_blank" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">Learn More</a></div><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l br-l b--white-20"><img src="/icons/easy.svg" class="w4 o-90" /><h3 class="mv2 white">Easy to Learn</h3><div class="mb3 white-90">Designed for getting up to speed quickly.</div><a href="/docs/get-started.html" title="Learn how to get started using Falco" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">Get Started</a></div><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l br-l b--white-20"><img src="/icons/view.svg" class="w4 o-90" /><h3 class="mv2 white">Native View Engine</h3><div class="mb3 white-90">Markup is written in F# and compiled.</div><a href="/docs/markup.html" title="View examples of Falco markup module" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">See Examples</a></div><div class="fl-l mw5 mw-none-l w-25-l center mb4 ph4-l"><img src="/icons/integrate.svg" class="w4 o-90" /><h3 class="mv2 white">Extensible</h3><div class="mb3 white-90">Seamlessly integrates with existing libraries.</div><a href="https://github.com/pimbrouwers/Falco/tree/master/samples/ScribanExample" target="_blank" title="Example of incorporating a third-party view engine" class="dib mh2 pa2 f6 white ba b--white br2 no-underline">Explore How</a></div></div></div></header><div class="h100vh bg-white"><div class="cf mw8 center pv4 ph3"><main><h1 id="falco">Falco</h1>
55
<p><a href="https://www.nuget.org/packages/Falco"><img src="https://img.shields.io/nuget/v/Falco.svg" alt="NuGet Version" /></a>
66
<a href="https://github.com/pimbrouwers/Falco/actions/workflows/build.yml"><img src="https://github.com/pimbrouwers/Falco/actions/workflows/build.yml/badge.svg" alt="build" /></a></p>
77
<pre><code class="language-fsharp">open Falco

site/Site.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ module View =
184184
let releaseInfo =
185185
Elem.div [ Attr.class' "mb4 bt b--white-20 tc lh-solid" ] [
186186
Elem.a [ Attr.href "https://www.nuget.org/packages/Falco"; Attr.class' "dib center ph1 ph4-l pv3 bg-merlot white no-underline ty--50"; Attr.targetBlank ]
187-
[ Text.raw "Latest release: 5.0.0 (December, 12, 2024)" ]
187+
[ Text.raw "Latest release: 5.0.0 (January, 29, 2025)" ]
188188
]
189189

190190
let benefits =

src/Falco/Falco.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyName>Falco</AssemblyName>
4-
<Version>5.0.0-rc2</Version>
4+
<Version>5.0.0</Version>
55

66
<!-- General info -->
77
<Description>A functional-first toolkit for building brilliant ASP.NET Core applications using F#.</Description>

0 commit comments

Comments
 (0)