Skip to content

Commit b5a16d5

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #36 from messerli-informatik-ag/release-1.7
Release the new version 1.7.0 of Funcky
2 parents 2bc1cea + 9a026d1 commit b5a16d5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Funcky.Test/Funcky.Test.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
<IsPackable>false</IsPackable>
9+
<AssemblyVersion>1.7.0.0</AssemblyVersion>
10+
<FileVersion>1.7.0.0</FileVersion>
911
</PropertyGroup>
1012

1113
<ItemGroup>

Funcky/Funcky.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<PackageProjectUrl>https://github.com/messerli-informatik-ag/funcky</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/messerli-informatik-ag/funcky</RepositoryUrl>
1818
<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>
2222
</PropertyGroup>
2323

2424
<PropertyGroup>

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Add `WhereSelect` extension function for `IEnumerable<T>`.
66
* Add missing overload for nullary actions to `ActionToUnit`.
77

8-
## Unreleased
8+
## 1.7.0
99
* Add nullability annotations to everything except for `Monads.Reader`.
1010
* Add a function for creating an `Option<T>` from a nullable value: `Option.From`.
1111
* `Either.Match` now throws when called on an `Either` value created using `default(Either<L, R>)`.

0 commit comments

Comments
 (0)