From 8c1c33cc3986f75ce8598bd6a5e20019870e13ab Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Tue, 10 Jul 2018 21:20:27 +0200 Subject: [PATCH] Made use of the new DeviceName --- RGBSync+/Helper/RGBNetExtension.cs | 2 +- RGBSync+/RGBSync+.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RGBSync+/Helper/RGBNetExtension.cs b/RGBSync+/Helper/RGBNetExtension.cs index 1a5ea8c..bd710f5 100644 --- a/RGBSync+/Helper/RGBNetExtension.cs +++ b/RGBSync+/Helper/RGBNetExtension.cs @@ -7,7 +7,7 @@ namespace RGBSyncPlus.Helper { public static class RGBNetExtension { - public static string GetDeviceName(this IRGBDevice device) => $"{device.DeviceInfo.Manufacturer} {device.DeviceInfo.Model} ({device.DeviceInfo.DeviceType})"; + public static string GetDeviceName(this IRGBDevice device) => $"{device.DeviceInfo.DeviceName} ({device.DeviceInfo.DeviceType})"; public static IEnumerable GetLeds(this IEnumerable syncLeds) => syncLeds.Select(GetLed).Where(led => led != null); diff --git a/RGBSync+/RGBSync+.csproj b/RGBSync+/RGBSync+.csproj index cd0a256..cb3716a 100644 --- a/RGBSync+/RGBSync+.csproj +++ b/RGBSync+/RGBSync+.csproj @@ -202,16 +202,16 @@ 11.0.2 - 0.0.1.61 + 0.0.1.62 - 0.0.1.61 + 0.0.1.62 - 0.0.1.61 + 0.0.1.62 - 0.0.1.61 + 0.0.1.62 4.5.0