We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9723239 commit afa252dCopy full SHA for afa252d
Installer/scripts/products/dotnetfxversion.iss
@@ -104,7 +104,7 @@ begin
104
regVersion := 0 // 4.6.0
105
else if (regVersion = 394254) or (regVersion = 394271) then
106
regVersion := 1 // 4.6.1
107
- else if (regVersion >= 394802) and (regVersion <= 394806) then
+ else if (regVersion >= 394802) then
108
regVersion := 2 //4.6.2
109
else
110
regVersion := -1;
appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 3.14.2.{build}
+version: 3.15.0.{build}
2
configuration: AppVeyor
3
os: Visual Studio 2015
4
branches:
0 commit comments