Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guogangj authored Jun 14, 2018
1 parent cb6a8a2 commit 6ae3103
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# SysInfoDetector
A simple .NET framework detection program.

Build environment: Visual Studio 2005.

Usage: run it, and you will get information like these
<pre>
.NET Framework 2.0 Service Pack 2
.NET Framework 3.0 Service Pack 2
.NET Framework 3.5 Service Pack 1
.NET Framework 4.0 Client Profile
.NET Framework 4.7.2 Client Profile
.NET Framework 4.7.2 Full
</pre>
That indicates what .NET Framework are installed on your Windows system.

0 comments on commit 6ae3103

Please sign in to comment.