Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollForward": false
},
"fornax": {
"version": "0.16.0-beta002",
"version": "0.16.0",
"commands": [
"fornax"
],
Expand Down
2 changes: 1 addition & 1 deletion docs/config.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"

open Config

Expand Down
2 changes: 1 addition & 1 deletion docs/generators/apiref.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#r "nuget: Markdig, 0.41.3"
#r "nuget: FSharp.Formatting, 20.0.1"

Expand Down
2 changes: 1 addition & 1 deletion docs/generators/lunr.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#r "nuget: FSharp.Formatting, 20.0.1"

#if !FORNAX
Expand Down
2 changes: 1 addition & 1 deletion docs/generators/page.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#load "partials/layout.fsx"

open Html
Expand Down
2 changes: 1 addition & 1 deletion docs/generators/partials/footer.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#if !FORNAX
#load "../../loaders/contentloader.fsx"
#load "../../loaders/pageloader.fsx"
Expand Down
2 changes: 1 addition & 1 deletion docs/generators/partials/header.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#if !FORNAX
#load "../../loaders/contentloader.fsx"
#load "../../loaders/pageloader.fsx"
Expand Down
2 changes: 1 addition & 1 deletion docs/generators/partials/layout.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#if !FORNAX
#load "../../loaders/contentloader.fsx"
#load "../../loaders/pageloader.fsx"
Expand Down
2 changes: 1 addition & 1 deletion docs/generators/partials/menu.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#if !FORNAX
#load "../../loaders/apirefloader.fsx"
#load "../../loaders/contentloader.fsx"
Expand Down
2 changes: 1 addition & 1 deletion docs/loaders/apirefloader.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#r "nuget: FSharp.Formatting, 20.0.1"

open System
Expand Down
2 changes: 1 addition & 1 deletion docs/loaders/contentloader.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"
#r "nuget: Markdig, 0.41.3"
open Markdig
open System
Expand Down
2 changes: 1 addition & 1 deletion docs/loaders/copyloader.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"

open System.IO

Expand Down
2 changes: 1 addition & 1 deletion docs/loaders/globalloader.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"

type SiteInfo = {
title: string
Expand Down
2 changes: 1 addition & 1 deletion docs/loaders/pageloader.fsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#r "nuget: Fornax.Core, 0.16.0-beta002"
#r "nuget: Fornax.Core, 0.16.0"

type Shortcut = {
title: string
Expand Down
Loading