Files
Pilz/Pilz.Updating/Model/UpdateInfo.vb
2019-09-30 16:18:53 +02:00

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