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 4a57c09 commit 5d2f168Copy full SHA for 5d2f168
RELEASE_NOTES.md
@@ -1,3 +1,8 @@
1
+### 3.0.0-beta4
2
+* Fix bugs
3
+* Improve performance
4
+* Change seliarization library to MessagePack from FsPickler
5
+
6
### 3.0.0-beta3
7
* Add flexible type matching
8
* Improve results display
src/FSharpApiSearch/FSharpApiSearch.fsproj
@@ -22,7 +22,7 @@
22
<OutputPath>.\bin\Debug</OutputPath>
23
<DefineConstants>DEBUG;TRACE</DefineConstants>
24
<WarningLevel>3</WarningLevel>
25
- <OtherFlags>--warnon:1182</OtherFlags>
+ <OtherFlags>--warnon:1182 --sig:sig.fsi</OtherFlags>
26
</PropertyGroup>
27
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
<DebugType>pdbonly</DebugType>
0 commit comments