File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
8
8
<IsPackable >false</IsPackable >
9
+ <AssemblyVersion >1.7.0.0</AssemblyVersion >
10
+ <FileVersion >1.7.0.0</FileVersion >
9
11
</PropertyGroup >
10
12
11
13
<ItemGroup >
Original file line number Diff line number Diff line change 16
16
<PackageProjectUrl >https://github.com/messerli-informatik-ag/funcky</PackageProjectUrl >
17
17
<RepositoryUrl >https://github.com/messerli-informatik-ag/funcky</RepositoryUrl >
18
18
<PackageTags >Functional Monad</PackageTags >
19
- <Version >1.6 .0</Version >
20
- <FileVersion >1.6 .0.0</FileVersion >
21
- <AssemblyVersion >1.6 .0.0</AssemblyVersion >
19
+ <Version >1.7 .0</Version >
20
+ <FileVersion >1.7 .0.0</FileVersion >
21
+ <AssemblyVersion >1.7 .0.0</AssemblyVersion >
22
22
</PropertyGroup >
23
23
24
24
<PropertyGroup >
Original file line number Diff line number Diff line change 5
5
* Add ` WhereSelect ` extension function for ` IEnumerable<T> ` .
6
6
* Add missing overload for nullary actions to ` ActionToUnit ` .
7
7
8
- ## Unreleased
8
+ ## 1.7.0
9
9
* Add nullability annotations to everything except for ` Monads.Reader ` .
10
10
* Add a function for creating an ` Option<T> ` from a nullable value: ` Option.From ` .
11
11
* ` Either.Match ` now throws when called on an ` Either ` value created using ` default(Either<L, R>) ` .
You can’t perform that action at this time.
0 commit comments