diff options
author | emkael <emkael@tlen.pl> | 2017-08-24 00:40:07 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-24 00:40:07 +0200 |
commit | 3fec214d46a27ea8e15d7ae1a3d318ca361226f2 (patch) | |
tree | 03e6678b0c7280c6c6cf86176e0fed4559f5a46a | |
parent | ab7ffdde8225ce5031ce15f0564df57a817a38fb (diff) |
Version number bumpv1.1.1-beta
-rw-r--r-- | Aktywator.txt | 10 | ||||
-rw-r--r-- | Aktywator/Properties/AssemblyInfo.cs | 4 | ||||
-rw-r--r-- | Aktywator/Resources/BuildDate.txt | 2 |
3 files changed, 10 insertions, 6 deletions
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 @@ -13,6 +12,11 @@ Aktywator 1.1.0 (beta) * 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] * kontrola sugerowanych minimalnych wersji oprogramowania BCS wymaganych do działania poszczególnych opcji 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 |