From f8fa8c47077c25c56cf245e8d974613db4459ff6 Mon Sep 17 00:00:00 2001 From: emkael Date: Wed, 21 Mar 2018 17:11:57 +0100 Subject: Version number bumped to 1.1.4 --- Aktywator.txt | 9 +++++++++ Aktywator/Properties/AssemblyInfo.cs | 4 ++-- Aktywator/Resources/BuildDate.txt | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Aktywator.txt b/Aktywator.txt index 3de7a1b..ed4e14d 100644 --- a/Aktywator.txt +++ b/Aktywator.txt @@ -2,6 +2,15 @@ - nie działa zbieranie danych pośrednich, gdy wczytane są rozkłady (dane są zbierane w BWS, ale Kolektor Teamów ich nie czyta - potencjalny bug w Kolektorze) - nie działa update ustawienia maksowania każdego sektora w czasie sesji (samo maksowanie ustawione na początku sesji - działa) +Aktywator 1.1.4 (beta) +??.??.???? [mkl] + * wczytywanie nazwisk do indywiduela granego parami + * usprawnienie mechanizmu wczytywania nazwisk do różnych sektorów + * usprawnienie mechanizmu ostrzegania o problemach przy wczytywaniu nazwisk + * poprawki sortowania listy nazwisk + * poprawki wczytywania rozkładów + +--------------------- Aktywator 1.1.3 (beta) 04.01.2018 [mkl] * niewymuszanie odświeżania listy nazwisk po wczytaniu turnieju diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs index e31f26d..9f3f39f 100644 --- a/Aktywator/Properties/AssemblyInfo.cs +++ b/Aktywator/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.3.0")] -[assembly: AssemblyFileVersion("1.1.3.0")] +[assembly: AssemblyVersion("1.1.4.0")] +[assembly: AssemblyFileVersion("1.1.4.0")] diff --git a/Aktywator/Resources/BuildDate.txt b/Aktywator/Resources/BuildDate.txt index c28b5ac..528d3c6 100644 --- a/Aktywator/Resources/BuildDate.txt +++ b/Aktywator/Resources/BuildDate.txt @@ -1 +1 @@ -2018-03-20 +2018-03-21 -- cgit v1.2.3