Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty authored and wallymathieu committed May 10, 2020
1 parent f400c9e commit 365ff61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 1.1.1 - May 10 2020
* Fix: issue with generic intercalate function
* Fix: traverse for seq of asyncs

#### 1.1.0 - April 14 2020
* Fix: issue with equality for DLists in Fable
* Add Nullable module and map and bind overloads for Nullable
Expand Down
2 changes: 1 addition & 1 deletion src/FSharpPlus/FSharpPlus.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<Title>FSharpPlus</Title>
<AssemblyName>FSharpPlus</AssemblyName>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.1.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
Expand Down

0 comments on commit 365ff61

Please sign in to comment.