File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ #### 1.0.1 - 22.04.2017
2
+ * NuGet package targets .NET 4.6
3
+
1
4
#### 1.0.0 - 12.04.2017
2
5
* YamlConfig provider: add ` InferTypesFromStrings ` optional parameter
3
6
Original file line number Diff line number Diff line change
1
+ #### 1.0.1 - 22.04.2017
2
+ * NuGet package targets .NET 4.6
3
+
1
4
#### 1.0.0 - 12.04.2017
2
5
* YamlConfig provider: add ` InferTypesFromStrings ` optional parameter
3
6
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ open System.Reflection
5
5
[<assembly: AssemblyTitleAttribute( " FSharp.Configuration" ) >]
6
6
[<assembly: AssemblyProductAttribute( " FSharp.Configuration" ) >]
7
7
[<assembly: AssemblyDescriptionAttribute( " The FSharp.Configuration project contains type providers for the configuration of .NET projects." ) >]
8
- [<assembly: AssemblyVersionAttribute( " 1.0.0 " ) >]
9
- [<assembly: AssemblyFileVersionAttribute( " 1.0.0 " ) >]
8
+ [<assembly: AssemblyVersionAttribute( " 1.0.1 " ) >]
9
+ [<assembly: AssemblyFileVersionAttribute( " 1.0.1 " ) >]
10
10
do ()
11
11
12
12
module internal AssemblyVersionInformation =
13
13
let [<Literal>] AssemblyTitle = " FSharp.Configuration"
14
14
let [<Literal>] AssemblyProduct = " FSharp.Configuration"
15
15
let [<Literal>] AssemblyDescription = " The FSharp.Configuration project contains type providers for the configuration of .NET projects."
16
- let [<Literal>] AssemblyVersion = " 1.0.0 "
17
- let [<Literal>] AssemblyFileVersion = " 1.0.0 "
16
+ let [<Literal>] AssemblyVersion = " 1.0.1 "
17
+ let [<Literal>] AssemblyFileVersion = " 1.0.1 "
You can’t perform that action at this time.
0 commit comments