update structure
This commit is contained in:
10
ModpackUpdater.Model/UpdateInfo.vb
Normal file
10
ModpackUpdater.Model/UpdateInfo.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Imports Newtonsoft.Json
|
||||
Imports Newtonsoft.Json.Converters
|
||||
|
||||
Public Class UpdateInfo
|
||||
|
||||
<JsonConverter(GetType(VersionConverter))>
|
||||
Public Property Version As Version
|
||||
Public ReadOnly Property Actions As New List(Of UpdateAction)
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user