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.1.0 - 12.05.2017
2+ * Mono 5 support
3+
14#### 1.0.1 - 22.04.2017
25* NuGet package targets .NET 4.6
36
Original file line number Diff line number Diff line change 1+ #### 1.1.0 - 12.05.2017
2+ * Mono 5 support
3+
14#### 1.0.1 - 22.04.2017
25* NuGet package targets .NET 4.6
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( " 1.0.1 " ) >]
9- [<assembly: AssemblyFileVersionAttribute( " 1.0.1 " ) >]
8+ [<assembly: AssemblyVersionAttribute( " 1.1.0 " ) >]
9+ [<assembly: AssemblyFileVersionAttribute( " 1.1.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 = " 1.0.1 "
17- let [<Literal>] AssemblyFileVersion = " 1.0.1 "
16+ let [<Literal>] AssemblyVersion = " 1.1.0 "
17+ let [<Literal>] AssemblyFileVersion = " 1.1.0 "
You can’t perform that action at this time.
0 commit comments