File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments