disable default jsonconverter for AppVersion for now

This commit is contained in:
Pilzinsel64
2024-07-09 11:50:48 +02:00
parent 4579a06cef
commit 480aa67a3d

View File

@@ -1,9 +1,8 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using Pilz.Updating.Json;
namespace Pilz.Updating; namespace Pilz.Updating;
[JsonConverter(typeof(AppVersionStringJsonConverter))] //[JsonConverter(typeof(AppVersionStringJsonConverter))]
public class AppVersion(Version version, int build, Channels channel) public class AppVersion(Version version, int build, Channels channel)
{ {
// P r o p e r t i e s // P r o p e r t i e s