summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Aktywator/Aktywator.csproj4
-rw-r--r--Aktywator/MainForm.cs4
2 files changed, 5 insertions, 3 deletions
diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj
index ac6c920..edee3c0 100644
--- a/Aktywator/Aktywator.csproj
+++ b/Aktywator/Aktywator.csproj
@@ -65,7 +65,9 @@
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
- <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
+ <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
+ <Private>True</Private>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 31de969..d8fb6c0 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -11,8 +11,8 @@ namespace Aktywator
{
public partial class MainForm : Form
{
- public string version = "1.0.6";
- public string date = "26.11.2016";
+ public string version = "1.0.7";
+ public string date = "28.06.2017";
private Bws bws;
private Tournament tournament;