mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Added implementation of IRuntimeProvider for Windows
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using NzbDrone.Common.Processes;
|
||||
|
||||
namespace NzbDrone.Windows
|
||||
{
|
||||
public class DotNetRuntimeProvider : IRuntimeProvider
|
||||
{
|
||||
public String GetVersion()
|
||||
{
|
||||
return Environment.Version.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user