File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### 37.0.0
2+
3+ This release bring a number of new changes, including a massive enhancement to SemanticClassification types thanks to @cartermp .
4+
5+ From dotnet/fsharp:333eb82c8..d82a0ebf6:
6+
7+ * now allows for multiple implementations of generic interfaces (preview feature) (thanks @0x53A !)
8+ * the default assembly set for script resolution now includes System.Numerics (thanks @KevinRansom )
9+ * #r nuget package resolution is now committed eagerly, instead of delayed (thanks @KevinRansom )
10+ * reduced allocations for some strings in the compiler (thanks @kerams )
11+ * better printing for SRTP constraints (thanks @abelbraaksma /@realvictorprm )
12+ * more expressive DUs for semantic classification (thanks @cartermp )
13+
114#### 36.0.3
215
3- This is a small bugfix release that fixes a nuspec package dependency issue with Sourcelink.
16+ This is a small bugfix release that fixes a nuspec package dependency issue with Sourcelink
417
518#### 36.0.2
619
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ source https://api.nuget.org/v3/index.json
3636framework: netstandard2.0
3737
3838storage: packages
39- nuget FSharp.Compiler.Service 36.0.1
39+ nuget FSharp.Compiler.Service 36.0.3
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ STORAGE: PACKAGES
716716RESTRICTION: == netstandard2.0
717717NUGET
718718 remote: https://api.nuget.org/v3/index.json
719- FSharp.Compiler.Service (36.0.1 )
719+ FSharp.Compiler.Service (36.0.3 )
720720 FSharp.Core (>= 4.6.2)
721721 System.Buffers (>= 4.5)
722722 System.Collections.Immutable (>= 1.5)
You can’t perform that action at this time.
0 commit comments