mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
27 lines
922 B
Diff
27 lines
922 B
Diff
|
--- AssemblyInfo.cs.orig 2007-07-31 13:10:29.000000000 +0200
|
||
|
+++ AssemblyInfo.cs 2009-01-13 17:29:15.000000000 +0100
|
||
|
@@ -30,7 +30,7 @@
|
||
|
// You can specify all the values or you can default the Revision and Build Numbers
|
||
|
// by using the '*' as shown below:
|
||
|
|
||
|
-[assembly: AssemblyVersion("2.1.5.*")]
|
||
|
+[assembly: AssemblyVersion("2.1.5.0")]
|
||
|
|
||
|
//
|
||
|
// In order to sign your assembly you must specify a key to use. Refer to the
|
||
|
@@ -61,10 +61,10 @@
|
||
|
[assembly: AssemblyKeyName("")]
|
||
|
|
||
|
#if !WindowsCE
|
||
|
-[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
|
||
|
+[assembly: AssemblyKeyFile("FlickrNet.snk")]
|
||
|
[assembly: AllowPartiallyTrustedCallers()]
|
||
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
|
||
|
#endif
|
||
|
|
||
|
-[assembly: CLSCompliantAttribute(true)]
|
||
|
-[assembly: ComVisible(false)]
|
||
|
\ No newline at end of file
|
||
|
+[assembly: CLSCompliantAttribute(true)]
|
||
|
+[assembly: ComVisible(false)]
|