init
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.nupkg
|
||||||
18
SimpleAnalyzer.CSharp.nuspec
Normal file
18
SimpleAnalyzer.CSharp.nuspec
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<package >
|
||||||
|
<metadata>
|
||||||
|
<id>SimpleAnalyzer.CSharp</id>
|
||||||
|
<version>$version$</version>
|
||||||
|
<authors>Tommy Parnell</authors>
|
||||||
|
<owners>Tommy Parnell</owners>
|
||||||
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
|
<description>Installs Common C# Live Analyzers</description>
|
||||||
|
<copyright>Copyright 2015</copyright>
|
||||||
|
<tags>Live Analyzers Analysis</tags>
|
||||||
|
<dependencies>
|
||||||
|
<dependency id="codecracker.CSharp" version="" />
|
||||||
|
<dependency id="Microsoft.CodeAnalysis.FxCopAnalyzers" version="" />
|
||||||
|
<dependency id="NR6Pack" version="" />
|
||||||
|
</dependencies>
|
||||||
|
</metadata>
|
||||||
|
</package>
|
||||||
Reference in New Issue
Block a user