# OSVersionHelper **Repository Path**: jamiedu/OSVersionHelper ## Basic Information - **Project Name**: OSVersionHelper - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-25 - **Last Updated**: 2024-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OSVersionHelper A helper class to returned detailed information on the different Windows versions The logic is in `WindowsVersionHelper`. Right now, only Windows is supported. PR's to add support for other OS's is welcome. ## Credits The code here is based on the [OS version detection](https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/blob/9b7f04a9a81e70358e9d531e3b218e234c8ef5ef/WebView.Shared/Interop/OSVersionHelper.cs) in the Windows Community Toolkit. The code there is internal, but I thought it'd be useful more generally.