mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
409 B
C#
11 lines
409 B
C#
--- AssemblyInfo.cs.orig 2016-06-20 14:46:51 UTC
|
|
+++ AssemblyInfo.cs
|
|
@@ -61,7 +61,7 @@ using System.Runtime.InteropServices;
|
|
[assembly: AssemblyKeyName("")]
|
|
|
|
#if !WindowsCE
|
|
-[assembly: AssemblyKeyFile("..\\..\\FlickrNet.snk")]
|
|
+[assembly: AssemblyKeyFile("FlickrNet.snk")]
|
|
[assembly: AllowPartiallyTrustedCallers()]
|
|
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
|
|
#endif
|