rianjs / ical.net

ical.NET - an open source iCal library for .NET
MIT License
782 stars 230 forks source link

DLL versions incorrect #464

Open cabadam opened 5 years ago

cabadam commented 5 years ago

It looks like the version numbers of the iCal.NET DLLs for both .NET core and .NET Framework have not been updated since 4.1.8. This caused some confusion by InstallShield when it tried to run an upgrade, but left the old DLL on the target system (because the versions were still the same), which then caused runtime errors from .NET when our process ran.