Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Apr 14, 2020
2 parents d17344f + fdc10e4 commit 6d88843
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@
#### 1.1.0 - April 14 2020
* Fix: issue with equality for DLists in Fable
* Add Nullable module and map and bind overloads for Nullable
* Add <= and >= Applicative Math operators

#### 1.1.0-RC4 - March 31 2020
* Fix: issue with Fable consumption of the library
* Bitraversable abstraction
Expand Down
2 changes: 1 addition & 1 deletion src/FSharpPlus/FSharpPlus.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Title>FSharpPlus</Title>
<AssemblyName>FSharpPlus</AssemblyName>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionSuffix>RC4</VersionSuffix>
<VersionSuffix></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
Expand Down

0 comments on commit 6d88843

Please sign in to comment.