Skip to content

Simple class to verify current environment windows version.

License

Notifications You must be signed in to change notification settings

leandrosimoes/ls-win-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ls-win-version

Simple class to verify current environment windows version.

How to?

// Verify if is the windows version based on "Versions" enum
// The supported versions in enum are:
//      Windows10 (Windows 10)
//      Windows8_1 (Windows 8.1)
//      Windows8 (Windows 8)
//      Windows7 (Windows 7)
//      WindowsVista (Windows Vista)
//      WindowsXP (Windows XP)
//      Unknow (Unknow version)
LsWinVersion.WinVersion.IsWindows(Versions.Windows10);

Contribute

Just send pull requests on develop branch

Sugestions

Open an issue or just mail me on [email protected]

About

Simple class to verify current environment windows version.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages