Mono.Addins.Setup
1.2.0
Prefix Reserved
See the version list below for details.
dotnet add package Mono.Addins.Setup --version 1.2.0
NuGet\Install-Package Mono.Addins.Setup -Version 1.2.0
<PackageReference Include="Mono.Addins.Setup" Version="1.2.0" />
paket add Mono.Addins.Setup --version 1.2.0
#r "nuget: Mono.Addins.Setup, 1.2.0"
// Install Mono.Addins.Setup as a Cake Addin #addin nuget:?package=Mono.Addins.Setup&version=1.2.0 // Install Mono.Addins.Setup as a Cake Tool #tool nuget:?package=Mono.Addins.Setup&version=1.2.0
Mono.Addins is a framework for creating extensible applications, and for creating add-ins which extend applications. Mono.Addins.Setup provides an API for managing add-ins, creating add-in packages and publishing add-ins in on-line repositories.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Mono.Addins (>= 1.0.0)
- SharpZipLib (>= 0.86.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Mono.Addins.Setup:
Package | Downloads |
---|---|
Microsoft.VisualStudioMac.Sdk
Provides targets for building extensions for Visual Studio for Mac |
|
Sharplike.Core
Sharplike: The Open Roguelike Library |
|
Mono.Addins.UtilTool
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Mono.Addins.Setup:
Repository | Stars |
---|---|
PintaProject/Pinta
Simple GTK# Paint Program
|
Version | Downloads | Last updated |
---|---|---|
1.4.2-alpha.4 | 22,162 | 11/4/2022 |
1.4.2-alpha.3 | 276 | 10/28/2022 |
1.4.2-alpha.1 | 116 | 10/27/2022 |
1.4.1 | 1,789 | 10/27/2022 |
1.4.0 | 643 | 10/6/2022 |
1.3.15-alpha.3 | 149 | 9/15/2022 |
1.3.14 | 1,902 | 6/2/2022 |
1.3.13 | 653 | 4/28/2022 |
1.3.11 | 6,295 | 2/4/2022 |
1.3.10 | 534 | 2/2/2022 |
1.3.9 | 487 | 1/27/2022 |
1.3.8 | 2,863 | 2/16/2018 |
1.3.7 | 1,125 | 6/23/2017 |
1.3.6 | 1,026 | 6/21/2017 |
1.3.5 | 1,046 | 5/14/2017 |
1.3.4 | 1,049 | 4/21/2017 |
1.3.3 | 1,055 | 2/28/2017 |
1.3.2 | 1,128 | 1/12/2017 |
1.3.1 | 1,139 | 10/12/2016 |
1.3.0 | 1,387 | 7/26/2016 |
1.2.0 | 2,561 | 11/20/2014 |
1.1.0 | 3,427 | 1/24/2014 |
1.0.0 | 1,734 | 10/16/2012 |
0.6.2 | 1,953 | 8/5/2011 |
0.6.0 | 1,927 | 3/9/2011 |
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.
Registered repositories are now automatically updated the first time the add-in manager is shown.