lifeemotions / knx.net

KNX.net provides a KNX API for .NET
MIT License
102 stars 47 forks source link

Move InternalsVisibleTo to AssemblyInfo #7

Closed CumpsD closed 9 years ago

CumpsD commented 9 years ago

InternalsVisibleTo is usually located in AssemblyInfo.

CumpsD commented 9 years ago

For some reason Travis failed on:

$ nuget restore KNX.net.sln
WARNING: Error: ConnectFailure (Connection timed out)
Unable to find version '2.6.4' of package 'NUnit'.
The command "nuget restore KNX.net.sln" failed and exited with 1 during .

Didn't change anything to that, can we somehow retrigger the build? Maybe it was a Nuget issue

CumpsD commented 9 years ago

Closing and re-opening retriggers Travis apparently :)