Clide 1.3.1301.2116
See the version list below for details.
dotnet add package Clide --version 1.3.1301.2116
NuGet\Install-Package Clide -Version 1.3.1301.2116
<PackageReference Include="Clide" Version="1.3.1301.2116" />
paket add Clide --version 1.3.1301.2116
#r "nuget: Clide, 1.3.1301.2116"
// Install Clide as a Cake Addin #addin nuget:?package=Clide&version=1.3.1301.2116 // Install Clide as a Cake Tool #tool nuget:?package=Clide&version=1.3.1301.2116
High-level, composable and testable APIs for working with Visual Studio.
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. |
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Clide:
Repository | Stars |
---|---|
godotengine/godot-csharp-visualstudio
Godot C# extension for Visual Studio
|
Version | Downloads | Last updated |
---|---|---|
2.3.24 | 121 | 3/17/2015 |
2.3.20 | 192 | 12/5/2014 |
2.3.16 | 101 | 12/4/2014 |
2.3.15 | 112 | 12/3/2014 |
2.3.14 | 100 | 12/2/2014 |
2.3.13 | 105 | 12/2/2014 |
2.3.12 | 112 | 11/26/2014 |
2.3.11 | 146 | 10/28/2014 |
2.3.10 | 125 | 10/28/2014 |
2.3.9 | 95 | 10/28/2014 |
2.3.8 | 96 | 10/28/2014 |
2.3.7 | 107 | 10/28/2014 |
2.3.6 | 136 | 10/8/2014 |
2.3.5 | 137 | 9/23/2014 |
2.3.2 | 170 | 1/9/2014 |
2.2.1312.318 | 69 | 1/6/2014 |
2.1.1306.2716 | 101 | 6/27/2013 |
2.1.1306.2619 | 96 | 6/26/2013 |
2.0.1306.1821 | 97 | 6/18/2013 |
2.0.1306.1719 | 101 | 6/18/2013 |
2.0.1306.1119 | 96 | 6/11/2013 |
2.0.1306.1118 | 98 | 6/11/2013 |
2.0.1306.1117 | 103 | 6/11/2013 |
2.0.1306.1015 | 98 | 6/10/2013 |
2.0.1306.816 | 159 | 6/8/2013 |
2.0.1306.719 | 79 | 6/7/2013 |
1.4.1305.2320 | 104 | 5/23/2013 |
1.4.1305.2305 | 92 | 5/23/2013 |
1.4.1305.2302 | 102 | 5/23/2013 |
1.4.1305.2211 | 92 | 5/22/2013 |
1.4.1305.2205 | 105 | 5/22/2013 |
1.4.1305.2120 | 98 | 5/21/2013 |
1.4.1305.1705 | 105 | 5/17/2013 |
1.3.1305.1514 | 95 | 5/15/2013 |
1.3.1301.2116 | 101 | 1/21/2013 |
1.3.1301.1823 | 95 | 1/18/2013 |
1.3.1301.1815 | 96 | 1/18/2013 |
1.3.1301.1721 | 103 | 1/18/2013 |
1.2.1301.1419 | 104 | 1/14/2013 |
1.2.1301.1414 | 96 | 1/14/2013 |
1.2.1301.1016 | 97 | 1/10/2013 |
1.2.1301.921 | 92 | 1/9/2013 |
1.2.1301.915 | 89 | 1/9/2013 |
1.2.1301.903 | 91 | 1/9/2013 |
1.2.1301.821 | 88 | 1/8/2013 |
1.2.1301.820 | 90 | 1/8/2013 |
1.2.1301.816 | 90 | 1/8/2013 |
1.2.1301.420 | 96 | 1/4/2013 |
1.2.1301.323 | 92 | 1/3/2013 |
1.2.1301.320 | 92 | 1/3/2013 |
1.1.1212.1720 | 92 | 12/17/2012 |
1.1.1212.1715 | 96 | 12/17/2012 |
1.1.1212.1405 | 96 | 12/14/2012 |
1.0.1211.3003 | 95 | 11/30/2012 |
1.0.1211.2917 | 91 | 11/29/2012 |
1.0.1211.2813 | 99 | 11/28/2012 |
1.0.1211.2719 | 101 | 11/27/2012 |
1.0.1211.2014 | 95 | 11/23/2012 |
1.0.1211.1917 | 96 | 11/19/2012 |
1.0.1211.1906 | 91 | 11/19/2012 |
v1.3
* Expose CompositionContainer directly on IDevEnv. This simplifies many scenarios where you want to interact with the container. Users can still import ICompositionService.
* Added support for intercepting arbitrary commands in the IDE via simple exports of ICommandInterceptor components, automatically registered when the host is initialized.
v1.2
* Refactored for easier reuse by offering two static entry points:
- DevEnv.Get: gets the IDevEnv entry point API. This can be
used from anywhere you can import an IServiceProvider. By
default the instance is reused.
- Host.Initialize: initializes a hosting package and its components
(i.e. commands, filters, tool windows, etc.).
* Single assembly now can be used for both VS2010 and VS2012: this means
you no longer have to fork your extension for either IDE just because
you use Clide (you may because of other dependencies, like VSMSDK).
v1.1
* ISolutionExplorer API, with full solution traversal, behaviors
for selecting, expanding and collapsing nodes, etc.
* Integration with Adapter pattern for pluggable conversion of
solution explorer nodes (i.e. projectNode.As<EnvDTE.Project>())
* Improved diagnostics and debug-time rendering of nodes
* Improved reporting of composition errors in the Clide output window
v1.0
* Full support for MEF-exported commands (ICommandExtension) and command filters
* ToolWindow support
* Tools options pages support