Controlling VMware Player in Tasktray.
Revision | 9770987c1bba0ad73a534f960a474f9d6243d1ac (tree) |
---|---|
Time | 2015-12-22 14:09:39 |
Author | ![]() |
Commiter | JeffyTS |
Changed developing envionment
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | ||
32 | 32 | // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を |
33 | 33 | // 既定値にすることができます: |
34 | 34 | // [assembly: AssemblyVersion("1.0.*")] |
35 | -[assembly: AssemblyVersion("1.2.0.*")] | |
36 | -[assembly: AssemblyFileVersion("1.2.0.0")] | |
35 | +[assembly: AssemblyVersion("1.2.2.*")] | |
36 | +[assembly: AssemblyFileVersion("1.2.2.0")] |
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | ||
32 | 32 | // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を |
33 | 33 | // 既定値にすることができます: |
34 | 34 | // [assembly: AssemblyVersion("1.0.*")] |
35 | -[assembly: AssemblyVersion("1.2.1.*")] | |
36 | -[assembly: AssemblyFileVersion("1.2.1.0")] | |
35 | +[assembly: AssemblyVersion("1.2.2.*")] | |
36 | +[assembly: AssemblyFileVersion("1.2.2.0")] |
@@ -31,8 +31,8 @@ | ||
31 | 31 | |
32 | 32 | Thanks to VMware,Inc and Microsoft Corporation. |
33 | 33 | This program has been developed on |
34 | - VMware Workstation Player 12.0.0 and VMware VIX 1.15.0 | |
35 | - Visual Studio Community 2015 | |
34 | + VMware Workstation Player 12.1.0 and VMware VIX 1.15.1 | |
35 | + Visual Studio Community 2015 Update1 | |
36 | 36 | Windows10 Professional 64bit. |
37 | 37 | |
38 | 38 | Rlease & modify |
@@ -58,6 +58,10 @@ Rlease & modify | ||
58 | 58 | 2015/09/27 1.1.10 Improved code. |
59 | 59 | 2015/10/02 1.2.0 Improved code and eliminated 'Interop.VixCOM.dll'. |
60 | 60 | 2015/10/09 1.2.1 Fixed dialogs bug. |
61 | + 2015/09/06 1.2.2 Changed developing envionment from | |
62 | + VMware Player 12.0.0 and VMware VIX 1.15.0 | |
63 | + Visual Studio Community 2015 | |
64 | + Windows10 Professional 64bit. | |
61 | 65 | |
62 | 66 | |
63 | 67 |