Added hybrid ipid/tcp eControlType for HD-MD things

This commit is contained in:
Heath Volmer
2018-02-06 12:40:50 -07:00
parent 292183098f
commit 4409644cf7
5 changed files with 13 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -8,6 +8,6 @@ namespace PepperDash.Core
{
public enum eControlMethod
{
None = 0, Com, IpId, IR, Ssh, Tcpip, Telnet, Cresnet
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet
}
}

View File

@@ -4,4 +4,4 @@
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Pepperdash_Core")]
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
[assembly: AssemblyVersion("1.0.3.*")]
[assembly: AssemblyVersion("1.0.4.*")]

View File

@@ -0,0 +1,11 @@
using System.Reflection;
[assembly: AssemblyTitle("Pepperdash_Core")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Pepperdash_Core")]
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
<<<<<<< HEAD
[assembly: AssemblyVersion("1.0.2.*")]
=======
[assembly: AssemblyVersion("1.0.3.*")]
>>>>>>> e16c2cbee87c631bf84ad9634bfbc25bbec78a31