We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeee73b commit 76ae227Copy full SHA for 76ae227
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.props.in
@@ -1,6 +1,6 @@
1
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
- <XamarinAndroidVersion>Unknown</XamarinAndroidVersion>
+ <XamarinAndroidVersion>@PACKAGE_VERSION@-@PACKAGE_VERSION_BUILD@</XamarinAndroidVersion>
4
<_JavaInteropReferences>Java.Interop;System.Runtime</_JavaInteropReferences>
5
<DependsOnSystemRuntime Condition=" '$(DependsOnSystemRuntime)' == '' ">true</DependsOnSystemRuntime>
6
<CopyNuGetImplementations Condition=" '$(CopyNuGetImplementations)' == ''">true</CopyNuGetImplementations>
0 commit comments