DelSole.VSIX 1.0.5805.27131

There is a newer version of this package available.
See the version list below for details.
dotnet add package DelSole.VSIX --version 1.0.5805.27131
NuGet\Install-Package DelSole.VSIX -Version 1.0.5805.27131
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DelSole.VSIX" Version="1.0.5805.27131" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DelSole.VSIX --version 1.0.5805.27131
#r "nuget: DelSole.VSIX, 1.0.5805.27131"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DelSole.VSIX as a Cake Addin
#addin nuget:?package=DelSole.VSIX&version=1.0.5805.27131

// Install DelSole.VSIX as a Cake Tool
#tool nuget:?package=DelSole.VSIX&version=1.0.5805.27131

The Del Sole's VSIX library helps generating VSIX packages that contain reusable code snippet files for Visual Studio. We provide integrated Roslyn code analysis for live issue detection as you type

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.6161.35451 1,523 11/13/2016
1.0.6133.24819 1,098 10/16/2016
1.0.6096.42272 1,231 9/9/2016
1.0.6080.40852 1,286 8/24/2016
1.0.5908.36063 1,324 3/5/2016
1.0.5894.27118 1,435 2/20/2016
1.0.5846.26127 1,354 1/3/2016
1.0.5845.24072 1,315 1/2/2016
1.0.5843.28159 1,340 12/31/2015
1.0.5841.31612 1,291 12/29/2015
1.0.5840.34352 1,289 12/28/2015
1.0.5840.20108 1,339 12/28/2015
1.0.5839.17550 1,315 12/27/2015
1.0.5834.31586 1,429 12/22/2015
1.0.5834.29103 1,440 12/22/2015
1.0.5833.30242 1,495 12/21/2015
1.0.5832.23063 1,262 12/20/2015
1.0.5826.42503 1,159 12/14/2015
1.0.5814.35963 1,630 12/2/2015
1.0.5807.20266 1,549 11/25/2015
1.0.5806.34609 1,442 11/24/2015
1.0.5805.27131 1,309 11/23/2015
1.0.5804.29887 1,526 11/22/2015
1.0.5803.21493 1,421 11/21/2015
1.0.5803.1500 1,436 11/20/2015
1.0.5801.35847 1,399 11/19/2015
1.0.5801.32526 1,384 11/19/2015
1.0.5801.32097 1,269 11/19/2015
1.0.5801.21758 1,325 11/19/2015
1.0.5799.33660 1,439 11/17/2015
1.0.5780.37775 1,347 10/29/2015
1.0.5779.43146 1,315 10/28/2015
1.0.5759.32342 1,741 10/8/2015

Major update: re-modeled the code snippet object model, the CodeSnippet class now has full-fidelity with a code snippet schema and exposes the SaveSnippet file. The SnippetService class has been removed.