]> git.pld-linux.org Git - packages/dotnet-flickrnet.git/blob - dotnet-flickrnet-assemblyinfo.patch
- added
[packages/dotnet-flickrnet.git] / dotnet-flickrnet-assemblyinfo.patch
1 diff -Nur FlickrNet.orig/FlickrNet/AssemblyInfo.cs FlickrNet.assemblyinfo/FlickrNet/AssemblyInfo.cs
2 --- FlickrNet.orig/FlickrNet/AssemblyInfo.cs    2007-07-31 05:10:29.000000000 -0600
3 +++ FlickrNet.assemblyinfo/FlickrNet/AssemblyInfo.cs    2009-02-07 09:10:38.000000000 -0700
4 @@ -30,7 +30,7 @@
5  // You can specify all the values or you can default the Revision and Build Numbers 
6  // by using the '*' as shown below:
7  
8 -[assembly: AssemblyVersion("2.1.5.*")]
9 +[assembly: AssemblyVersion("2.1.5.0")]
10  
11  //
12  // In order to sign your assembly you must specify a key to use. Refer to the 
13 @@ -61,10 +61,10 @@
14  [assembly: AssemblyKeyName("")]
15  
16  #if !WindowsCE
17 -[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
18 +[assembly: AssemblyKeyFile("FlickrNet.snk")]
19  [assembly: AllowPartiallyTrustedCallers()]
20  [assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
21  #endif
22  
23  [assembly: CLSCompliantAttribute(true)]
24 -[assembly: ComVisible(false)]
25 \ No newline at end of file
26 +[assembly: ComVisible(false)]
This page took 0.056364 seconds and 3 git commands to generate.