Some things now work a little bit different, for example there are no normal Socket's anymore, just StreamSocket's , the cryptography features are organized differently and a few other things.
There are also a few things I added/changed:
* I dropped the DNS lookup because at the moment I don't see a way of implementing it, ( Metro apps are not allowed to read DNS records, it could be possible with a StreamSocket)
* Change of most of the static elements to be able to run multiple instances in one scope
* Changed the library Interface to a event driven model
* Reorganized files and namespaces a little bit
so merging in the mainline of ubiety would more or less change the whole library.