The method Reflection.SetNauAttributes() fails on my windows machine that is set to German if I try to read a file date from the XML to set the property of a FileDateCondition.
The date of the example file SampleUpdateFeed.xml, i.e. 20091010T000000 is not parsed correctly.
I made a fix in my fork that uses the InvariantCulture from System.Globalizationfor the TryParse() call and adds a layer that tries to parse the above format explicitly.
Maybe you could have a look at my fix and possibly do a cherry-pick: sonntam/NAppUpdate@33f7b8c
The method
Reflection.SetNauAttributes()fails on my windows machine that is set to German if I try to read a file date from the XML to set the property of aFileDateCondition.The date of the example file
SampleUpdateFeed.xml, i.e.20091010T000000is not parsed correctly.I made a fix in my fork that uses the
InvariantCulturefromSystem.Globalizationfor theTryParse()call and adds a layer that tries to parse the above format explicitly.Maybe you could have a look at my fix and possibly do a cherry-pick: sonntam/NAppUpdate@33f7b8c