Skip to content

Commit 0020622

Browse files
committed
cherry pick dotnet/fsharp#4804
1 parent df728d9 commit 0020622

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG-fsharp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
10.0.2
2+
* Cherry-pick https://github.com/Microsoft/visualfsharp/pull/4804
3+
14
10.0.1
25
* Switch to new versioning for F# compiler tools
36
* add FSharp.Compiler.Tools.props back into nuget package

mono/appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# the version under development, update after a release
3-
$version = '10.0.1'
3+
$version = '10.0.2'
44

55
function isVersionTag($tag){
66
$v = New-Object Version

0 commit comments

Comments
 (0)