ASoft .NET Version Detector now supports .NET 4.7.2!
.NET 4.7.2 is part of Windows 10 April 2018 Update and as separate download.
More information on the new version of .NET here.
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector now supports .NET 4.7.2!
.NET 4.7.2 is part of Windows 10 April 2018 Update and as separate download.
More information on the new version of .NET here.
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector now supports .NET 4.7.1!
.NET 4.7.1 is part of Windows 10 Fall Creators Update and as separate download.
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector now supports .NET 4.7!
.NET 4.7 is part of Windows 10 Creators Update.
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector now supports new preview builds of .NET!
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector now supports .NET 4.6.2 Release!
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector now supports .NET 4.6.2 Preview!
Fixes an issue on Windows XP
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version Detector 16 R1
ASoft .NET Version Detector now supports .NET 4.6 RTM!
Get the latest version at http://www.asoft.be/prod_netver.html
ASoft .NET Version detector now shows the installed .NET languages for each version and also shows all the installed Windows updates for all .NET frameworks.
All this new data can also be exported to the report/xml by using a new commandline-switch: /extended
<languages>
<NET3>
<language>”English – United States”</language>
</NET3>
<NET35>
<language>”English – United States”</language>
</NET35>
<NET40>
<language>”English – United States”</language>
</NET40>
</languages>
<updates>
<framework name=”Microsoft .NET Framework 4 Client Profile “>
<update name=”KB2468871″/>
<update name=”KB2468871v2″/>
<update name=”KB2478063″/>
<update name=”KB2533523″/>
<update name=”KB2544514″/>
<update name=”KB2600211″/>
<update name=”KB2600217″/>
</framework>
<framework name=”Microsoft .NET Framework 4 Extended “>
<update name=”KB2468871″/>
<update name=”KB2468871v2″/>
<update name=”KB2478063″/>
<update name=”KB2533523″/>
<update name=”KB2544514″/>
<update name=”KB2600211″/>
<update name=”KB2600217″/>
<update name=”KB2468871″/>
<update name=”KB2468871v2″/>
<update name=”KB2478063″/>
<update name=”KB2533523″/>
<update name=”KB2544514″/>
<update name=”KB2600211″/>
<update name=”KB2600217″/>
</framework>
</updates>
Get the latest version at http://www.asoft.be/prod_netver.html
Version 14.4 can now also detect .NET 4.6!
Go get it here: http://www.asoft.be/prod_netver.html
You can download the Preview version of .NET 4.6 here.
Version 14.3 has been extended with more details in the reports (txt/xml).
It now contains the CLR versions that are installed and also the CLR version per framework. This allows users to see; which CLR version it belongs to in the reports as well.
Go get it here: http://www.asoft.be/prod_netver.html
Example:
<?xml version=”1.0″?>
<report>
<info>
<title>ASoft .NET Version Detector 14.3 Report</title>
<website>www.asoft.be</website>
<created>2014/07/19 – 12:00:00</created>
<computer>TEST</computer>
</info>
<frameworks>
<framework version=”2.0″ sp=”2″ extra=”” clr=”2.0″/>
<framework version=”3.0″ sp=”2″ extra=”” clr=”2.0″/>
<framework version=”3.5″ sp=”1″ extra=”” clr=”2.0″/>
<framework version=”4.5.2″ sp=”0″ extra=”” clr=”4.0″/>
</frameworks>
<clrversions>
<x86>
<clrversion major=”2.0″ version=”2.0.50727″ full=”2.0.50727.8000″ path=”C:\Windows\Microsoft.NET\Framework\v2.0.50727″ />
<clrversion major=”4.0″ version=”4.0.30319″ full=”4.0.30319.34209″ path=”C:\Windows\Microsoft.NET\Framework\v4.0.30319″ />
</x86>
<x64>
<clrversion major=”2.0″ version=”2.0.50727″ full=”2.0.50727.8000″ path=”C:\Windows\Microsoft.NET\Framework64\v2.0.50727″ />
<clrversion major=”4.0″ version=”4.0.30319″ full=”4.0.30319.34209″ path=”C:\Windows\Microsoft.NET\Framework64\v4.0.30319″ />
</x64>
</clrversions>
</report>