cloutier--bird.makeup/src/BirdsiteLive/Models/WellKnownModels/SoftwareV21.cs
2020-07-07 18:30:52 -04:00

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; }
}
}