fix converter for UpdateInfo.Version
This commit is contained in:
@@ -7,7 +7,7 @@ Imports Newtonsoft.Json.Converters
|
||||
Public Class AppUpdater
|
||||
|
||||
Private Class UpdateInfo
|
||||
<JsonConverter(GetType(StringEnumConverter))>
|
||||
<JsonConverter(GetType(VersionConverter))>
|
||||
Public Property Version As Version
|
||||
Public Property DownloadUrl As String
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user