mono-addins-msbuild-1.3-lp151.2.58 >  A \@L/=„2x3Tf i_ ֙=j'MYH`>_GUUm@61gLc +_Ϙv|ES :n+0x勖Mkcw͓4|9C3l! a'q܂֍FlT$FZuҐD%*DFC'+}p>*?*d % L\`hl X     9 $ p   ( 8 9  : FGH PI X Y \!,]!^$,b'8c'd(Ce(Hf(Kl(Mu(`v(w),x)y) z*$*4*8*>*Cmono-addins-msbuild1.3lp151.2.58Mono Addins Framework, MSBuild SupportMono.Addins is a generic framework for creating extensible applications, and for creating libraries which extend those applications. This package contains MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental).\@Bbuild31bFopenSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Monohttps://github.com/mono/mono-addinslinuxnoarch n n n n nLAA큤AA큤AA큤AA큤AA큤AA큤\@\@\@\?\@\@\?\?\@\@\?\?\@\@\?\?\@\@\?\?\@\@\?\?\@547dabcf2f273565a6fbd316022f757accb70bccf64e587dd3d3bea929d5d2157c3ef432030336bc4756cad6a6fbbc6d511c66fd1bc168a00f96b46e387eafb36cbc6e272fc22097b68f8c7e39ea1d78192610459669bfda3536d5388aed35bde98a3ff6af58bc0931ebe321ff06b2e20b2488bc8167cf832a9ed3f4787e4f1a60fd095e7f97f20bf756470633389634475b214e6e7bc4130d1f02485b4496579d6bf9597e7f21798415cda92aa94b5e53b62ca6c5e7acac2e4131bb637582a6bb698defb4a30e93433b6dcd766459f207b94f041dd5648ce11ea6de627b2446f795d63815822a871575f443f9ea34ede956db724b050a70e1044570030b0fe1be8bc40565f875369ed145c37b3ed73d48e6df20ec3cee57ad91eaebb83d228bc91b90a6252ec4877ec219d43df1a05891bdc76d200620d41362fdd440fd3eb6bf20a270d3497449868fa0f6c2ae18eda1ff54ae976bcde3d9233f6ab48e90e2f65794e0cac63315c747e969c233dcc75bb82ce246e8b2506e9acf58f8bdb6ad../gac/Mono.Addins.MSBuild/1.0.0.0__0738eb9f132ed756/Mono.Addins.MSBuild.dllrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmono-addins-1.3-lp151.2.58.src.rpmmono(Mono.Addins.MSBuild)mono(policy.0.2.Mono.Addins.MSBuild)mono(policy.0.3.Mono.Addins.MSBuild)mono(policy.0.4.Mono.Addins.MSBuild)mono(policy.0.5.Mono.Addins.MSBuild)mono(policy.0.6.Mono.Addins.MSBuild)mono-addins-msbuild@@@@@@    mono(Microsoft.Build.Framework)mono(Microsoft.Build.Utilities.v4.0)mono(Mono.Addins)mono(Mono.Addins.Setup)mono(System)mono(mscorlib)mono-addinsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)4.0.0.04.0.0.01.0.0.01.0.0.04.0.0.04.0.0.01.33.0.4-14.6.0-14.0-15.2-14.14.1YtXj@UB@TR(@Qֵ@QN@M@M] Lʷ@fwdsbs.to.11df@xoxy.nett.gruner@katodev.defwdsbs.to.11df@xoxy.neti@marguerite.sumailaender@opensuse.orgdimstar@opensuse.orgnmarques@opensuse.orgajorgensen@novell.comgburt@suse.deajorgensen@novell.com- add fix-delay-sign.patch: check that dll installed to GAC is delay-signed and perform full-sign if so. - fix build with upcoming mono 5.0: sign delay-signed dlls before adding it to GAC, mono 5.0 is not allowing to install delay-signed dlls into GAC- update version 1.3- update version 1.2 * Fixed bug that caused add-ins to be disabled when being updated. * Fixed several issues when scanning assemblies. * When evaluating a condition, ensure that the add-in that implements that condition is loaded. This change requires some new information to be stored in the add-in database, so the db version number has been bumped. * Fixed assembly resolution bug when running in MS.NET. * Added GTK3 implementation of the add-in manager. * Registered repositories are now automatically updated the first time the add-in manager is shown.- update version 1.1 * When disabling an add-in, disabled all versions of the add-in * Allow embedding .addin files into submodule assemblies * Fixed some issue when scanning dlls * Added new assembly attributes for defining add-in properties * Fixed deadlock when loading add-in roots * Fixed GAC assembly directory search for .net 4.0 * Added support for variables in add-in manifests * Updated Cecil from upstream- Update to 1.0 * Fixed crash in ExtensionContext finalizer * Minor optimizations- Add mono-addins-donet4.patch: Build for .Net 4.0 target.- Update to 0.6.2 + Added option to support non-interactive installations when using mautil; + Avoid entering in an infinite loop when finding corrupted file; + Fixed crash when clicking for add-in info in dynamic assembles; + Fix bug in Repair command- Update to 0.6.1 * The 0.6 release of Mono.Addins includes many improvements, bug fixes and new features: Add-in engine: * Add-in name and description can now be localized. There are new custom attributes for defining them, and can also be specified as xml elements in an add-in manifest instead of attributes. * Support for custom add-in properties. It is now possible to specify arbitrary properties in add-ins, which can be queried at install time (using the Mono.Addins.Setup API) or at run-time. * Custom extension attributes now allow specifying an extension path. In this way it is now possible to use a single custom attribute to define extensions for different extension points. * The default add-in directory and the add-in database directory can now be customized. In previous releases, those directories were always created as a subdirectory of the main registry directory. In this release, the location can be set to any directory. * Improved error reporting when a dependency is missing. * Added support for specifying the type of the content of string node attributes. This information is used for documentation purposes only. * The Cecil based reflector now uses the new Cecil/Light, which is smaller and faster Add-in management: * Added support for enabling/disabling registered repositories. * Added support for downloable support files, to be used for package icons, screenshots, etc. * New and improved add-in manager for GTK#. The user interface has been completely redesigned to make it more usable. Add-in updates are more visible and easy to install. The add-in gallery is integrated in the main window, and can show custom add-in icons and preview images. * Added new API for accessing custom add-in properties, even before installing them. * Included information about download size. Bug fixes: * Allow overwriting files when installing. * Fixed add-in unloading issues. * Fixed crash when running in .NET 4.0 * AddinRepository.LastModified is always 01.01.1900 00:00:00 * Addin registry access/creation errors when accessed via UNC path * Addin discovery/loading fails when running Visual Studio unit tests * ImportAddinAssemblyAttribute can't be used multiple times * Fix bug in GetAvailableAddin. * Fix add-in database issue when the last add-in of a folder is deleted or upgraded * Don't allow inheriting CustomExtension attributes. The attribute must be explicitly applied to classes to be marked as extensions.- Split off a -msbuild subpackage so the main mono-addins package does not depend on mono-devel (bnc#671844)- Update to 0.5 * User defined custom attributes can now be used to declare extensions and add-in metadata. * The new AddinEngine class allows hosting several independent add-in engines in a single application domain. * Improved lazy loading of add-ins. More information is now lazy loaded. * An XML manifest can now be split in several files embedded as resources in an assembly. * More add-in information can be declared using custom attributes instead of an XML manifest: author list, imported files and assemblies, optional modules, localizers. * Added new API based on generic methods and collections. * New MSBuild tasks file and target, which allows using add-in references directly in a build file (still experimental). * Reorganized the samples directory. * Many bug fixes.build31 1556955202 1.0.0.00.0.0.00.0.0.00.0.0.00.0.0.00.0.0.01.3-lp151.2.58 Mono.Addins.MSBuild1.0.0.0__0738eb9f132ed756Mono.Addins.MSBuild.dllMono.Addins.MSBuild.pdbpolicy.0.2.Mono.Addins.MSBuild0.0.0.0__0738eb9f132ed756policy.0.2.Mono.Addins.MSBuild.dllpolicy.0.2.configpolicy.0.3.Mono.Addins.MSBuild0.0.0.0__0738eb9f132ed756policy.0.3.Mono.Addins.MSBuild.dllpolicy.0.3.configpolicy.0.4.Mono.Addins.MSBuild0.0.0.0__0738eb9f132ed756policy.0.4.Mono.Addins.MSBuild.dllpolicy.0.4.configpolicy.0.5.Mono.Addins.MSBuild0.0.0.0__0738eb9f132ed756policy.0.5.Mono.Addins.MSBuild.dllpolicy.0.5.configpolicy.0.6.Mono.Addins.MSBuild0.0.0.0__0738eb9f132ed756policy.0.6.Mono.Addins.MSBuild.dllpolicy.0.6.configMono.Addins.MSBuild.dll/usr/lib/mono/gac//usr/lib/mono/gac/Mono.Addins.MSBuild//usr/lib/mono/gac/Mono.Addins.MSBuild/1.0.0.0__0738eb9f132ed756//usr/lib/mono/gac/policy.0.2.Mono.Addins.MSBuild//usr/lib/mono/gac/policy.0.2.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756//usr/lib/mono/gac/policy.0.3.Mono.Addins.MSBuild//usr/lib/mono/gac/policy.0.3.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756//usr/lib/mono/gac/policy.0.4.Mono.Addins.MSBuild//usr/lib/mono/gac/policy.0.4.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756//usr/lib/mono/gac/policy.0.5.Mono.Addins.MSBuild//usr/lib/mono/gac/policy.0.5.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756//usr/lib/mono/gac/policy.0.6.Mono.Addins.MSBuild//usr/lib/mono/gac/policy.0.6.Mono.Addins.MSBuild/0.0.0.0__0738eb9f132ed756//usr/lib/mono/mono-addins/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/089b85311e1564a466bb155e232c4538-mono-addinscpioxz5noarch-suse-linuxdirectoryPE32 executable (DLL) (console) Intel 80386, Mono/.Net assembly, for MS WindowsASCII text PRRRRRRPPPPPKۦutf-836ce8ddfc990b0c4ef773cbb247a2da134e18edf7b90ecb54f27eaa7bac07f3d? 7zXZ !t/u] crt:bLL ^ TIXU"Hr1t&+bU:4ó5RwkRD}@<W-Q_Т_)hLV1E \{3g[(P Zӷ@LV.i $vX_MM~ V$WC8ܐs,N'/NFZYws:ϥ9)JrO&+B3׏] s+R@֩Dv*ETsq2"S2^x5E3m+@¾4%#kU yQUk`t}5Mɰ! غV=VP,`0۠Nwf3ICy2Txn,W ͥ!wھN%eWd7zɷ#e[U&t^`I ?et y:ܤXA27pϷhyG'80U1a@(oMR._\^OMWIn t9ҾPpN &d4C%&;<0UXmgPQ*M/kIm`  t6٣P'K!n*&=~C0g3pZ`oR4T9Y`}09r]0庵LA(ߏo,H)aOvN~k_Ӯ]!W|[UY{Ef R7:j.YMH}|/U'b$8@C8 S<陉l6hLJXϧ kuͳU.-:vȁ)@]֑¯Π|ӬmT$b MaΘFqm-Kgb2 nqZࠜ9 PD(ٹj\30]JW5qwQa8'^`#a9}XY7͚:n7 RXP8:F(ץ"-Ţ2T2*۱>(0@c'nTq͜8V\.M\3YE^3v!#ppZ_ojE,1oM7ِ]H=o95x%Ж >eрOcÿ%e.v?2 ]0NI'pZclƚ".HGZ6WdT U|smV{ %|W >L2aRR}Єl9q&+[='Seqt2D@,\m!q!NOn$݉) gȪڪ+ h_͋ɵ59ʭ% \qJ._Er'_ZFWYUu~M9ͩGE;9'wd7 qC] :jn!u{aWȃ0{w*-xT\ٝ 3 1'_}.0/d@:)OX,JOh"*& =FK6pbT_xtajuKz$:]bWޟ)f0mfɻǗX|<˵G5Pn)Ȳvh.Ro:&J` W_J;ag>5~ud6}II8[5H|kܧ~RF`(=J7smgѡ s2֎P ef9pE٣#FK!drK '8XnÁ l?n; qzmJ u^${ZEm3)g.W487*J8-ı|2-> 4ވgБ#N[`y^_&( YZ