- Added easy to use Proxy functionality into constructor

- improved DeviceSession
- added IsGroup property to DeviceSession
This commit is contained in:
FlorianDahn
2019-03-20 11:14:38 +07:00
parent 3856271e30
commit bbf90deccc
4 changed files with 136 additions and 12 deletions
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]