Skip to content

Commit 5c6db4c

Browse files
committed
Release v1.6
1 parent 759766f commit 5c6db4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
A complete and extensible base library for F#.
88
</Description>
99
<Authors>gusty; wallymathieu</Authors>
10-
<Copyright>2012-2023 Gustavo M. Wild - Oskar Gewalli (and contributors https://github.com/fsprojects/FSharpPlus/graphs/contributors)</Copyright>
10+
<Copyright>2012-2024 Gustavo M. Wild - Oskar Gewalli (and contributors https://github.com/fsprojects/FSharpPlus/graphs/contributors)</Copyright>
1111
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1212
<PackageProjectUrl>https://github.com/fsprojects/FSharpPlus</PackageProjectUrl>
1313
<PackageIcon>logo.png</PackageIcon>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<PackageTags>f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags>
1616
<VersionPrefix>1.6.0</VersionPrefix>
17-
<VersionSuffix>RC2</VersionSuffix>
17+
<VersionSuffix></VersionSuffix>
1818
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1919
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
2020

0 commit comments

Comments
 (0)