From 76ae227d81552cc936ed43213169659f5bbcb4e8 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Wed, 21 Jun 2017 11:51:23 +0100 Subject: [PATCH] [Xamarin.Android.Build.Tasks] Make use of the ProductVersion information in the Common.props At [1] we already attempt to replace the Product and Version information in the Xamarin.Android.Common.props.in file. However the props.in file did not have the appropriate text to replace in it. This commit fixes that issue so we get the correct information. [1] https://github.com/xamarin/xamarin-android/blob/master/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.targets#L129 --- src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.props.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.props.in b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.props.in index 7022de95b89..10c4d3607c4 100644 --- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.props.in +++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.props.in @@ -1,6 +1,6 @@ - Unknown + @PACKAGE_VERSION@-@PACKAGE_VERSION_BUILD@ <_JavaInteropReferences>Java.Interop;System.Runtime true true