File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 4.1.0
2
+ * Add AppSettings configuration reader support for NetStandard.
3
+
1
4
### 4.0.0
2
5
* Support NetStandard 2.0
3
6
* Add Environment Variable configuration reader.
Original file line number Diff line number Diff line change 2
2
namespace System
3
3
open System.Reflection
4
4
5
- [<assembly: AssemblyVersionAttribute( " 4.0 .0" ) >]
6
- [<assembly: AssemblyFileVersionAttribute( " 4.0 .0" ) >]
5
+ [<assembly: AssemblyVersionAttribute( " 4.1 .0" ) >]
6
+ [<assembly: AssemblyFileVersionAttribute( " 4.1 .0" ) >]
7
7
do ()
8
8
9
9
module internal AssemblyVersionInformation =
10
- let [<Literal>] AssemblyVersion = " 4.0 .0"
11
- let [<Literal>] AssemblyFileVersion = " 4.0 .0"
10
+ let [<Literal>] AssemblyVersion = " 4.1 .0"
11
+ let [<Literal>] AssemblyFileVersion = " 4.1 .0"
You can’t perform that action at this time.
0 commit comments