File tree Expand file tree Collapse file tree
test/MsgPack.UnitTest.Xamarin.Android/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionCode =" 1" android : versionName =" 1.0" package =" MsgPack.UnitTest.Xamarin.Android" >
33 <uses-sdk android : minSdkVersion =" 10" android : targetSdkVersion =" 10" />
4- <application android : label =" MsgPack.UnitTest.Xamarin.Android" >
5- </application >
4+ <application android : label =" MsgPack.UnitTest.Xamarin.Android" ></application >
65</manifest >
Original file line number Diff line number Diff line change 2525using System . Resources ;
2626
2727[ assembly: AssemblyTitle ( "Unit test of MessagePack for CLI" ) ]
28- [ assembly: AssemblyDescription ( "Unit test of MessagePack CLI binding" ) ]
28+ [ assembly: AssemblyDescription ( "Unit test of MessagePack CLI binding for Xamarin for Android (Xamdroid) " ) ]
2929[ assembly: AssemblyConfiguration ( "Develop" ) ]
3030[ assembly: AssemblyProduct ( "MessagePack" ) ]
31- [ assembly: AssemblyCopyright ( "Copyright © FUJIWARA, Yusuke 2010-2014 " ) ]
31+ [ assembly: AssemblyCopyright ( "Copyright © FUJIWARA, Yusuke 2010-2015 " ) ]
3232
3333[ assembly: ComVisible ( false ) ]
34- [ assembly: CLSCompliant ( true ) ]
34+ [ assembly: CLSCompliant ( false ) ]
3535[ assembly: NeutralResourcesLanguage ( "en-US" ) ]
3636[ assembly: AssemblyVersion ( "1.0.0.0" ) ]
3737[ assembly: AssemblyFileVersion ( "0.1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments