mono-addins-msbuild-1.3-bp153.1.99 >  A ` !M@eee0#+ ^!3G nnLCK" x_ceʓw(P⼇>m<TMAg=4⃵ZpsB0EJO"H[LBfgR0enYNh{'B*~X`B2YB`,h#t *~ :R)šXYBr=HUvn֯9:1>3Wv/x2Pp{T @] #Xе9䉕bb-msD%C_am|Cg$86mə~m2(Q]ʥTvKv>p>*?*d % L\`lp d   , E  0 |   ( 8 9 $ : FGH `I X Y \!<]!^$<b'Hc'd([e(`f(cl(eu(xv(w)Dx)y* z*<*L*P*V*Cmono-addins-msbuild1.3bp153.1.99Mono 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).`cloud113cSUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Monohttps://github.com/mono/mono-addinslinuxnoarch n n n n nLAA큤AA큤AA큤AA큤AA큤AA큤`````````````````````````ec33a9043bc469e22740f49175f92cb4f4319b2edf90b326d67927cd50f35328b2d6daea2b3885a97b29cc785f49ab15698c9a6f86243efaafbeff3714116f08796ca9d270726b98196becbdd7365761e78c90142d987c39816bf0bbcfeb2db4e98a3ff6af58bc0931ebe321ff06b2e20b2488bc8167cf832a9ed3f4787e4f1a47c697c938a79dc96152eae6490bedf1e019a05ecc155ae973e4d6809bac58079d6bf9597e7f21798415cda92aa94b5e53b62ca6c5e7acac2e4131bb637582a68672081ad3e53c08fe45d206712d84862b891cd6c0b1dc68065d9a6deee95e74f795d63815822a871575f443f9ea34ede956db724b050a70e1044570030b0fe18c10742186736cb619cffdc6865260f9a78ffebcc9c0b74ddd377b5fd2dc4ad8c91b90a6252ec4877ec219d43df1a05891bdc76d200620d41362fdd440fd3eb62a0838bd9312545a008092ee656ac3fc6a0f5a289218426aeee3476acd2f1bd8f65794e0cac63315c747e969c233dcc75bb82ce246e8b2506e9acf58f8bdb6ad../gac/Mono.Addins.MSBuild/1.0.0.0__0738eb9f132ed756/Mono.Addins.MSBuild.dllrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmono-addins-1.3-bp153.1.99.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.cloud113 1621331677 1.0.0.00.0.0.00.0.0.00.0.0.00.0.0.00.0.0.01.3-bp153.1.99 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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/089b85311e1564a466bb155e232c4538-mono-addinscpioxz5noarch-suse-linuxdirectoryPE32 executable (DLL) (console) Intel 80386, Mono/.Net assembly, for MS WindowsASCII text PRRRRRRPPPPPٞ>EݟGutf-89701ae105f840c498da06353a70c1bbe318367fc8a633a2a982b5543894dccfe? 7zXZ !t/v] crt:bLL ę2ԄW"yFI_P [P/9bq8mo)[xyԤwV{IҞ DȿU9W>Xm90R՞'!fɚ<84]f>Mm]c EEN~\d!Ӄ5H$V:ڿ ƃDb/ycpQ,BS‡IFg F@@7~FTsaH;?B,<"X$ Z)`LH2CR u7񰻱ks^4E/ 4L݊h} \?W̟ͤ%慑UL%CQfô7ukg*lKj Ĺk9n;@Η^:@HRrLdk#[_> ԭ~ie E^MU3!aI] "NDKY Z*k~J=KS쥓ͳ^s*g(q7chM*wv˗]wN9p aYCoRDqɔ"p qPVRŸ81ʄ9sb4y/$"N}Q#]_b}GR !'0k?yr=+/H`c_Fgg'Y$r43&՝,!'tdUZA0.)5Z*`hVG`˯HL;Okz6vXFQ:J:AW! CS Qx_3< $La8L>P,;h}YףuP?/V>7 ".bW%"NAbb~q?nk0j,f$/^!s^wBJ>tҺnVv.CS=BB2IQzb=TdaY>C*cs<1۽SDF5ڵ PkG|yy`X/ tcm<2A_ , ͰeI ѯUlrM\5x$Z -ZmD˹8jy퉆hersLs]Sa4lAJ]yԁي!vlz;Z , aM2ɉbo7Z&@Q3"H[.i V^p.pAUEcN zk IPk=#@UL}w1bMH3%9h3qIJy  9j)C+kM8Tx v,8䴫ѡ^Tj!cݿV6 0idoB |!z PkUaܸ.N<@5ى-ƫyTICe7DNQFG&Wjs)Z`ګ+n +HeRFDŎ f61MOYnF`+qdZ٠GVubj)W?hؙeh 2wݦHԑBq j$f K:duc/أ!( ♦ "/+Wep((%#Diu HhIEFV#=\Tqa@ʼn ~&=!H ü#a;]ØV+9L5'~NSuݥCP %4kE [MDܰ4?Oc{vDVW՚vKPQ ~5whjd6,Ru~Jl%w Wf:>1 8c-މh3m%J7.Wݕ. C(hv|A4KǦg[}NZLH.JƳ6K^OS94Eb]zoh)n'wr.I&=C4+_Po@hu^) 5cxw@yԯc7`w9TEl IRI<!^G+#r$vv?Qxl[s 1k_8Jz+ӊ JUsni*y>'?®#43Hi=)4ld=7 bY>ZS-_^MA6бPIr)c$mI&uIMW߂ ֘QA#F0y: gTȿ·`?Aw;UI Dyj/2hi%=tZH6!:'yyNmr;LƄ й!ÄXX jXIGKgWn!"ff.|w̩voN Sn0-I}/l$i9a>)܁K1޴"D6ʱ]O{ ^Of((*66yM.OCxUvnOBCA}oJ?ǵ#ɀ6@ Dθ^9t ,\Ot'b8.4ۿP}]/ԟS,{uE$t4% H(,wl=܃)\H/{WsyNdA@"H^Z fe5Bx7ث/ORSѨf\әZg;6@4+ ."%5+gw>Әsԑu ¡c555V]Wi(x^ǰK<9cx5k7St\E-<4!UDvTo*Nq3wµ $0QloH2=Le`MgbhSdX g !lˑ5CO7A\{Kr嵿!9\jr=5'rzTy+LŵF`$$j Nu]yXMlEFF4䕏d3T1WN&ʴQY0v0 yEH!= DMZɘ--;Tmu>^ۚso3{7 Rn?灷Wڂ9cToW~GהQM;>WdnXxtv_;yk2Y^̘yuK9t[ǰC:{8x|xC{ci' 9!غjLRNĆm&9+0üQ*y87Y.J\Zx6F/{_xUyF&6[tv&q?pU-jene7iMDk0%GMaP>?Ȼ(Ɲ'˄f0b^1@2fU=#MPa!& 6}>sj+^g(!IfxPcK֪Ӗ6 }lD%Nį6~f.,B",[(j2!K/ PytDTs@sdQ7Kq0N1I rś^3pYBDC'wg*UJ֬Zƺ*WQzZw^JeC!]ѹ5U"edpp