this PR fixes couple of issues i found from Nuget's logs:
saving duplicate SHA value - it now will log out conflicting product; but if it is same product, but if only versions are different, then it will update also version - it usually meant that final preview was renamed to full version;
request timeouts - sometimes 5 seconds was just enough, i increased timeout to 30seconds
missing release dates - some packages may have no release or publish date, then it will fallback to a date it was submitted into registry;
Hi,
this PR fixes couple of issues i found from Nuget's logs:
saving duplicate SHA value - it now will log out conflicting product; but if it is same product, but if only versions are different, then it will update also version - it usually meant that final preview was renamed to full version;
request timeouts - sometimes 5 seconds was just enough, i increased timeout to 30seconds
missing release dates - some packages may have no release or publish date, then it will fallback to a date it was submitted into registry;