From c685cef853dbc570d3e59b7e7820d2b6e5591ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Wed, 15 Jan 2025 10:24:24 +0100 Subject: [PATCH 1/2] Use Polyadic.CodeStyle --- Directory.Build.props | 2 +- Directory.Packages.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1052c835..7c3fee1e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -10,7 +10,7 @@ false - + 5.0 diff --git a/Directory.Packages.props b/Directory.Packages.props index 64c6b42b..40697f9d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -13,7 +13,7 @@ - + From b74a4acd19e5cafdbb8af26f3327a48e49ebeb4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tau=20G=C3=A4rtli?= Date: Wed, 15 Jan 2025 10:25:17 +0100 Subject: [PATCH 2/2] Fix build badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159365a3..d61be353 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Funcky is a functional library for C# which encourages correct usage of the functional programming paradigm. -[![Build](https://github.com/polyadic/funcky/workflows/Build/badge.svg)](https://github.com/messerli-informatik-ag/funcky/actions?query=workflow%3ABuild) +[![Build](https://github.com/polyadic/funcky/workflows/Build/badge.svg)](https://github.com/polyadic/funcky/actions?query=workflow%3ABuild) [![Licence: MIT](https://img.shields.io/badge/licence-MIT-green)](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-MIT) [![Licence: Apache](https://img.shields.io/badge/licence-Apache-green)](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-Apache)