From 6ae38cccfb2c8f6fd5c26dce66112ad827f73b2e Mon Sep 17 00:00:00 2001 From: KurekMartin Date: Wed, 21 Aug 2024 19:09:36 +0200 Subject: [PATCH] update version to 0.11.2 --- CHANGELOG.md | 4 ++-- TeamSorting/TeamSorting.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6343e..3a4794b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - none ### Changed -- none +- team scores calculation changed to average values instead of sum of all member scores ### Fix -- another attempt at fixing the centering of confirmation dialog for deleting teams \ No newline at end of file +- add horizontal scrolling for team view \ No newline at end of file diff --git a/TeamSorting/TeamSorting.csproj b/TeamSorting/TeamSorting.csproj index 06d6f4c..943f118 100644 --- a/TeamSorting/TeamSorting.csproj +++ b/TeamSorting/TeamSorting.csproj @@ -5,8 +5,8 @@ net8.0 enable enable - 0.11.1 - 0.11.1 + 0.11.2 + 0.11.2 true app.manifest true