Skip to content

Commit

Permalink
4.0.5 site
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Nov 16, 2023
1 parent e7f8060 commit ccc4307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="mt0 mb4 fw4 f4 f3-l">Falco is a toolkit for building secure, fast, fu

<!-- release info -->
<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: 4.0.4 (March 13, 2023)</a>
<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: 4.0.5 (November 16, 2023)</a>
</div>

<!-- benefits -->
Expand Down Expand Up @@ -123,13 +123,13 @@ <h3 class="mv2 white">Extensible</h3>
</ul>
<h2 id="key-features">Key Features</h2>
<ul>
<li>Asynchronous <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/response.html">request handling</a>.</li>
<li>Simple and powerful <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/routing.html">routing</a> API.</li>
<li>Fast, secure and configurable <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/host.html">web server</a>.</li>
<li>Asynchronous <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/response.html">request handling</a>.</li>
<li>Simple and powerful <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/routing.html">routing</a> API.</li>
<li>Fast, secure and configurable <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/host.html">web server</a>.</li>
<li>Native F# <a href="https://github.com/pimbrouwers/Falco.Markup">view engine</a>.</li>
<li>Uniform API for <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/request.html">accessing request data</a>.</li>
<li><a href="https://github.com/pimbrouwers/Falco/tree/master/doc/security.html">Authentication and security</a> utilities.</li>
<li>Built-in support for <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/request.html#multipartform-data-binding">large uploads</a> and <a href="https://github.com/pimbrouwers/Falco/tree/master/doc/response.html#content-disposition">binary responses</a>.</li>
<li>Uniform API for <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/request.html">accessing request data</a>.</li>
<li><a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/security.html">Authentication and security</a> utilities.</li>
<li>Built-in support for <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/request.html#multipartform-data-binding">large uploads</a> and <a href="https://github.com/pimbrouwers/Falco/tree/master/documentation/response.html#content-disposition">binary responses</a>.</li>
</ul>
<h2 id="design-goals">Design Goals</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion site/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h2 class="mt0 mb4 fw4 f4 f3-l">Falco is a toolkit for building secure, fast, fu

<!-- release info -->
<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: 4.0.4 (March 13, 2023)</a>
<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: 4.0.5 (November 16, 2023)</a>
</div>

<!-- benefits -->
Expand Down

0 comments on commit ccc4307

Please sign in to comment.