From 47a302717066622d5b353324a646c9c7a8c46a22 Mon Sep 17 00:00:00 2001 From: schedpas Date: Tue, 15 Sep 2020 14:44:06 +0200 Subject: [PATCH] rename osplattform to ostype and add a type to the property --- Pilz/Runtime/RuntimeInformationsEx.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pilz/Runtime/RuntimeInformationsEx.vb b/Pilz/Runtime/RuntimeInformationsEx.vb index a215a3c..a52bb99 100644 --- a/Pilz/Runtime/RuntimeInformationsEx.vb +++ b/Pilz/Runtime/RuntimeInformationsEx.vb @@ -4,7 +4,7 @@ Namespace Runtime Public Module RuntimeInformationsEx - Public ReadOnly Property OSPlattform + Public ReadOnly Property OSType As OSType Get Static t As OSType? = Nothing