Which is the right version to use (0.0.0.0 or 1.0.0.0) for Factory Default Widget Providers?

Former Member
Former Member

,

Looking at the implementation of the FactoryDefaultWidgetProvider in the github repository for the Sample widget project here: 

https://github.com/Telligent/Widget-Source-Management-Sample/blob/master/Samples/FactoryDefaultWidgetProvider.cs

And comparing that to the training document here:

https://community.telligent.com/community/11/w/developer-training/65068/managing-widget-source-and-distribution#Making_Development_and_Deployment_Easier

I noticed that in the github code, the DEBUG mode Version is set to 1.0.0.0 and in the training doc, it's set to 0.0.0.0.

Which one is correct?  Or does it matter?

Thanks!