diff --git a/Directory.Build.props b/Directory.Build.props index c75253dd3..5d99cf7e5 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,9 +8,10 @@ gusty; wallymathieu 2012-2022 Gustavo M. Wild - Oskar Gewalli (and contributors https://github.com/fsprojects/FSharpPlus/graphs/contributors) - http://opensource.org/licenses/Apache-2.0 + Apache-2.0 https://github.com/fsprojects/FSharpPlus - https://raw.github.com/fsprojects/FSharpPlus/master/docsrc/files/img/logo.png + logo.png + README.md f# FSharp Applicative Monad MonadTransformer Arrow Overloading 1.3.2 @@ -21,6 +22,10 @@ https://github.com/fsprojects/FSharpPlus/blob/master/RELEASE_NOTES.md https://github.com/fsprojects/FSharpPlus/blob/master/LICENSE.md + + + + $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)")) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 654fd9e92..8971058c5 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,16 +1,19 @@ #### 1.3.2 - December 2 2022 - - Applicative Computation Expressions - - Support for ValueOption, ValueTask and ValueTuple - - Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) - - Use InlineIfLambda attribute in CEs - - Small fixes (add lift3 for tuples, fix join for ref tuple and Free.map3) - - Small improvements in type inference - - Use F# Core 6.0.6 - - Speed up List and Array extensions using Collectors - - Use FSharp.Core implementations for old functions that were adopted there - - Add some missing Option, Result zip functions - - Add explicit type parameters - - Use InlineIfLambda attribute in CEs - - Some missing Option, Result zip functions - - Add NonEmptyList.sequence - - Improve null handling for Array extensions \ No newline at end of file +------------------------------------------------------ +Release Notes for FSharpPlus 1.3.1 - November 29 2022 + +Applicative Computation Expressions +Support for ValueOption, ValueTask and ValueTuple +Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) +Use InlineIfLambda attribute in CEs +Small fixes (add lift3 for tuples, fix join for ref tuple and Free.map3) +Small improvements in type inference +Use F# Core 6.0.6 +Speed up List and Array extensions using Collectors +Use FSharp.Core implementations for old functions that were adopted there +Add some missing Option, Result zip functions +Add explicit type parameters +Speed up by using InlineIfLambda attribute in CEs +Some missing Option, Result zip functions +Add NonEmptyList.sequence +Improve null handling for Array extensions