We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b22024 commit 3438b3cCopy full SHA for 3438b3c
CHANGELOG-fsharp.md
@@ -1,3 +1,7 @@
1
+4.0.1.3
2
+ * Integrate Microsoft\visualfsharp to 688c26bdbbfc766326fc45e4d918f87fcba1e7ba. F# 4.1 work
3
+ * [Inlined function causes "FS0078: Unable to find the file"](https://github.com/fsharp/fsharp/issues/584)
4
+
5
4.0.1.2
6
* Integrate Microsoft\visualfsharp to 5d8126a. F# 4.1 work
7
* FCS API integration and alignment
appveyor.ps1
@@ -1,6 +1,6 @@
# the version under development, update after a release
-$version = '4.0.1.2'
+$version = '4.0.1.3'
function isVersionTag($tag){
$v = New-Object Version
0 commit comments