Skip to content

Commit 228213f

Browse files
committed
Retarget v1.3.1 to v1.3.2
1 parent cde6790 commit 228213f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/fsprojects/FSharpPlus</PackageProjectUrl>
1313
<PackageIconUrl>https://raw.github.com/fsprojects/FSharpPlus/master/docsrc/files/img/logo.png</PackageIconUrl>
1414
<PackageTags>f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags>
15-
<VersionPrefix>1.3.1</VersionPrefix>
15+
<VersionPrefix>1.3.2</VersionPrefix>
1616
<VersionSuffix></VersionSuffix>
1717
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1818
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 1.3.1 - November 29 2022
1+
#### 1.3.2 - December 2 2022
22
- Applicative Computation Expressions
33
- Support for ValueOption, ValueTask and ValueTuple
44
- Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse)

RELEASE_NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 1.3.1 - November 29 2022
1+
#### 1.3.2 - December 2 2022
22
- Applicative Computation Expressions
33
- Support for ValueOption, ValueTask and ValueTuple
44
- Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse)

0 commit comments

Comments
 (0)