Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-28Update Mono.Addins.Setup.csprojLluis Sanchez
2022-10-28Embed debug info for Mono.Addins.SetupLluis Sanchez
2022-05-31Surface GetAddinHeader info from SetupServicedev/therzok/addin-headerMarius Ungureanu
2022-02-09Add support for nuget packaging formatLluis Sanchez
2022-02-01Bump SharpZipLib from 1.1.0 to 1.3.3 in /Mono.Addins.Setupdependabot[bot]
2022-01-19Convert to multi-target projectsLluis Sanchez
2021-07-14Move back to single targetting for nowLluis Sanchez
2021-02-19Sign assembliesMatt Ward
2021-02-19Build all projects to bin without target framework nameMatt Ward
2021-02-09Fix reference conflicts build warningsMatt Ward
2021-01-28Changed Mono.Addins.Setup to netstandard2.0 and included ResolveAddinReferenc...Mikkel Kruse Johnsen
2021-01-28Removed AssemblyInfo.cs from Git and added InternalsVisibleTo to the project ...Mikkel Kruse Johnsen
2020-12-16Update to new MSBuild format in project files. Changed Mono.Addins to .NETSta...Mikkel Kruse Johnsen
2020-07-27Merge pull request #164 from mono/dev/therzok/opt-fsextMarius Ungureanu
2020-07-22SetupTool: Provide enable/disable information firstManish Sinha
2020-07-22Fix #1160536 and list the complete addin id when using list methodManish Sinha
2020-07-20enable and disable addinsGouri Kumari
2020-03-10Avoid some array allocations and remove dead codeMarius Ungureanu
2019-12-22Mechanical change from ArrayList to ListMarius Ungureanu
2019-11-18Fixes tabsDiva Canto
2019-11-18Merge branch 'master' of https://github.com/mono/mono-addinsDiva Canto
2019-06-24Fixes VSTS Bug 935390: MonoDevelop.Ide.Gui.GLibLogging+CriticalGtkException e...Mike Krüger
2019-01-16Bump SharpZipLibMikayla Hutchinson
2018-11-27Remove SpinWaitMatt Ward
2018-10-23Support using HttpClient when downloading filesMatt Ward
2018-08-02[Mono.Addins] Fixup Mono.Addins so that inside MonoDevelopMarius Ungureanu
2018-06-05Suppress missing docs warningsfix-warningsMikayla Hutchinson
2018-04-18Merge branch 'master' into d15-7d15-7Lluis Sanchez
2018-03-13Merge remote-tracking branch 'origin/master' into gen-data-filesLluis Sanchez
2018-02-28Updated with PR commentsDavid Karlaš
2018-02-27Made SetupService settable via constructor for AddinManagerDialog so app can ...David Karlaš
2018-02-27Added AddinRepositoryProvider, replaced AddinRepositoryType with ProviderId a...David Karlaš
2018-02-26Complete implementation of addin scan data file generationLluis Sanchez
2018-02-21Fixed bug in GetContentType method to resolve correct content typesDavid Karlaš
2018-02-21Fixed settings versioning problem(old code was confused by new URLs) and adde...David Karlaš
2018-02-21Instead of hardcoded offical marketplace now any marketplace can be added(tes...David Karlaš
2018-02-21Initial support support for fetching Extensions from MarketplaceDavid Karlaš
2018-02-21Initial .vsix supportDavid Karlaš
2018-02-14Move required package metadata to Versions.propsLluis Sanchez
2018-02-14Update metadataLluis Sanchez
2018-02-13Fix warningsLluis Sanchez
2018-02-13Use DirectorySeparatorChar '\\' instead of PathSeparator ';'Kirill Osenkov
2018-01-04Ensure that the given addin is enabled when checking for its installation.Jérémie Laval
2017-11-02Adds support for generating add-in data cache filesLluis Sanchez
2017-09-23Fix bxc #58815 build breakageAnkit
2017-08-28Add the ability to auto-import debug symbolsAlan McGovern
2017-07-27Fix packing when filename doesn't have directory componentMikayla Hutchinson
2017-06-23Automatically include satellite assemblies in mpackMikayla Hutchinson
2017-05-31Modernize the solution a bitMikayla Hutchinson
2017-05-17Fix package creation issueLluis Sanchez