File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### 1.0.0 - 12.04.2017
2+ * YamlConfig provider: add ` InferTypesFromStrings ` optional parameter
3+
14#### 0.6.4 - 18.11.2016
25* Add support for Guids in Yaml and AppSettings
36
Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ Target "NuGet" (fun _ ->
181181 ReleaseNotes = release.Notes |> toLines
182182 Tags = tags
183183 OutputPath = nugetDir
184- AccessKey = getBuildParamOrDefault " nugetkey" " "
185- Publish = hasBuildParam " nugetkey"
184+ // AccessKey = getBuildParamOrDefault "nugetkey" ""
185+ // Publish = hasBuildParam "nugetkey"
186186 Dependencies = [] })
187187 ( project + " .nuspec" )
188188)
Original file line number Diff line number Diff line change 1+ #### 1.0.0 - 12.04.2017
2+ * YamlConfig provider: add ` InferTypesFromStrings ` optional parameter
3+
14#### 0.6.4 - 18.11.2016
25* Add support for Guids in Yaml and AppSettings
36
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
55[<assembly: AssemblyTitleAttribute( " FSharp.Configuration" ) >]
66[<assembly: AssemblyProductAttribute( " FSharp.Configuration" ) >]
77[<assembly: AssemblyDescriptionAttribute( " The FSharp.Configuration project contains type providers for the configuration of .NET projects." ) >]
8- [<assembly: AssemblyVersionAttribute( " 0.6.4 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 0.6.4 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 1.0.0 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 1.0.0 " ) >]
1010do ()
1111
1212module internal AssemblyVersionInformation =
1313 let [<Literal>] AssemblyTitle = " FSharp.Configuration"
1414 let [<Literal>] AssemblyProduct = " FSharp.Configuration"
1515 let [<Literal>] AssemblyDescription = " The FSharp.Configuration project contains type providers for the configuration of .NET projects."
16- let [<Literal>] AssemblyVersion = " 0.6.4 "
17- let [<Literal>] AssemblyFileVersion = " 0.6.4 "
16+ let [<Literal>] AssemblyVersion = " 1.0.0 "
17+ let [<Literal>] AssemblyFileVersion = " 1.0.0 "
You can’t perform that action at this time.
0 commit comments