File tree 4 files changed +9
-6
lines changed
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.4.0
2
+ * Assignment separator parsing bugfix.
3
+
1
4
### 3.3.0
2
5
* Support CoreCLR.
3
6
Original file line number Diff line number Diff line change 1
1
namespace System
2
2
open System.Reflection
3
3
4
- [<assembly: AssemblyVersionAttribute( " 3.3 .0" ) >]
5
- [<assembly: AssemblyFileVersionAttribute( " 3.3 .0" ) >]
4
+ [<assembly: AssemblyVersionAttribute( " 3.4 .0" ) >]
5
+ [<assembly: AssemblyFileVersionAttribute( " 3.4 .0" ) >]
6
6
do ()
7
7
8
8
module internal AssemblyVersionInformation =
9
- let [<Literal>] Version = " 3.3 .0"
10
- let [<Literal>] InformationalVersion = " 3.3 .0"
9
+ let [<Literal>] Version = " 3.4 .0"
10
+ let [<Literal>] InformationalVersion = " 3.4 .0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.3 .0" ,
2
+ "version" : " 3.4 .0" ,
3
3
"buildOptions" : {
4
4
"debugType" : " portable" ,
5
5
"compilerName" : " fsc" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.3 .0" ,
2
+ "version" : " 3.4 .0" ,
3
3
"buildOptions" : {
4
4
"debugType" : " portable" ,
5
5
"compilerName" : " fsc" ,
You can’t perform that action at this time.
0 commit comments