diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2017-07-09 23:42:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 23:42:40 +0200 |
commit | a010562f87309ca060c7f5028a65608317ffb4c0 (patch) | |
tree | b75103bf5865dcd96a7b86d5306580d08094f307 /Aktywator | |
parent | b8aa3a706a9031d9a15c464fd395ab86d117d99d (diff) | |
parent | aecbbb3b8e1f8583bb70583b6329d7151d1e0a4a (diff) |
Merge pull request #8 from emkael/master
Wersja 1.0.7
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/Aktywator.csproj | 4 | ||||
-rw-r--r-- | Aktywator/MainForm.cs | 4 |
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; |