Skip to content

Commit 5d2f168

Browse files
committed
Bump version to 3.0.0-beta4
1 parent 4a57c09 commit 5d2f168

File tree

3 files changed

+2058
-1
lines changed

3 files changed

+2058
-1
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 3.0.0-beta4
2+
* Fix bugs
3+
* Improve performance
4+
* Change seliarization library to MessagePack from FsPickler
5+
16
### 3.0.0-beta3
27
* Add flexible type matching
38
* Improve results display

src/FSharpApiSearch/FSharpApiSearch.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<OutputPath>.\bin\Debug</OutputPath>
2323
<DefineConstants>DEBUG;TRACE</DefineConstants>
2424
<WarningLevel>3</WarningLevel>
25-
<OtherFlags>--warnon:1182</OtherFlags>
25+
<OtherFlags>--warnon:1182 --sig:sig.fsi</OtherFlags>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2828
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)