From 99fc1b1d2668b84b6dd675d856b24f7bbb86ec7b Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 30 Jul 2017 03:51:50 +0200 Subject: Version information and changelog bumped (including assembly info) --- Aktywator/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Aktywator/Properties/AssemblyInfo.cs') diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs index df9c1fc..b3ba87f 100644 --- a/Aktywator/Properties/AssemblyInfo.cs +++ b/Aktywator/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Michał Zimniewicz")] [assembly: AssemblyProduct("Aktywator")] -[assembly: AssemblyCopyright("Copyright © 2011-2016 Michał Zimniewicz")] +[assembly: AssemblyCopyright("Copyright © 2011-2017 Michał Zimniewicz")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.6.0")] -[assembly: AssemblyFileVersion("1.0.6.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] -- cgit v1.2.3 From 3fec214d46a27ea8e15d7ae1a3d318ca361226f2 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 24 Aug 2017 00:40:07 +0200 Subject: Version number bump --- Aktywator.txt | 10 +++++++--- Aktywator/Properties/AssemblyInfo.cs | 4 ++-- Aktywator/Resources/BuildDate.txt | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'Aktywator/Properties/AssemblyInfo.cs') diff --git a/Aktywator.txt b/Aktywator.txt index acda57d..5112eb0 100644 --- a/Aktywator.txt +++ b/Aktywator.txt @@ -2,9 +2,8 @@ - nie działa update ustawienia maksowania każdego sektora w czasie sesji (samo maksowanie ustawione na początku sesji - działa) --------------------- -Aktywator 1.1.0 (beta) -30.07.2017 [mkl] - * wczytywanie nazwisk z plików RRBridge +Aktywator 1.1.1 (beta) +24.08.2017 [mkl] * edytor nazwisk ładowanych do BWS * zmiana wyglądu zakładek * zapamiętywanie ustawień MySQL również dla bezhasłowych kont @@ -12,6 +11,11 @@ Aktywator 1.1.0 (beta) * plik BWS jest automatycznie uzupełniany o wszystkie potrzebne pola * poprawiono błąd pobierania numerów graczy przy wyświetlonych nazwach teamów +--------------------- +Aktywator 1.1.0 (beta) +30.07.2017 [mkl] + * wczytywanie nazwisk z plików RRBridge + --------------------- Aktywator 1.0.8 27.07.2017 [mkl] diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs index b3ba87f..f355857 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.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] diff --git a/Aktywator/Resources/BuildDate.txt b/Aktywator/Resources/BuildDate.txt index ae51942..c3ff3d9 100644 --- a/Aktywator/Resources/BuildDate.txt +++ b/Aktywator/Resources/BuildDate.txt @@ -1 +1 @@ -2017-08-23 +2017-08-24 -- cgit v1.2.3 From 84d46db52fe6b9a215720f28f4efd7004bc08d76 Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 19 Sep 2017 19:44:59 +0200 Subject: Bumping version number --- Aktywator.txt | 10 +++++++++- Aktywator/Properties/AssemblyInfo.cs | 4 ++-- Aktywator/Resources/BuildDate.txt | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) (limited to 'Aktywator/Properties/AssemblyInfo.cs') diff --git a/Aktywator.txt b/Aktywator.txt index 3488da1..e7afc67 100644 --- a/Aktywator.txt +++ b/Aktywator.txt @@ -1,6 +1,14 @@ Known issues: - nie działa update ustawienia maksowania każdego sektora w czasie sesji (samo maksowanie ustawione na początku sesji - działa) +--------------------- +Aktywator 1.1.2 (beta) +19.09.2017 [mkl] + * pobieranie i wyświetlanie jako nazwiska dodatkowych informacji z turniejóé JFR Teamy (lineup, wynik meczu, wynik turnieju) + * poprawki interfejsu edytora nazwisk + * poprawki interfejsu górnego menu + * ostrzeżenie o niemożności zmiany maksowania sektorów w czasie sesji + --------------------- Aktywator 1.1.1 (beta) 24.08.2017 [mkl] @@ -60,7 +68,7 @@ Aktywator 1.0.2 New: - pokazywanie rozkładów (wymaga BCS 2.5.15, serwera 1.3.107d i pierników 1.6.1) (nasz dotychczasowy firmware to serwer 1.3.1d i pierniki 1.4.1) -- pierniki i serwerki ze starym i nowym firmware'em można mieszać +- pierniki i serwerki ze starym i nowym firmware'em można mieszać (testy (na normalnych turniejach) pokazują, że te wersje ze sobą współpracują) Fixed: diff --git a/Aktywator/Properties/AssemblyInfo.cs b/Aktywator/Properties/AssemblyInfo.cs index f355857..423d93f 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.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/Aktywator/Resources/BuildDate.txt b/Aktywator/Resources/BuildDate.txt index 5463401..fd33c7a 100644 --- a/Aktywator/Resources/BuildDate.txt +++ b/Aktywator/Resources/BuildDate.txt @@ -1 +1 @@ -2017-09-12 +2017-09-19 -- cgit v1.2.3