Update AssemblyInfo 19/109619/1 accepted/tizen/mobile/20170112.222335 accepted/tizen/tv/20170112.222355 submit/tizen/20170112.010559
authorKangho Hur <kangho.hur@samsung.com>
Wed, 11 Jan 2017 02:21:51 +0000 (11:21 +0900)
committerKangho Hur <kangho.hur@samsung.com>
Wed, 11 Jan 2017 02:21:51 +0000 (11:21 +0900)
Change-Id: I6d3cf211c7b42541d52cb4e0559ea26c63affa32

Tizen.Xamarin.Forms.Extension.Renderer/Properties/AssemblyInfo.cs
Tizen.Xamarin.Forms.Extension/Properties/AssemblyInfo.cs

index 7185485..1883dd1 100644 (file)
@@ -1,36 +1,13 @@
-using System.Reflection;\r
-using System.Runtime.CompilerServices;\r
-using System.Runtime.InteropServices;\r
-\r
-// General Information about an assembly is controlled through the following\r
-// set of attributes. Change these attribute values to modify the information\r
-// associated with an assembly.\r
-[assembly: AssemblyTitle("Tizen.Xamarin.Forms.Extension.Renderer")]\r
-[assembly: AssemblyDescription("")]\r
-[assembly: AssemblyConfiguration("")]\r
-[assembly: AssemblyCompany("")]\r
-[assembly: AssemblyProduct("Tizen.Xamarin.Forms.Extension.Renderer")]\r
-[assembly: AssemblyCopyright("Copyright ©  2017")]\r
-[assembly: AssemblyTrademark("")]\r
-[assembly: AssemblyCulture("")]\r
-\r
-// Setting ComVisible to false makes the types in this assembly not visible\r
-// to COM components.  If you need to access a type in this assembly from\r
-// COM, set the ComVisible attribute to true on that type.\r
-[assembly: ComVisible(false)]\r
-\r
-// The following GUID is for the ID of the typelib if this project is exposed to COM\r
-[assembly: Guid("062e2dde-f5d8-4385-858e-e895dd5d5d76")]\r
-\r
-// Version information for an assembly consists of the following four values:\r
-//\r
-//      Major Version\r
-//      Minor Version\r
-//      Build Number\r
-//      Revision\r
-//\r
-// You can specify all the values or you can default the Build and Revision Numbers\r
-// by using the '*' as shown below:\r
-// [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("1.0.0.0")]\r
-[assembly: AssemblyFileVersion("1.0.0.0")]\r
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: AssemblyVersion("0.0.1")]
+[assembly: AssemblyCompany("Samsung Electronics")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCopyright("Copyright © Samsung Electronics 2016")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyProduct("Tizen")]
+[assembly: AssemblyTitle("Tizen.Xamarin.Forms.Extension.Renderer")]
+[assembly: AssemblyTrademark("")]
+[assembly: CompilationRelaxations(8)]
+[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
index 28da6bc..c0742f8 100644 (file)
@@ -1,7 +1,5 @@
 using System.Reflection;
-using System.Resources;
 using System.Runtime.CompilerServices;
-using Xamarin.Forms;
 
 [assembly: AssemblyVersion("0.0.1")]
 [assembly: AssemblyCompany("Samsung Electronics")]