1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Index: libflickrnet-25277/FlickrNet/AssemblyInfo.cs
===================================================================
--- libflickrnet-25277.orig/FlickrNet/AssemblyInfo.cs 2008-01-04 00:24:16.000000000 +0530
+++ libflickrnet-25277/FlickrNet/AssemblyInfo.cs 2008-01-04 00:24:36.000000000 +0530
@@ -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: ComVisible(false)]
|