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 ceeb9df commit 14db8f5Copy full SHA for 14db8f5
CHANGES.txt
@@ -1,3 +1,9 @@
1
+4.0.0.3
2
+ * Fix build problems
3
+
4
+4.0.0.1
5
+ * Integrate F# 4.0
6
7
3.1.1.25
8
* Upstream fix: implement correct version number scheme for new PCL profiles
9
appveyor.ps1
@@ -1,6 +1,6 @@
# the version under development, update after a release
-$version = '4.0.0.2'
+$version = '4.0.0.3'
function isVersionTag($tag){
$v = New-Object Version
0 commit comments