From 480aa67a3d0c357d3569c2dd2c734b659f5c1dfb Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Tue, 9 Jul 2024 11:50:48 +0200 Subject: [PATCH] disable default jsonconverter for AppVersion for now --- Pilz.Updating/AppVersion.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Pilz.Updating/AppVersion.cs b/Pilz.Updating/AppVersion.cs index b83500a..e00cb93 100644 --- a/Pilz.Updating/AppVersion.cs +++ b/Pilz.Updating/AppVersion.cs @@ -1,9 +1,8 @@ using Newtonsoft.Json; -using Pilz.Updating.Json; namespace Pilz.Updating; -[JsonConverter(typeof(AppVersionStringJsonConverter))] +//[JsonConverter(typeof(AppVersionStringJsonConverter))] public class AppVersion(Version version, int build, Channels channel) { // P r o p e r t i e s