9 lines
No EOL
225 B
C#
9 lines
No EOL
225 B
C#
namespace BirdsiteLive.Models.WellKnownModels
|
|
{
|
|
public class SoftwareV21
|
|
{
|
|
public string name { get; set; }
|
|
public string repository { get; set; }
|
|
public string version { get; set; }
|
|
}
|
|
} |