We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.fsx
1 parent 046b4a5 commit 11ff8b5Copy full SHA for 11ff8b5
build.fsx
@@ -12,14 +12,6 @@ open Fun.Build
12
13
let root = __SOURCE_DIRECTORY__
14
15
-// Information about the project to be used at NuGet and in AssemblyInfo files
16
-let project = "FSharp.Formatting"
17
-
18
-let summary =
19
- "A package of libraries for building great F# documentation, samples and blogs"
20
21
-let license = "Apache 2.0 License"
22
23
let configuration = "Release"
24
25
// Folder to deposit deploy artifacts
0 commit comments