diff options
author | Michał Zimniewicz <michzimny@users.noreply.github.com> | 2017-02-25 22:39:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-25 22:39:03 +0100 |
commit | ad415aedefc4868787e16772af784a03d4a9d769 (patch) | |
tree | afca87be4014fcec0f0afdd6bebb5de4797c4573 | |
parent | 3663f2248870cc33da1fcda39011423a199b7a10 (diff) | |
parent | 9f98d9717425b7356ad7b2b8fe8591fccd807e7d (diff) |
Merge pull request #5 from emkael/1.0.5
Wersja 1.0.5
-rw-r--r-- | Aktywator.txt | 7 | ||||
-rw-r--r-- | Aktywator/Aktywator.csproj | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/Aktywator.txt b/Aktywator.txt index a57de4c..a7d2386 100644 --- a/Aktywator.txt +++ b/Aktywator.txt @@ -2,6 +2,13 @@ - nie działa oddzielne maksowanie każdego sektora --------------------- +Aktywator 1.0.5 +20.11.2016 [mkl] + * opcje zbierania licytacji i rozgrywki (BM2) + * opcja weryfikacji pierwszego wistu wobec wczytanych rozkładów (BM2, firmware 2.2.1+, BCS 3.2.x+) + * wczytywanie rozkładów wraz z analizą w widne (do użycia np. z wykrywaniem burtówek w BCS 3.2.23+) + +--------------------- Aktywator 1.0.4 12.04.2013 diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj index 14bb190..18606b9 100644 --- a/Aktywator/Aktywator.csproj +++ b/Aktywator/Aktywator.csproj @@ -61,10 +61,11 @@ <GenerateManifests>true</GenerateManifests> </PropertyGroup> <PropertyGroup> - <SignManifests>true</SignManifests> + <SignManifests>false</SignManifests> </PropertyGroup> + <PropertyGroup /> <ItemGroup> - <Reference Include="MySql.Data, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> + <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> |