https://github.com/danesparza/net-version
:mag: .NET version checker written in Go
https://github.com/danesparza/net-version
checker go machine version version-check versions windows
Last synced: 2 months ago
JSON representation
:mag: .NET version checker written in Go
- Host: GitHub
- URL: https://github.com/danesparza/net-version
- Owner: danesparza
- License: mit
- Created: 2015-10-27T17:11:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T13:50:49.000Z (about 6 years ago)
- Last Synced: 2025-04-10T01:51:06.491Z (6 months ago)
- Topics: checker, go, machine, version, version-check, versions, windows
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 17
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# net-version [](https://circleci.com/gh/danesparza/net-version)
.NET version checker written in Go.Uses the [guidelines outlined by Microsoft](https://msdn.microsoft.com/en-us/library/hh925568%28v=vs.110%29.aspx) to determine what version(s) of .NET are installed on the current machine.
### Installing
Just [grab the latest release](https://github.com/danesparza/net-version/releases/latest) (it's just a single binary) and run from the command line. DOES NOT require .NET to be installed on the machine in order to run.### Example
```
$ net-version.exe
Checking to see what versions of .NET are installed...Older .NET versions installed:
============================
v2.0.50727
v3.0
v3.5
v4
v4.0Newer .NET versions installed:
============================
v4.6 (on an operating system other than Windows 10)Finished.
```