An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# net-version [![Circle CI](https://circleci.com/gh/danesparza/net-version.svg?style=shield)](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.0

Newer .NET versions installed:
============================
v4.6 (on an operating system other than Windows 10)

Finished.
```