diff --git a/Pilz.Net/Extensions/ApiMessageExtensions.cs b/Pilz.Net/Extensions/ApiMessageExtensions.cs index a37127a..69833b3 100644 --- a/Pilz.Net/Extensions/ApiMessageExtensions.cs +++ b/Pilz.Net/Extensions/ApiMessageExtensions.cs @@ -27,7 +27,7 @@ public static class ApiMessageExtensions { if (@this == null) return ApiResult.NotFound(); - return new ApiResult(statusCode, @this.ToItemMsg()); + return new ApiResult(statusCode, @this.ToItemsMsg()); } public static GeneralItemMessages.Item ToItemMsg(this T @this) diff --git a/Pilz.Net/Pilz.Net.csproj b/Pilz.Net/Pilz.Net.csproj index 0c4f6da..2128bea 100644 --- a/Pilz.Net/Pilz.Net.csproj +++ b/Pilz.Net/Pilz.Net.csproj @@ -8,7 +8,7 @@ - 2.4.9 + 2.4.11