SolutionCop 0.4.1

dotnet add package SolutionCop --version 0.4.1
NuGet\Install-Package SolutionCop -Version 0.4.1
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="SolutionCop" Version="0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SolutionCop --version 0.4.1
#r "nuget: SolutionCop, 0.4.1"
#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 SolutionCop as a Cake Addin
#addin nuget:?package=SolutionCop&version=0.4.1

// Install SolutionCop as a Cake Tool
#tool nuget:?package=SolutionCop&version=0.4.1

Tool for static analysis of Visual Studio solutions and projects.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.4.1 102 4/10/2015
0.4.0 37 4/10/2015
0.3.1 36 4/9/2015
0.3.0 63 3/6/2015
0.3.0-beta2 33 3/4/2015
0.3.0-beta1 30 3/4/2015
0.2.0 48 2/24/2015
0.2.0-rc4 34 2/19/2015
0.2.0-rc3 32 2/17/2015
0.2.0-rc2 30 2/17/2015
0.2.0-rc1 34 2/16/2015
0.1.2 43 2/11/2015
0.1.1 37 2/10/2015
0.1.0 37 2/10/2015
0.1.0-beta2 33 2/10/2015
0.1.0-beta1 34 2/8/2015
0.1.0-alpha3 47 2/6/2015
0.1.0-alpha2 49 2/4/2015
0.1.0-alpha1 52 1/25/2015

0.4.1 - {New} Writing app version to console
0.4.0 - {New} Multiple version ranges supported - e.g. "[0.1.1, 0.2)|[0.2.1, 0.3)"
...