Skip to content

Commit 503677b

Browse files
committed
Fix version number on Android binaries
1 parent f5c1ca1 commit 503677b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
using System.Runtime.CompilerServices;
4+
5+
[assembly: AssemblyDescription("An MVVM framework that integrates the Reactive Extensions")]
6+
[assembly: AssemblyProduct("ReactiveUI.Android")]
7+
[assembly: AssemblyVersion("4.5.0")]

ReactiveUI.Android/ReactiveUI.Android.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<ItemGroup>
6161
<Compile Include="AndroidUIScheduler.cs" />
6262
<Compile Include="ServiceLocationRegistration.cs" />
63+
<Compile Include="Properties\AssemblyInfo.cs" />
6364
</ItemGroup>
6465
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
6566
<ItemGroup>

ReactiveUI.Cocoa/ReactiveUI.Cocoa.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<Compile Include="TargetActionCommandBinder.cs" />
9494
<Compile Include="ViewModelViewHost.cs" />
9595
<Compile Include="RoutedViewHost.cs" />
96+
<Compile Include="Properties\AssemblyInfo.cs" />
9697
</ItemGroup>
9798
<ItemGroup>
9899
<ProjectReference Include="..\ReactiveUI\ReactiveUI_Mono.csproj">

0 commit comments

Comments
 (0)