mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Merged in bugfix/lanhelper20180907 (pull request #2)
Bugfix/lanhelper20180907
This commit is contained in:
commit
335c766688
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -18,7 +18,7 @@ namespace PepperDash.Core
|
|||
get
|
||||
{
|
||||
if (_LanHelper == null) _LanHelper = new EthernetHelper(0);
|
||||
return LanHelper;
|
||||
return _LanHelper;
|
||||
}
|
||||
}
|
||||
static EthernetHelper _LanHelper;
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@
|
|||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Pepperdash_Core")]
|
||||
[assembly: AssemblyCopyright("Copyright © PepperDash 2016")]
|
||||
[assembly: AssemblyVersion("1.0.8.*")]
|
||||
[assembly: AssemblyVersion("1.0.9.*")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue