Skip to content

Commit 74b4aa6

Browse files
Merge pull request #431 from gdziadkiewicz/fix_docs
Fix docs by fixing the project URL
2 parents e061090 + c8703d3 commit 74b4aa6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"paket"
1515
]
1616
},
17-
"fsharp.formatting.commandtool": {
18-
"version": "7.2.9",
17+
"fsdocs-tool": {
18+
"version": "19.1.1",
1919
"commands": [
2020
"fsdocs"
2121
]

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,11 @@ Target.create "Release" (fun _ ->
207207

208208
Target.create "GenerateDocs" (fun _ ->
209209
Shell.cleanDir ".fsdocs"
210-
DotNet.exec id "fsdocs" "build --clean --property Configuration=Release TargetFramework=netstandard2.0" |> ignore
210+
DotNet.exec id "fsdocs" "build --clean --properties Configuration=Release TargetFramework=netstandard2.0" |> ignore
211211
)
212212

213213
Target.create "WatchDocs" (fun _ ->
214-
DotNet.exec id "fsdocs" "watch --clean --property Configuration=Release TargetFramework=netstandard2.0" |> ignore
214+
DotNet.exec id "fsdocs" "watch --clean --properties Configuration=Release TargetFramework=netstandard2.0" |> ignore
215215
)
216216

217217
Target.create "ReleaseDocs" (fun _ ->

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<VersionPrefix>3.2.0</VersionPrefix>
55
<Owners>Steffen Forkmann and others</Owners>
66
<Authors>Steffen Forkmann and others</Authors>
7-
<PackageProjectUrl>https://github.com/fsprojects/FSharpx.Extras</PackageProjectUrl>
7+
<PackageProjectUrl>https://fsprojects.github.io/FSharpx.Extras</PackageProjectUrl>
88
<PackageIconUrl>https://raw.githubusercontent.com/fsprojects/FSharpx.Extras/master/docs/img/logo.png</PackageIconUrl>
99
<PackageIcon>logo.png</PackageIcon>
1010
<License>Unlicense</License>

0 commit comments

Comments
 (0)