Changed the Xamarin app description of not using Mock services but real microservices

This commit is contained in:
CESARDELATORRE 2017-01-09 16:38:59 -08:00
parent 7b7c68d85c
commit f8d02c0450
2 changed files with 3 additions and 3 deletions

View File

@ -93,8 +93,8 @@ namespace eShopOnContainers.Core.ViewModels
}
else
{
Title = "Use Azure Services";
Description = "Azure Services are real objects that required a valid internet connection";
Title = "Use Microservices/Containers from eShopOnContainers";
Description = "When enabling the use of microservices/containers the Xamarin.Forms app will try to use real services deployed as Docker containers in the specified base IP that will need to be reachable through the network";
}
}

View File

@ -16,7 +16,7 @@
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>