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.
1 parent 86999fc commit efaae4eCopy full SHA for efaae4e
build/scripts/Versioning.fs
@@ -20,7 +20,7 @@ module Versioning =
20
21
//Versions in form of e.g 6.1.0 is inferred as datetime so we bake the json shape into the provider like this
22
type SdkVersion = { version:string; }
23
- type GlobalJson = { sdk: SdkVersion; version:string; }
+ type GlobalJson = { sdk: SdkVersion; version:string; doc_current:string; }
24
25
let private globalJson () =
26
let jsonString = File.ReadAllText "global.json"
0 commit comments