14 lines
291 B
VB.net
14 lines
291 B
VB.net
Namespace Model
|
|
|
|
Public Class UpdateInfo
|
|
|
|
Public Property Name As String
|
|
Public Property Version As Version
|
|
Public Property State As BuildState
|
|
Public Property Build As UInteger
|
|
Public Property Changelog As String
|
|
|
|
End Class
|
|
|
|
End Namespace
|