disable default jsonconverter for AppVersion for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user