assign xmlroot in appreviews
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
<Compile Include="ApiBase.cs" />
|
<Compile Include="ApiBase.cs" />
|
||||||
<Compile Include="ApiHttpClient.cs" />
|
<Compile Include="ApiHttpClient.cs" />
|
||||||
<Compile Include="AppMetadataEndpoint.cs" />
|
<Compile Include="AppMetadataEndpoint.cs" />
|
||||||
|
<Compile Include="AppRatingEndpoint.cs" />
|
||||||
<Compile Include="EndpointUris.cs" />
|
<Compile Include="EndpointUris.cs" />
|
||||||
<Compile Include="Extensions\EnumExtensions.cs" />
|
<Compile Include="Extensions\EnumExtensions.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ using System.Xml.Serialization;
|
|||||||
|
|
||||||
namespace OnePeek.Entities
|
namespace OnePeek.Entities
|
||||||
{
|
{
|
||||||
|
[XmlRoot("feed")]
|
||||||
public class AppReviews
|
public class AppReviews
|
||||||
{
|
{
|
||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
|
|||||||
@@ -40,10 +40,12 @@
|
|||||||
<Compile Include="AppMetadata.cs" />
|
<Compile Include="AppMetadata.cs" />
|
||||||
<Compile Include="AppPublisher.cs" />
|
<Compile Include="AppPublisher.cs" />
|
||||||
<Compile Include="AppRating.cs" />
|
<Compile Include="AppRating.cs" />
|
||||||
|
<Compile Include="AppReviews.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="StoreCulture.cs" />
|
<Compile Include="StoreCulture.cs" />
|
||||||
<Compile Include="StoreCultureType.cs" />
|
<Compile Include="StoreCultureType.cs" />
|
||||||
<Compile Include="StoreImageType.cs" />
|
<Compile Include="StoreImageType.cs" />
|
||||||
|
<Compile Include="StoreReviewSorting.cs" />
|
||||||
<Compile Include="StoreType.cs" />
|
<Compile Include="StoreType.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
||||||
|
|||||||
Reference in New Issue
Block a user