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