Skip to content

Commit

Permalink
Bump version to 3.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
hafuu committed Jun 2, 2017
1 parent 4a57c09 commit 5d2f168
Show file tree
Hide file tree
Showing 3 changed files with 2,058 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.0.0-beta4
* Fix bugs
* Improve performance
* Change seliarization library to MessagePack from FsPickler

### 3.0.0-beta3
* Add flexible type matching
* Improve results display
Expand Down
2 changes: 1 addition & 1 deletion src/FSharpApiSearch/FSharpApiSearch.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<OutputPath>.\bin\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<WarningLevel>3</WarningLevel>
<OtherFlags>--warnon:1182</OtherFlags>
<OtherFlags>--warnon:1182 --sig:sig.fsi</OtherFlags>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand Down
Loading

0 comments on commit 5d2f168

Please sign in to comment.