Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
130 stars 46 forks source link

Namespace inconsistent #136

Open fruzicka opened 3 years ago

fruzicka commented 3 years ago

Please change the namespace to ZigBeeNet, so it's conform with your other libraries.

Mr-Markus commented 3 years ago

Any examples? You also can send a PR

fruzicka commented 3 years ago

There are libraries with ZigbeeNet.Hardware.ConBee, others are with ZigBeeNet. I have also noticed ZigBeeNet.Tran(s is missing)port.SerialPort.ZigBeeSerialPort Maybe not everything is from you. I'm using the latest nuget packages.

Mr-Markus commented 3 years ago

Ah ok I understand. You are right. I will check this. I had this capitalize problems at the beginning and it's difficult to fix this on Windows, because you have to set some special git config that changes will be applied. Luckily I am developing on Linux now and here you are able to fix it because Linux is case sensetive by default. I Hope that Nuget Package names can be fixed, too

fruzicka commented 3 years ago

It's not a big issue, just to be nice and clean ;)