Skip to content

Commit c53b6d8

Browse files
authored
docs,.config: update Fornax to 0.16.0 (#767)
The FSharp.Core dependency in Fornax.Core has been changed from = 8.0.100 to >= 6.0.7, which should fix some dependency constraint warnings in the build.
1 parent 33ee73e commit c53b6d8

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"rollForward": false
1111
},
1212
"fornax": {
13-
"version": "0.16.0-beta002",
13+
"version": "0.16.0",
1414
"commands": [
1515
"fornax"
1616
],

docs/config.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22

33
open Config
44

docs/generators/apiref.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#r "nuget: Markdig, 0.41.3"
33
#r "nuget: FSharp.Formatting, 20.0.1"
44

docs/generators/lunr.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#r "nuget: FSharp.Formatting, 20.0.1"
33

44
#if !FORNAX

docs/generators/page.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#load "partials/layout.fsx"
33

44
open Html

docs/generators/partials/footer.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#if !FORNAX
33
#load "../../loaders/contentloader.fsx"
44
#load "../../loaders/pageloader.fsx"

docs/generators/partials/header.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#if !FORNAX
33
#load "../../loaders/contentloader.fsx"
44
#load "../../loaders/pageloader.fsx"

docs/generators/partials/layout.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#if !FORNAX
33
#load "../../loaders/contentloader.fsx"
44
#load "../../loaders/pageloader.fsx"

docs/generators/partials/menu.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#if !FORNAX
33
#load "../../loaders/apirefloader.fsx"
44
#load "../../loaders/contentloader.fsx"

docs/loaders/apirefloader.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#r "nuget: Fornax.Core, 0.16.0-beta002"
1+
#r "nuget: Fornax.Core, 0.16.0"
22
#r "nuget: FSharp.Formatting, 20.0.1"
33

44
open System

0 commit comments

Comments
 (0)