File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
<Product >Funcky a functional C# library</Product >
13
13
<Description >Funcky is a basic functional C# library</Description >
14
14
<PackageLicenseExpression >MIT</PackageLicenseExpression >
15
- <PackageProjectUrl >https://github.com/FreeApophis/Funcky </PackageProjectUrl >
16
- <RepositoryUrl >https://github.com/FreeApophis/Funcky </RepositoryUrl >
15
+ <PackageProjectUrl >https://github.com/messerli-informatik-ag/funcky </PackageProjectUrl >
16
+ <RepositoryUrl >https://github.com/messerli-informatik-ag/funcky </RepositoryUrl >
17
17
<PackageTags >Functional Monad</PackageTags >
18
- <Version >1.5.1 </Version >
19
- <FileVersion >1.5.1 .0</FileVersion >
20
- <AssemblyVersion >1.5.1 .0</AssemblyVersion >
18
+ <Version >1.6.0 </Version >
19
+ <FileVersion >1.6.0 .0</FileVersion >
20
+ <AssemblyVersion >1.6.0 .0</AssemblyVersion >
21
21
</PropertyGroup >
22
22
23
23
<PropertyGroup >
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 1.6.0
4
4
* Add ToEnumerable function to ` Option<T> ` .
5
5
* Add ` WhereSelect ` extension function for ` IEnumerable<T> ` .
6
6
* Add missing overload for nullary actions to ` ActionToUnit ` .
You can’t perform that action at this time.
0 commit comments