Archive for July, 2014

.NET Version Detector 14.3 released!

July 19, 2014

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>