diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 981d56ebf..dea314b7c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "fornax": { - "version": "0.16.0-beta002", + "version": "0.16.0", "commands": [ "fornax" ], diff --git a/docs/config.fsx b/docs/config.fsx index 51837efb4..1224bd8c8 100644 --- a/docs/config.fsx +++ b/docs/config.fsx @@ -1,4 +1,4 @@ -#r "nuget: Fornax.Core, 0.16.0-beta002" +#r "nuget: Fornax.Core, 0.16.0" open Config diff --git a/docs/generators/apiref.fsx b/docs/generators/apiref.fsx index ca11ea06a..601e87c3d 100644 --- a/docs/generators/apiref.fsx +++ b/docs/generators/apiref.fsx @@ -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" diff --git a/docs/generators/lunr.fsx b/docs/generators/lunr.fsx index a5f4094f8..15425d40d 100644 --- a/docs/generators/lunr.fsx +++ b/docs/generators/lunr.fsx @@ -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 diff --git a/docs/generators/page.fsx b/docs/generators/page.fsx index 6df4fce13..66986b224 100644 --- a/docs/generators/page.fsx +++ b/docs/generators/page.fsx @@ -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 diff --git a/docs/generators/partials/footer.fsx b/docs/generators/partials/footer.fsx index 01f639642..5fb13c167 100644 --- a/docs/generators/partials/footer.fsx +++ b/docs/generators/partials/footer.fsx @@ -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" diff --git a/docs/generators/partials/header.fsx b/docs/generators/partials/header.fsx index e412d44bb..f9d46cad3 100644 --- a/docs/generators/partials/header.fsx +++ b/docs/generators/partials/header.fsx @@ -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" diff --git a/docs/generators/partials/layout.fsx b/docs/generators/partials/layout.fsx index bf61ca3d5..8217959ab 100644 --- a/docs/generators/partials/layout.fsx +++ b/docs/generators/partials/layout.fsx @@ -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" diff --git a/docs/generators/partials/menu.fsx b/docs/generators/partials/menu.fsx index ae0a624fa..7712bb649 100644 --- a/docs/generators/partials/menu.fsx +++ b/docs/generators/partials/menu.fsx @@ -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" diff --git a/docs/loaders/apirefloader.fsx b/docs/loaders/apirefloader.fsx index 8fb4f835d..17f0a2ad7 100644 --- a/docs/loaders/apirefloader.fsx +++ b/docs/loaders/apirefloader.fsx @@ -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 diff --git a/docs/loaders/contentloader.fsx b/docs/loaders/contentloader.fsx index 6a9f6d45c..1ee21c9c6 100644 --- a/docs/loaders/contentloader.fsx +++ b/docs/loaders/contentloader.fsx @@ -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 diff --git a/docs/loaders/copyloader.fsx b/docs/loaders/copyloader.fsx index 7d84a0edf..6615dc5bb 100644 --- a/docs/loaders/copyloader.fsx +++ b/docs/loaders/copyloader.fsx @@ -1,4 +1,4 @@ -#r "nuget: Fornax.Core, 0.16.0-beta002" +#r "nuget: Fornax.Core, 0.16.0" open System.IO diff --git a/docs/loaders/globalloader.fsx b/docs/loaders/globalloader.fsx index c475af16e..8ce789837 100644 --- a/docs/loaders/globalloader.fsx +++ b/docs/loaders/globalloader.fsx @@ -1,4 +1,4 @@ -#r "nuget: Fornax.Core, 0.16.0-beta002" +#r "nuget: Fornax.Core, 0.16.0" type SiteInfo = { title: string diff --git a/docs/loaders/pageloader.fsx b/docs/loaders/pageloader.fsx index 070426b0f..46010d50b 100644 --- a/docs/loaders/pageloader.fsx +++ b/docs/loaders/pageloader.fsx @@ -1,4 +1,4 @@ -#r "nuget: Fornax.Core, 0.16.0-beta002" +#r "nuget: Fornax.Core, 0.16.0" type Shortcut = { title: string