fuck github for windows -.-
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Linq;
|
|||||||
|
|
||||||
namespace OnePeek.Entities
|
namespace OnePeek.Entities
|
||||||
{
|
{
|
||||||
public class AppImage
|
public partial class AppImage
|
||||||
{
|
{
|
||||||
public string Id { get { return !String.IsNullOrWhiteSpace(Urn) ? Urn.Split(':').LastOrDefault() : null; } }
|
public string Id { get { return !String.IsNullOrWhiteSpace(Urn) ? Urn.Split(':').LastOrDefault() : null; } }
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ namespace OnePeek.Entities
|
|||||||
}
|
}
|
||||||
|
|
||||||
[XmlRoot("feed")]
|
[XmlRoot("feed")]
|
||||||
public class AppMetadataImages
|
public partial class AppMetadataImages
|
||||||
{
|
{
|
||||||
[XmlElement("image")]
|
[XmlElement("image")]
|
||||||
public AppImage Logo { get; set; }
|
public AppImage Logo { get; set; }
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace OnePeek.Entities
|
namespace OnePeek.Entities
|
||||||
{
|
{
|
||||||
[XmlRoot("feed")]
|
[XmlRoot("feed")]
|
||||||
public class AppPublisher
|
public partial class AppPublisher
|
||||||
{
|
{
|
||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
namespace OnePeek.Entities
|
namespace OnePeek.Entities
|
||||||
{
|
{
|
||||||
[XmlRoot("feed")]
|
[XmlRoot("feed")]
|
||||||
public class AppRating
|
public partial class AppRating
|
||||||
{
|
{
|
||||||
public float AverageRating { get; set; }
|
public float AverageRating { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user