Skip to content

Commit 4bacd90

Browse files
authored
Merge pull request #15 from messerli-informatik-ag/release-1.6.0
Release 1.6.0
2 parents a256a43 + 9dcff6c commit 4bacd90

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Funcky/Funcky.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<Product>Funcky a functional C# library</Product>
1313
<Description>Funcky is a basic functional C# library</Description>
1414
<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>
1717
<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>
2121
</PropertyGroup>
2222

2323
<PropertyGroup>

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.6.0
44
* Add ToEnumerable function to `Option<T>`.
55
* Add `WhereSelect` extension function for `IEnumerable<T>`.
66
* Add missing overload for nullary actions to `ActionToUnit`.

0 commit comments

Comments
 (0)