File: AssemblyInfo.diff

package info (click to toggle)
libflickrnet 25277-6
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 628 kB
  • ctags: 1,355
  • sloc: cs: 7,136; makefile: 24; sh: 13; ansic: 6
file content (27 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
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)]