shanselman / SmallestDotNet

SmallestDotNet - SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system.
MIT License
130 stars 64 forks source link

Fix typo in releaseKey number #105

Closed grhm closed 5 years ago

grhm commented 5 years ago

Fixing a typo in releaseKey number. Previous commits added 491814 as 4.7.2, but this should have been 461814.

This version number can be confirmed by checking the list at https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed#to-find-net-framework-versions-by-viewing-the-registry-net-framework-45-and-later

This fixes issue #103

grhm commented 5 years ago

Closing this is it has been included in PR #107, which has now been merged.