genielabs / HomeGenie

HomeGenie, the programmable automation intelligence
https://homegenie.it
GNU General Public License v3.0
395 stars 155 forks source link

Updated SharpZipLib.dll to fix issue on Windows 10. #276

Closed Bounz closed 8 years ago

Bounz commented 8 years ago

Tested on Windows 10 x64 and Raspberry Pi2.

Bounz commented 8 years ago

@genielabs, Maybe it would be better to include ICSharpCode.SharpZipLib.dll using NuGet rather than .dll file?

genemars commented 8 years ago

@Bounz yes it would be good to have NuGet packages for most dependencies. I'll do this at some point, but there are a couple of dependencies that are not present in NuGet. Using submodules for these ones could be a solution too. Right now I'm a bit busy with a major UI api rework mostly regarding widgets. I'll replace the ICSharZipLib.dll so it will come with next code push and release.

Bounz commented 8 years ago

Also added Weather Underground widget Tmax/Tmin fix.