firsinanton

Results 3 comments of firsinanton

> Why do you need Version in a FileUpdateTask? For example, for logging. In my case it is not so necessary, but "version" attribute exists in xml, it appears there...

Either FeedBuiler should check if FileVersion is null, and do not generate FileVersionCondition for such files; or you should change FileVersionCondition behavior in such situations; or FeedBuilder should have smarter...

> What does that mean? can you share an example? Example from our project (UpdateBootstrapper class, which works with NAppUpdate): foreach(var updateTask in tasks) { var fileUpdateTask = updateTask as...